|
|
|
1 | 2024-08-15T09:57:47.273Z | job assigned to worker 01J5AQFTEFXRV20ZP7XJXYRW4D (queued for 5 m 50 s) |
|
2 | 2024-08-15T09:57:54.618Z | starting task 0: "setup" |
3 | 2024-08-15T09:57:54.644Z | ++ uname -s |
4 | 2024-08-15T09:57:54.646Z | + kern=SunOS |
5 | 2024-08-15T09:57:54.646Z | + case "$kern" in |
6 | 2024-08-15T09:57:54.646Z | + groupadd -g 12345 build |
7 | 2024-08-15T09:57:54.649Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T09:57:56.670Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T09:57:56.808Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T09:57:56.811Z | + home_fs=zfs |
11 | 2024-08-15T09:57:56.811Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T09:57:56.811Z | + mkdir -p /home/build |
13 | 2024-08-15T09:57:56.814Z | + chown build:build /home/build /work |
14 | 2024-08-15T09:57:58.814Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T09:57:58.817Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-08-15T09:57:58.821Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T09:57:58.827Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T09:57:58.827Z | * toolchain channel = "nightly-2024-05-12" |
19 | 2024-08-15T09:57:58.827Z | * toolchain profile = "default" |
20 | 2024-08-15T09:57:58.827Z | ' nightly-2024-05-12 |
21 | 2024-08-15T09:57:58.827Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-15T09:57:58.827Z | ' default |
23 | 2024-08-15T09:57:58.829Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T09:57:58.829Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-08-15T09:57:58.943Z | info: downloading installer |
26 | 2024-08-15T09:58:00.243Z | info: profile set to 'default' |
27 | 2024-08-15T09:58:00.243Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T09:58:00.246Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-08-15T09:58:00.376Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-08-15T09:58:00.376Z | info: downloading component 'cargo' |
31 | 2024-08-15T09:58:01.072Z | info: downloading component 'clippy' |
32 | 2024-08-15T09:58:01.325Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T09:58:02.258Z | info: downloading component 'rust-std' |
34 | 2024-08-15T09:58:03.726Z | info: downloading component 'rustc' |
35 | 2024-08-15T09:58:07.391Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T09:58:07.598Z | info: installing component 'cargo' |
37 | 2024-08-15T09:58:08.493Z | info: installing component 'clippy' |
38 | 2024-08-15T09:58:08.872Z | info: installing component 'rust-docs' |
39 | 2024-08-15T09:58:10.451Z | info: installing component 'rust-std' |
40 | 2024-08-15T09:58:12.341Z | info: installing component 'rustc' |
41 | 2024-08-15T09:58:17.168Z | info: installing component 'rustfmt' |
42 | 2024-08-15T09:58:17.525Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-08-15T09:58:17.525Z | |
44 | 2024-08-15T09:58:17.801Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-08-15T09:58:17.801Z | |
46 | 2024-08-15T09:58:17.803Z | |
47 | 2024-08-15T09:58:17.803Z | Rust is installed now. Great! |
48 | 2024-08-15T09:58:17.803Z | |
49 | 2024-08-15T09:58:17.804Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T09:58:17.804Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T09:58:17.804Z | |
52 | 2024-08-15T09:58:17.804Z | To configure your current shell, you need to source |
53 | 2024-08-15T09:58:17.804Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T09:58:17.804Z | |
55 | 2024-08-15T09:58:17.804Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T09:58:17.804Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T09:58:17.804Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T09:58:17.870Z | + rustc --version |
59 | 2024-08-15T09:58:17.933Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-08-15T09:58:17.936Z | process exited: duration 19114 ms, exit code 0 |
|
61 | 2024-08-15T09:58:17.941Z | starting task 2: "authentication" |
62 | 2024-08-15T09:58:17.962Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-15T09:58:17.969Z | starting task 3: "clone repository" |
64 | 2024-08-15T09:58:17.971Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-08-15T09:58:17.974Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-08-15T09:58:18.193Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-08-15T09:58:19.461Z | + cd /work/oxidecomputer/opte |
68 | 2024-08-15T09:58:19.471Z | + git fetch origin d3e5867e504f41e27db591cdca60b4ead76b24c0 |
69 | 2024-08-15T09:58:19.697Z | From https://github.com/oxidecomputer/opte |
70 | 2024-08-15T09:58:19.697Z | * branch d3e5867e504f41e27db591cdca60b4ead76b24c0 -> FETCH_HEAD |
71 | 2024-08-15T09:58:19.705Z | + [[ -n goodbye-all-of-classification ]] |
72 | 2024-08-15T09:58:19.707Z | ++ git branch --show-current |
73 | 2024-08-15T09:58:19.710Z | + current=master |
74 | 2024-08-15T09:58:19.710Z | + [[ master != goodbye-all-of-classification ]] |
75 | 2024-08-15T09:58:19.710Z | + git branch -f goodbye-all-of-classification d3e5867e504f41e27db591cdca60b4ead76b24c0 |
76 | 2024-08-15T09:58:19.712Z | + git checkout -f goodbye-all-of-classification |
77 | 2024-08-15T09:58:19.735Z | Switched to branch 'goodbye-all-of-classification' |
78 | 2024-08-15T09:58:19.737Z | + git reset --hard d3e5867e504f41e27db591cdca60b4ead76b24c0 |
79 | 2024-08-15T09:58:19.758Z | HEAD is now at d3e5867 Uncork opte#532 while we're here. |
80 | 2024-08-15T09:58:19.760Z | process exited: duration 1790 ms, exit code 0 |
|
81 | 2024-08-15T09:58:19.768Z | starting task 4: "build" |
82 | 2024-08-15T09:58:19.771Z | + cargo --version |
83 | 2024-08-15T09:58:19.776Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
84 | 2024-08-15T09:58:19.908Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
85 | 2024-08-15T09:58:19.908Z | info: downloading component 'cargo' |
86 | 2024-08-15T09:58:20.584Z | info: downloading component 'clippy' |
87 | 2024-08-15T09:58:20.827Z | info: downloading component 'rust-docs' |
88 | 2024-08-15T09:58:21.747Z | info: downloading component 'rust-std' |
89 | 2024-08-15T09:58:23.045Z | info: downloading component 'rustc' |
90 | 2024-08-15T09:58:26.614Z | info: downloading component 'rustfmt' |
91 | 2024-08-15T09:58:26.812Z | info: installing component 'cargo' |
92 | 2024-08-15T09:58:27.695Z | info: installing component 'clippy' |
93 | 2024-08-15T09:58:28.100Z | info: installing component 'rust-docs' |
94 | 2024-08-15T09:58:29.682Z | info: installing component 'rust-std' |
95 | 2024-08-15T09:58:31.383Z | info: installing component 'rustc' |
96 | 2024-08-15T09:58:36.057Z | info: installing component 'rustfmt' |
97 | 2024-08-15T09:58:36.480Z | cargo 1.80.0 (376290515 2024-07-16) |
98 | 2024-08-15T09:58:36.483Z | + rustc --version |
99 | 2024-08-15T09:58:36.551Z | rustc 1.80.0 (051478957 2024-07-21) |
100 | 2024-08-15T09:58:36.556Z | + pushd bin/opteadm |
101 | 2024-08-15T09:58:36.559Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
102 | 2024-08-15T09:58:36.559Z | + header 'check style' |
103 | 2024-08-15T09:58:36.559Z | + echo '# ==== check style ==== #' |
104 | 2024-08-15T09:58:36.559Z | # ==== check style ==== # |
105 | 2024-08-15T09:58:36.559Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
106 | 2024-08-15T09:58:36.759Z | |
107 | 2024-08-15T09:58:36.759Z | real 0.196928760 |
108 | 2024-08-15T09:58:36.759Z | user 0.104839780 |
109 | 2024-08-15T09:58:36.759Z | sys 0.086231702 |
110 | 2024-08-15T09:58:36.759Z | trap 0.000065798 |
111 | 2024-08-15T09:58:36.759Z | tflt 0.000000000 |
112 | 2024-08-15T09:58:36.759Z | dflt 0.000000000 |
113 | 2024-08-15T09:58:36.759Z | kflt 0.000000000 |
114 | 2024-08-15T09:58:36.759Z | lock 0.000000000 |
115 | 2024-08-15T09:58:36.759Z | slp 0.118029487 |
116 | 2024-08-15T09:58:36.760Z | lat 0.001477033 |
117 | 2024-08-15T09:58:36.760Z | stop 0.000133005 |
118 | 2024-08-15T09:58:36.763Z | + header analyze |
119 | 2024-08-15T09:58:36.763Z | + echo '# ==== analyze ==== #' |
120 | 2024-08-15T09:58:36.763Z | # ==== analyze ==== # |
121 | 2024-08-15T09:58:36.763Z | + ptime -m cargo clippy --all-targets |
122 | 2024-08-15T09:58:37.008Z | Updating crates.io index |
123 | 2024-08-15T09:58:37.011Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-08-15T09:58:37.833Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
125 | 2024-08-15T09:58:38.081Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
126 | 2024-08-15T09:58:38.412Z | Updating git repository `https://github.com/oxidecomputer/zone` |
127 | 2024-08-15T09:58:38.690Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
128 | 2024-08-15T09:58:38.940Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
129 | 2024-08-15T09:58:39.218Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
130 | 2024-08-15T09:58:39.483Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
131 | 2024-08-15T09:58:40.352Z | Downloading crates ... |
132 | 2024-08-15T09:58:40.449Z | Downloaded anstream v0.6.15 |
133 | 2024-08-15T09:58:40.453Z | Downloaded anstyle v1.0.8 |
134 | 2024-08-15T09:58:40.455Z | Downloaded anyhow v1.0.86 |
135 | 2024-08-15T09:58:40.460Z | Downloaded byteorder v1.5.0 |
136 | 2024-08-15T09:58:40.462Z | Downloaded fnv v1.0.7 |
137 | 2024-08-15T09:58:40.464Z | Downloaded equivalent v1.0.1 |
138 | 2024-08-15T09:58:40.464Z | Downloaded crc32fast v1.4.2 |
139 | 2024-08-15T09:58:40.466Z | Downloaded lazy_static v1.5.0 |
140 | 2024-08-15T09:58:40.469Z | Downloaded indexmap v2.2.6 |
141 | 2024-08-15T09:58:40.478Z | Downloaded syn v1.0.109 |
142 | 2024-08-15T09:58:40.489Z | Downloaded anstyle-parse v0.2.5 |
143 | 2024-08-15T09:58:40.492Z | Downloaded colored v2.1.0 |
144 | 2024-08-15T09:58:40.494Z | Downloaded colorchoice v1.0.2 |
145 | 2024-08-15T09:58:40.496Z | Downloaded cobs v0.2.3 |
146 | 2024-08-15T09:58:40.496Z | Downloaded clap_lex v0.7.2 |
147 | 2024-08-15T09:58:40.499Z | Downloaded clap v4.5.11 |
148 | 2024-08-15T09:58:40.506Z | Downloaded clap_derive v4.5.11 |
149 | 2024-08-15T09:58:40.509Z | Downloaded darling v0.20.10 |
150 | 2024-08-15T09:58:40.513Z | Downloaded darling_macro v0.20.10 |
151 | 2024-08-15T09:58:40.515Z | Downloaded defmt-parser v0.3.4 |
152 | 2024-08-15T09:58:40.515Z | Downloaded dyn-clone v1.0.17 |
153 | 2024-08-15T09:58:40.517Z | Downloaded defmt v0.3.8 |
154 | 2024-08-15T09:58:40.522Z | Downloaded darling_core v0.20.10 |
155 | 2024-08-15T09:58:40.526Z | Downloaded tracing v0.1.40 |
156 | 2024-08-15T09:58:40.531Z | Downloaded tracing-core v0.1.32 |
157 | 2024-08-15T09:58:40.534Z | Downloaded tracing-attributes v0.1.27 |
158 | 2024-08-15T09:58:40.536Z | Downloaded cstr-argument v0.1.2 |
159 | 2024-08-15T09:58:40.538Z | Downloaded clap_builder v4.5.11 |
160 | 2024-08-15T09:58:40.544Z | Downloaded bytes v1.6.1 |
161 | 2024-08-15T09:58:40.548Z | Downloaded bitflags v2.6.0 |
162 | 2024-08-15T09:58:40.552Z | Downloaded anstyle-query v1.1.1 |
163 | 2024-08-15T09:58:40.599Z | Downloaded bitflags v1.3.2 |
164 | 2024-08-15T09:58:40.602Z | Downloaded pin-project-lite v0.2.14 |
165 | 2024-08-15T09:58:40.608Z | Downloaded quote v1.0.36 |
166 | 2024-08-15T09:58:40.610Z | Downloaded proc-macro2 v1.0.86 |
167 | 2024-08-15T09:58:40.613Z | Downloaded thiserror-impl v1.0.63 |
168 | 2024-08-15T09:58:40.615Z | Downloaded smallvec v1.13.2 |
169 | 2024-08-15T09:58:40.618Z | Downloaded ryu v1.0.18 |
170 | 2024-08-15T09:58:40.620Z | Downloaded cfg-if v1.0.0 |
171 | 2024-08-15T09:58:40.623Z | Downloaded autocfg v1.3.0 |
172 | 2024-08-15T09:58:40.626Z | Downloaded once_cell v1.19.0 |
173 | 2024-08-15T09:58:40.630Z | Downloaded rustix v0.38.34 |
174 | 2024-08-15T09:58:40.684Z | Downloaded schemars_derive v0.8.21 |
175 | 2024-08-15T09:58:40.687Z | Downloaded proc-macro-error v1.0.4 |
176 | 2024-08-15T09:58:40.689Z | Downloaded scopeguard v1.2.0 |
177 | 2024-08-15T09:58:40.691Z | Downloaded parking_lot_core v0.9.10 |
178 | 2024-08-15T09:58:40.695Z | Downloaded signal-hook-registry v1.4.2 |
179 | 2024-08-15T09:58:40.695Z | Downloaded itoa v1.0.11 |
180 | 2024-08-15T09:58:40.698Z | Downloaded heck v0.5.0 |
181 | 2024-08-15T09:58:40.698Z | Downloaded memchr v2.7.4 |
182 | 2024-08-15T09:58:40.701Z | Downloaded hash32 v0.3.1 |
183 | 2024-08-15T09:58:40.704Z | Downloaded serde_derive_internals v0.29.1 |
184 | 2024-08-15T09:58:40.706Z | Downloaded terminal_size v0.3.0 |
185 | 2024-08-15T09:58:40.706Z | Downloaded tabwriter v1.4.0 |
186 | 2024-08-15T09:58:40.709Z | Downloaded socket2 v0.5.7 |
187 | 2024-08-15T09:58:40.711Z | Downloaded socket2 v0.4.10 |
188 | 2024-08-15T09:58:40.711Z | Downloaded serde_json v1.0.121 |
189 | 2024-08-15T09:58:40.719Z | Downloaded tokio-macros v2.4.0 |
190 | 2024-08-15T09:58:40.721Z | Downloaded serde_derive v1.0.204 |
191 | 2024-08-15T09:58:40.724Z | Downloaded strsim v0.11.1 |
192 | 2024-08-15T09:58:40.724Z | Downloaded utf8parse v0.2.2 |
193 | 2024-08-15T09:58:40.726Z | Downloaded serde v1.0.204 |
194 | 2024-08-15T09:58:40.729Z | Downloaded parking_lot v0.12.3 |
195 | 2024-08-15T09:58:40.732Z | Downloaded toml_edit v0.19.15 |
196 | 2024-08-15T09:58:40.747Z | Downloaded thiserror v1.0.63 |
197 | 2024-08-15T09:58:40.752Z | Downloaded stable_deref_trait v1.2.0 |
198 | 2024-08-15T09:58:40.754Z | Downloaded lock_api v0.4.12 |
199 | 2024-08-15T09:58:40.757Z | Downloaded hashbrown v0.14.5 |
200 | 2024-08-15T09:58:40.760Z | Downloaded errno v0.3.9 |
201 | 2024-08-15T09:58:40.762Z | Downloaded schemars v0.8.21 |
202 | 2024-08-15T09:58:40.774Z | Downloaded proc-macro-error-attr v1.0.4 |
203 | 2024-08-15T09:58:40.777Z | Downloaded syn v2.0.72 |
204 | 2024-08-15T09:58:40.787Z | Downloaded pretty-hex v0.2.1 |
205 | 2024-08-15T09:58:40.789Z | Downloaded zerocopy v0.7.35 |
206 | 2024-08-15T09:58:40.804Z | Downloaded zerocopy-derive v0.7.35 |
207 | 2024-08-15T09:58:40.808Z | Downloaded winnow v0.5.40 |
208 | 2024-08-15T09:58:40.817Z | Downloaded libc v0.2.155 |
209 | 2024-08-15T09:58:40.843Z | Downloaded version_check v0.9.5 |
210 | 2024-08-15T09:58:40.846Z | Downloaded unicode-width v0.1.13 |
211 | 2024-08-15T09:58:40.851Z | Downloaded tokio v1.39.2 |
212 | 2024-08-15T09:58:40.888Z | Downloaded unicode-ident v1.0.12 |
213 | 2024-08-15T09:58:40.890Z | Downloaded toml_datetime v0.6.7 |
214 | 2024-08-15T09:58:40.892Z | Downloaded smoltcp v0.11.0 |
215 | 2024-08-15T09:58:40.902Z | Downloaded proc-macro-crate v1.3.1 |
216 | 2024-08-15T09:58:40.905Z | Downloaded postcard v1.0.8 |
217 | 2024-08-15T09:58:40.908Z | Downloaded managed v0.8.0 |
218 | 2024-08-15T09:58:40.908Z | Downloaded is_terminal_polyfill v1.70.1 |
219 | 2024-08-15T09:58:40.909Z | Downloaded embedded-io v0.4.0 |
220 | 2024-08-15T09:58:40.911Z | Downloaded defmt-macros v0.3.9 |
221 | 2024-08-15T09:58:40.914Z | Downloaded num_enum_derive v0.5.11 |
222 | 2024-08-15T09:58:40.914Z | Downloaded num_enum v0.5.11 |
223 | 2024-08-15T09:58:40.928Z | Downloaded mio v1.0.1 |
224 | 2024-08-15T09:58:40.928Z | Downloaded itertools v0.13.0 |
225 | 2024-08-15T09:58:40.931Z | Downloaded ipnetwork v0.20.0 |
226 | 2024-08-15T09:58:40.931Z | Downloaded ident_case v1.0.1 |
227 | 2024-08-15T09:58:40.933Z | Downloaded heapless v0.8.0 |
228 | 2024-08-15T09:58:40.936Z | Downloaded foreign-types-shared v0.3.1 |
229 | 2024-08-15T09:58:40.936Z | Downloaded foreign-types-macros v0.2.3 |
230 | 2024-08-15T09:58:40.936Z | Downloaded foreign-types v0.5.0 |
231 | 2024-08-15T09:58:40.938Z | Downloaded either v1.13.0 |
232 | 2024-08-15T09:58:41.083Z | Compiling proc-macro2 v1.0.86 |
233 | 2024-08-15T09:58:41.083Z | Compiling unicode-ident v1.0.12 |
234 | 2024-08-15T09:58:41.086Z | Compiling libc v0.2.155 |
235 | 2024-08-15T09:58:41.086Z | Checking cfg-if v1.0.0 |
236 | 2024-08-15T09:58:41.086Z | Compiling serde v1.0.204 |
237 | 2024-08-15T09:58:41.086Z | Compiling syn v1.0.109 |
238 | 2024-08-15T09:58:41.097Z | Compiling hashbrown v0.14.5 |
239 | 2024-08-15T09:58:41.100Z | Checking byteorder v1.5.0 |
240 | 2024-08-15T09:58:41.181Z | Compiling equivalent v1.0.1 |
241 | 2024-08-15T09:58:41.281Z | Compiling autocfg v1.3.0 |
242 | 2024-08-15T09:58:41.293Z | Compiling toml_datetime v0.6.7 |
243 | 2024-08-15T09:58:41.375Z | Compiling ident_case v1.0.1 |
244 | 2024-08-15T09:58:41.530Z | Compiling anyhow v1.0.86 |
245 | 2024-08-15T09:58:41.651Z | Compiling fnv v1.0.7 |
246 | 2024-08-15T09:58:41.744Z | Compiling heapless v0.8.0 |
247 | 2024-08-15T09:58:41.930Z | Compiling lock_api v0.4.12 |
248 | 2024-08-15T09:58:42.215Z | Compiling indexmap v2.2.6 |
249 | 2024-08-15T09:58:43.006Z | Checking memchr v2.7.4 |
250 | 2024-08-15T09:58:43.020Z | Compiling strsim v0.11.1 |
251 | 2024-08-15T09:58:43.020Z | Compiling parking_lot_core v0.9.10 |
252 | 2024-08-15T09:58:43.020Z | Compiling winnow v0.5.40 |
253 | 2024-08-15T09:58:43.388Z | Checking hash32 v0.3.1 |
254 | 2024-08-15T09:58:43.396Z | Compiling smoltcp v0.11.0 |
255 | 2024-08-15T09:58:43.421Z | Compiling once_cell v1.19.0 |
256 | 2024-08-15T09:58:43.533Z | Checking dyn-clone v1.0.17 |
257 | 2024-08-15T09:58:43.663Z | Checking scopeguard v1.2.0 |
258 | 2024-08-15T09:58:43.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
259 | 2024-08-15T09:58:43.771Z | Compiling serde_json v1.0.121 |
260 | 2024-08-15T09:58:43.800Z | Checking stable_deref_trait v1.2.0 |
261 | 2024-08-15T09:58:43.803Z | Checking smallvec v1.13.2 |
262 | 2024-08-15T09:58:43.887Z | Compiling quote v1.0.36 |
263 | 2024-08-15T09:58:44.128Z | Checking managed v0.8.0 |
264 | 2024-08-15T09:58:44.161Z | Checking embedded-io v0.4.0 |
265 | 2024-08-15T09:58:44.347Z | Compiling syn v2.0.72 |
266 | 2024-08-15T09:58:44.489Z | Compiling schemars v0.8.21 |
267 | 2024-08-15T09:58:44.508Z | Checking pin-project-lite v0.2.14 |
268 | 2024-08-15T09:58:44.523Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
269 | 2024-08-15T09:58:44.601Z | Compiling rustix v0.38.34 |
270 | 2024-08-15T09:58:44.627Z | Checking itoa v1.0.11 |
271 | 2024-08-15T09:58:44.819Z | Compiling version_check v0.9.5 |
272 | 2024-08-15T09:58:44.869Z | Compiling thiserror v1.0.63 |
273 | 2024-08-15T09:58:44.897Z | Checking bitflags v1.3.2 |
274 | 2024-08-15T09:58:44.977Z | Checking cobs v0.2.3 |
275 | 2024-08-15T09:58:44.993Z | Checking ryu v1.0.18 |
276 | 2024-08-15T09:58:45.240Z | Checking parking_lot v0.12.3 |
277 | 2024-08-15T09:58:45.384Z | Checking signal-hook-registry v1.4.2 |
278 | 2024-08-15T09:58:45.456Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
279 | 2024-08-15T09:58:45.533Z | Checking socket2 v0.5.7 |
280 | 2024-08-15T09:58:45.560Z | Checking mio v1.0.1 |
281 | 2024-08-15T09:58:45.613Z | Checking errno v0.3.9 |
282 | 2024-08-15T09:58:45.821Z | Checking either v1.13.0 |
283 | 2024-08-15T09:58:45.996Z | Checking foreign-types-shared v0.3.1 |
284 | 2024-08-15T09:58:46.115Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
285 | 2024-08-15T09:58:46.125Z | Checking bitflags v2.6.0 |
286 | 2024-08-15T09:58:46.144Z | Checking unicode-width v0.1.13 |
287 | 2024-08-15T09:58:46.146Z | Checking bytes v1.6.1 |
288 | 2024-08-15T09:58:46.240Z | warning: struct `kstat_t` is never constructed |
289 | 2024-08-15T09:58:46.240Z | --> crates/illumos-sys-hdrs/src/lib.rs:87:12 |
290 | 2024-08-15T09:58:46.240Z | | |
291 | 2024-08-15T09:58:46.240Z | 87 | pub struct kstat_t { |
292 | 2024-08-15T09:58:46.240Z | | ^^^^^^^ |
293 | 2024-08-15T09:58:46.240Z | | |
294 | 2024-08-15T09:58:46.240Z | = note: `#[warn(dead_code)]` on by default |
295 | 2024-08-15T09:58:46.240Z | |
296 | 2024-08-15T09:58:46.318Z | Checking utf8parse v0.2.2 |
297 | 2024-08-15T09:58:46.327Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning |
298 | 2024-08-15T09:58:46.330Z | Checking tabwriter v1.4.0 |
299 | 2024-08-15T09:58:46.458Z | Checking anstyle-parse v0.2.5 |
300 | 2024-08-15T09:58:46.541Z | Checking itertools v0.13.0 |
301 | 2024-08-15T09:58:46.729Z | Compiling toml_edit v0.19.15 |
302 | 2024-08-15T09:58:46.890Z | Checking tracing-core v0.1.32 |
303 | 2024-08-15T09:58:47.258Z | Checking cstr-argument v0.1.2 |
304 | 2024-08-15T09:58:47.421Z | Checking crc32fast v1.4.2 |
305 | 2024-08-15T09:58:47.452Z | Checking pretty-hex v0.2.1 |
306 | 2024-08-15T09:58:47.523Z | Checking anstyle-query v1.1.1 |
307 | 2024-08-15T09:58:47.593Z | Checking colorchoice v1.0.2 |
308 | 2024-08-15T09:58:47.611Z | Checking is_terminal_polyfill v1.70.1 |
309 | 2024-08-15T09:58:47.633Z | Checking lazy_static v1.5.0 |
310 | 2024-08-15T09:58:47.709Z | Checking anstyle v1.0.8 |
311 | 2024-08-15T09:58:47.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
312 | 2024-08-15T09:58:47.751Z | Checking colored v2.1.0 |
313 | 2024-08-15T09:58:48.047Z | Checking terminal_size v0.3.0 |
314 | 2024-08-15T09:58:48.069Z | Checking anstream v0.6.15 |
315 | 2024-08-15T09:58:48.080Z | Checking socket2 v0.4.10 |
316 | 2024-08-15T09:58:48.437Z | Compiling heck v0.5.0 |
317 | 2024-08-15T09:58:48.544Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
318 | 2024-08-15T09:58:48.554Z | Checking clap_lex v0.7.2 |
319 | 2024-08-15T09:58:48.787Z | Checking clap_builder v4.5.11 |
320 | 2024-08-15T09:58:48.839Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
321 | 2024-08-15T09:58:49.000Z | Compiling proc-macro-crate v1.3.1 |
322 | 2024-08-15T09:58:50.606Z | Compiling darling_core v0.20.10 |
323 | 2024-08-15T09:58:50.652Z | Compiling serde_derive_internals v0.29.1 |
324 | 2024-08-15T09:58:52.759Z | Compiling num_enum_derive v0.5.11 |
325 | 2024-08-15T09:58:52.759Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
326 | 2024-08-15T09:58:53.280Z | Compiling serde_derive v1.0.204 |
327 | 2024-08-15T09:58:53.305Z | Compiling zerocopy-derive v0.7.35 |
328 | 2024-08-15T09:58:53.429Z | Compiling foreign-types-macros v0.2.3 |
329 | 2024-08-15T09:58:53.547Z | Compiling schemars_derive v0.8.21 |
330 | 2024-08-15T09:58:53.634Z | Compiling tokio-macros v2.4.0 |
331 | 2024-08-15T09:58:53.753Z | Compiling thiserror-impl v1.0.63 |
332 | 2024-08-15T09:58:54.713Z | Checking num_enum v0.5.11 |
333 | 2024-08-15T09:58:54.750Z | Checking foreign-types v0.5.0 |
334 | 2024-08-15T09:58:54.834Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
335 | 2024-08-15T09:58:54.843Z | Compiling tracing-attributes v0.1.27 |
336 | 2024-08-15T09:58:55.233Z | Checking tokio v1.39.2 |
337 | 2024-08-15T09:58:55.395Z | Checking zerocopy v0.7.35 |
338 | 2024-08-15T09:58:55.793Z | Compiling darling_macro v0.20.10 |
339 | 2024-08-15T09:58:55.956Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
340 | 2024-08-15T09:58:56.275Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
341 | 2024-08-15T09:58:56.403Z | Compiling clap_derive v4.5.11 |
342 | 2024-08-15T09:58:56.752Z | Compiling darling v0.20.10 |
343 | 2024-08-15T09:58:56.854Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
344 | 2024-08-15T09:58:57.923Z | Checking tracing v0.1.40 |
345 | 2024-08-15T09:58:59.321Z | Checking clap v4.5.11 |
346 | 2024-08-15T09:59:01.130Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
347 | 2024-08-15T09:59:01.960Z | Checking ipnetwork v0.20.0 |
348 | 2024-08-15T09:59:01.962Z | Checking postcard v1.0.8 |
349 | 2024-08-15T09:59:02.418Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
350 | 2024-08-15T09:59:03.302Z | warning: doc list item missing indentation |
351 | 2024-08-15T09:59:03.302Z | --> crates/opte-api/src/dns.rs:31:5 |
352 | 2024-08-15T09:59:03.302Z | | |
353 | 2024-08-15T09:59:03.302Z | 31 | /// and 63 octets. |
354 | 2024-08-15T09:59:03.302Z | | ^ |
355 | 2024-08-15T09:59:03.302Z | | |
356 | 2024-08-15T09:59:03.302Z | = help: if this is supposed to be its own paragraph, add a blank line |
357 | 2024-08-15T09:59:03.302Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
358 | 2024-08-15T09:59:03.302Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
359 | 2024-08-15T09:59:03.302Z | help: indent this line |
360 | 2024-08-15T09:59:03.302Z | | |
361 | 2024-08-15T09:59:03.302Z | 31 | /// and 63 octets. |
362 | 2024-08-15T09:59:03.302Z | | ++ |
363 | 2024-08-15T09:59:03.302Z | |
364 | 2024-08-15T09:59:03.732Z | warning: `opte-api` (lib) generated 1 warning |
365 | 2024-08-15T09:59:03.880Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
366 | 2024-08-15T09:59:07.276Z | warning: doc list item missing indentation |
367 | 2024-08-15T09:59:07.276Z | --> lib/opte/src/engine/dhcpv6/mod.rs:57:5 |
368 | 2024-08-15T09:59:07.276Z | | |
369 | 2024-08-15T09:59:07.276Z | 57 | //! without waiting for a second ACK sequence of messages. |
370 | 2024-08-15T09:59:07.276Z | | ^ |
371 | 2024-08-15T09:59:07.276Z | | |
372 | 2024-08-15T09:59:07.276Z | = help: if this is supposed to be its own paragraph, add a blank line |
373 | 2024-08-15T09:59:07.276Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
374 | 2024-08-15T09:59:07.276Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
375 | 2024-08-15T09:59:07.276Z | help: indent this line |
376 | 2024-08-15T09:59:07.276Z | | |
377 | 2024-08-15T09:59:07.276Z | 57 | //! without waiting for a second ACK sequence of messages. |
378 | 2024-08-15T09:59:07.276Z | | ++ |
379 | 2024-08-15T09:59:07.276Z | |
380 | 2024-08-15T09:59:07.279Z | warning: doc list item missing indentation |
381 | 2024-08-15T09:59:07.279Z | --> lib/opte/src/engine/dhcpv6/mod.rs:60:5 |
382 | 2024-08-15T09:59:07.279Z | | |
383 | 2024-08-15T09:59:07.279Z | 60 | //! use. |
384 | 2024-08-15T09:59:07.279Z | | ^ |
385 | 2024-08-15T09:59:07.279Z | | |
386 | 2024-08-15T09:59:07.279Z | = help: if this is supposed to be its own paragraph, add a blank line |
387 | 2024-08-15T09:59:07.279Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
388 | 2024-08-15T09:59:07.279Z | help: indent this line |
389 | 2024-08-15T09:59:07.279Z | | |
390 | 2024-08-15T09:59:07.279Z | 60 | //! use. |
391 | 2024-08-15T09:59:07.279Z | | ++ |
392 | 2024-08-15T09:59:07.279Z | |
393 | 2024-08-15T09:59:08.288Z | warning: doc list item missing indentation |
394 | 2024-08-15T09:59:08.288Z | --> lib/opte/src/engine/packet.rs:12:5 |
395 | 2024-08-15T09:59:08.288Z | | |
396 | 2024-08-15T09:59:08.288Z | 12 | //! indepenndent packets. Also consider having chains that represent |
397 | 2024-08-15T09:59:08.288Z | | ^ |
398 | 2024-08-15T09:59:08.288Z | | |
399 | 2024-08-15T09:59:08.288Z | = help: if this is supposed to be its own paragraph, add a blank line |
400 | 2024-08-15T09:59:08.289Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
401 | 2024-08-15T09:59:08.289Z | help: indent this line |
402 | 2024-08-15T09:59:08.289Z | | |
403 | 2024-08-15T09:59:08.289Z | 12 | //! indepenndent packets. Also consider having chains that represent |
404 | 2024-08-15T09:59:08.289Z | | ++ |
405 | 2024-08-15T09:59:08.289Z | |
406 | 2024-08-15T09:59:08.289Z | warning: doc list item missing indentation |
407 | 2024-08-15T09:59:08.291Z | --> lib/opte/src/engine/packet.rs:13:5 |
408 | 2024-08-15T09:59:08.291Z | | |
409 | 2024-08-15T09:59:08.291Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
410 | 2024-08-15T09:59:08.291Z | | ^ |
411 | 2024-08-15T09:59:08.291Z | | |
412 | 2024-08-15T09:59:08.291Z | = help: if this is supposed to be its own paragraph, add a blank line |
413 | 2024-08-15T09:59:08.291Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
414 | 2024-08-15T09:59:08.291Z | help: indent this line |
415 | 2024-08-15T09:59:08.291Z | | |
416 | 2024-08-15T09:59:08.291Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
417 | 2024-08-15T09:59:08.291Z | | ++ |
418 | 2024-08-15T09:59:08.292Z | |
419 | 2024-08-15T09:59:08.292Z | warning: doc list item missing indentation |
420 | 2024-08-15T09:59:08.292Z | --> lib/opte/src/engine/packet.rs:14:5 |
421 | 2024-08-15T09:59:08.292Z | | |
422 | 2024-08-15T09:59:08.292Z | 14 | //! do so. |
423 | 2024-08-15T09:59:08.292Z | | ^ |
424 | 2024-08-15T09:59:08.292Z | | |
425 | 2024-08-15T09:59:08.292Z | = help: if this is supposed to be its own paragraph, add a blank line |
426 | 2024-08-15T09:59:08.292Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
427 | 2024-08-15T09:59:08.292Z | help: indent this line |
428 | 2024-08-15T09:59:08.292Z | | |
429 | 2024-08-15T09:59:08.292Z | 14 | //! do so. |
430 | 2024-08-15T09:59:08.292Z | | ++ |
431 | 2024-08-15T09:59:08.292Z | |
432 | 2024-08-15T09:59:08.364Z | warning: doc list item missing indentation |
433 | 2024-08-15T09:59:08.364Z | --> lib/opte/src/engine/packet.rs:616:5 |
434 | 2024-08-15T09:59:08.364Z | | |
435 | 2024-08-15T09:59:08.364Z | 616 | /// how the [`Packet`] generally transitions between them. |
436 | 2024-08-15T09:59:08.364Z | | ^ |
437 | 2024-08-15T09:59:08.365Z | | |
438 | 2024-08-15T09:59:08.365Z | = help: if this is supposed to be its own paragraph, add a blank line |
439 | 2024-08-15T09:59:08.365Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
440 | 2024-08-15T09:59:08.365Z | help: indent this line |
441 | 2024-08-15T09:59:08.365Z | | |
442 | 2024-08-15T09:59:08.365Z | 616 | /// how the [`Packet`] generally transitions between them. |
443 | 2024-08-15T09:59:08.365Z | | ++ |
444 | 2024-08-15T09:59:08.365Z | |
445 | 2024-08-15T09:59:08.365Z | warning: doc list item missing indentation |
446 | 2024-08-15T09:59:08.365Z | --> lib/opte/src/engine/packet.rs:619:5 |
447 | 2024-08-15T09:59:08.365Z | | |
448 | 2024-08-15T09:59:08.365Z | 619 | /// to keep IP header alignment (the host expects this). |
449 | 2024-08-15T09:59:08.365Z | | ^ |
450 | 2024-08-15T09:59:08.365Z | | |
451 | 2024-08-15T09:59:08.365Z | = help: if this is supposed to be its own paragraph, add a blank line |
452 | 2024-08-15T09:59:08.365Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
453 | 2024-08-15T09:59:08.365Z | help: indent this line |
454 | 2024-08-15T09:59:08.365Z | | |
455 | 2024-08-15T09:59:08.365Z | 619 | /// to keep IP header alignment (the host expects this). |
456 | 2024-08-15T09:59:08.365Z | | ++ |
457 | 2024-08-15T09:59:08.365Z | |
458 | 2024-08-15T09:59:08.550Z | warning: doc list item missing indentation |
459 | 2024-08-15T09:59:08.550Z | --> lib/opte/src/engine/port.rs:119:5 |
460 | 2024-08-15T09:59:08.550Z | | |
461 | 2024-08-15T09:59:08.550Z | 119 | /// all. XXX This is probably going away as its only use is for |
462 | 2024-08-15T09:59:08.550Z | | ^ |
463 | 2024-08-15T09:59:08.550Z | | |
464 | 2024-08-15T09:59:08.550Z | = help: if this is supposed to be its own paragraph, add a blank line |
465 | 2024-08-15T09:59:08.550Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
466 | 2024-08-15T09:59:08.550Z | help: indent this line |
467 | 2024-08-15T09:59:08.550Z | | |
468 | 2024-08-15T09:59:08.550Z | 119 | /// all. XXX This is probably going away as its only use is for |
469 | 2024-08-15T09:59:08.550Z | | ++ |
470 | 2024-08-15T09:59:08.550Z | |
471 | 2024-08-15T09:59:08.550Z | warning: doc list item missing indentation |
472 | 2024-08-15T09:59:08.550Z | --> lib/opte/src/engine/port.rs:120:5 |
473 | 2024-08-15T09:59:08.550Z | | |
474 | 2024-08-15T09:59:08.551Z | 120 | /// punting on traffic I didn't want to deal with yet. |
475 | 2024-08-15T09:59:08.551Z | | ^ |
476 | 2024-08-15T09:59:08.551Z | | |
477 | 2024-08-15T09:59:08.551Z | = help: if this is supposed to be its own paragraph, add a blank line |
478 | 2024-08-15T09:59:08.551Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
479 | 2024-08-15T09:59:08.551Z | help: indent this line |
480 | 2024-08-15T09:59:08.551Z | | |
481 | 2024-08-15T09:59:08.551Z | 120 | /// punting on traffic I didn't want to deal with yet. |
482 | 2024-08-15T09:59:08.551Z | | ++ |
483 | 2024-08-15T09:59:08.551Z | |
484 | 2024-08-15T09:59:08.551Z | warning: doc list item missing indentation |
485 | 2024-08-15T09:59:08.554Z | --> lib/opte/src/engine/port.rs:123:5 |
486 | 2024-08-15T09:59:08.554Z | | |
487 | 2024-08-15T09:59:08.554Z | 123 | /// or because of resource exhaustion. Included is the reason for the |
488 | 2024-08-15T09:59:08.554Z | | ^ |
489 | 2024-08-15T09:59:08.554Z | | |
490 | 2024-08-15T09:59:08.554Z | = help: if this is supposed to be its own paragraph, add a blank line |
491 | 2024-08-15T09:59:08.554Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
492 | 2024-08-15T09:59:08.554Z | help: indent this line |
493 | 2024-08-15T09:59:08.554Z | | |
494 | 2024-08-15T09:59:08.554Z | 123 | /// or because of resource exhaustion. Included is the reason for the |
495 | 2024-08-15T09:59:08.554Z | | ++ |
496 | 2024-08-15T09:59:08.554Z | |
497 | 2024-08-15T09:59:08.554Z | warning: doc list item missing indentation |
498 | 2024-08-15T09:59:08.554Z | --> lib/opte/src/engine/port.rs:124:5 |
499 | 2024-08-15T09:59:08.554Z | | |
500 | 2024-08-15T09:59:08.554Z | 124 | /// drop. |
501 | 2024-08-15T09:59:08.554Z | | ^ |
502 | 2024-08-15T09:59:08.554Z | | |
503 | 2024-08-15T09:59:08.554Z | = help: if this is supposed to be its own paragraph, add a blank line |
504 | 2024-08-15T09:59:08.554Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
505 | 2024-08-15T09:59:08.554Z | help: indent this line |
506 | 2024-08-15T09:59:08.554Z | | |
507 | 2024-08-15T09:59:08.554Z | 124 | /// drop. |
508 | 2024-08-15T09:59:08.554Z | | ++ |
509 | 2024-08-15T09:59:08.554Z | |
510 | 2024-08-15T09:59:08.554Z | warning: doc list item missing indentation |
511 | 2024-08-15T09:59:08.554Z | --> lib/opte/src/engine/port.rs:129:5 |
512 | 2024-08-15T09:59:08.554Z | | |
513 | 2024-08-15T09:59:08.554Z | 129 | /// directly with a packet of its own. In this case the original |
514 | 2024-08-15T09:59:08.554Z | | ^ |
515 | 2024-08-15T09:59:08.554Z | | |
516 | 2024-08-15T09:59:08.554Z | = help: if this is supposed to be its own paragraph, add a blank line |
517 | 2024-08-15T09:59:08.554Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
518 | 2024-08-15T09:59:08.554Z | help: indent this line |
519 | 2024-08-15T09:59:08.554Z | | |
520 | 2024-08-15T09:59:08.554Z | 129 | /// directly with a packet of its own. In this case the original |
521 | 2024-08-15T09:59:08.554Z | | ++ |
522 | 2024-08-15T09:59:08.554Z | |
523 | 2024-08-15T09:59:08.554Z | warning: doc list item missing indentation |
524 | 2024-08-15T09:59:08.555Z | --> lib/opte/src/engine/port.rs:130:5 |
525 | 2024-08-15T09:59:08.555Z | | |
526 | 2024-08-15T09:59:08.555Z | 130 | /// packet is dropped. |
527 | 2024-08-15T09:59:08.555Z | | ^ |
528 | 2024-08-15T09:59:08.555Z | | |
529 | 2024-08-15T09:59:08.555Z | = help: if this is supposed to be its own paragraph, add a blank line |
530 | 2024-08-15T09:59:08.555Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
531 | 2024-08-15T09:59:08.555Z | help: indent this line |
532 | 2024-08-15T09:59:08.555Z | | |
533 | 2024-08-15T09:59:08.555Z | 130 | /// packet is dropped. |
534 | 2024-08-15T09:59:08.555Z | | ++ |
535 | 2024-08-15T09:59:08.555Z | |
536 | 2024-08-15T09:59:08.888Z | warning: doc list item missing indentation |
537 | 2024-08-15T09:59:08.888Z | --> lib/opte/src/engine/rule.rs:438:9 |
538 | 2024-08-15T09:59:08.888Z | | |
539 | 2024-08-15T09:59:08.888Z | 438 | /// dynamic resource which has been exhausted. |
540 | 2024-08-15T09:59:08.888Z | | ^ |
541 | 2024-08-15T09:59:08.889Z | | |
542 | 2024-08-15T09:59:08.889Z | = help: if this is supposed to be its own paragraph, add a blank line |
543 | 2024-08-15T09:59:08.889Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
544 | 2024-08-15T09:59:08.889Z | help: indent this line |
545 | 2024-08-15T09:59:08.889Z | | |
546 | 2024-08-15T09:59:08.889Z | 438 | /// dynamic resource which has been exhausted. |
547 | 2024-08-15T09:59:08.889Z | | ++ |
548 | 2024-08-15T09:59:08.889Z | |
549 | 2024-08-15T09:59:08.889Z | warning: doc list item missing indentation |
550 | 2024-08-15T09:59:08.889Z | --> lib/opte/src/engine/rule.rs:441:9 |
551 | 2024-08-15T09:59:08.889Z | | |
552 | 2024-08-15T09:59:08.889Z | 441 | /// unexpected error while trying to generate a descriptor. |
553 | 2024-08-15T09:59:08.889Z | | ^ |
554 | 2024-08-15T09:59:08.889Z | | |
555 | 2024-08-15T09:59:08.889Z | = help: if this is supposed to be its own paragraph, add a blank line |
556 | 2024-08-15T09:59:08.889Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
557 | 2024-08-15T09:59:08.889Z | help: indent this line |
558 | 2024-08-15T09:59:08.889Z | | |
559 | 2024-08-15T09:59:08.889Z | 441 | /// unexpected error while trying to generate a descriptor. |
560 | 2024-08-15T09:59:08.889Z | | ++ |
561 | 2024-08-15T09:59:08.889Z | |
562 | 2024-08-15T09:59:09.112Z | warning: doc list item missing indentation |
563 | 2024-08-15T09:59:09.112Z | --> lib/opte/src/engine/mod.rs:224:5 |
564 | 2024-08-15T09:59:09.112Z | | |
565 | 2024-08-15T09:59:09.112Z | 224 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
566 | 2024-08-15T09:59:09.112Z | | ^ |
567 | 2024-08-15T09:59:09.112Z | | |
568 | 2024-08-15T09:59:09.112Z | = help: if this is supposed to be its own paragraph, add a blank line |
569 | 2024-08-15T09:59:09.112Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
570 | 2024-08-15T09:59:09.112Z | help: indent this line |
571 | 2024-08-15T09:59:09.112Z | | |
572 | 2024-08-15T09:59:09.112Z | 224 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
573 | 2024-08-15T09:59:09.112Z | | +++ |
574 | 2024-08-15T09:59:09.113Z | |
575 | 2024-08-15T09:59:09.113Z | warning: doc list item missing indentation |
576 | 2024-08-15T09:59:09.113Z | --> lib/opte/src/engine/mod.rs:225:5 |
577 | 2024-08-15T09:59:09.113Z | | |
578 | 2024-08-15T09:59:09.113Z | 225 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
579 | 2024-08-15T09:59:09.113Z | | ^ |
580 | 2024-08-15T09:59:09.113Z | | |
581 | 2024-08-15T09:59:09.113Z | = help: if this is supposed to be its own paragraph, add a blank line |
582 | 2024-08-15T09:59:09.113Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
583 | 2024-08-15T09:59:09.113Z | help: indent this line |
584 | 2024-08-15T09:59:09.113Z | | |
585 | 2024-08-15T09:59:09.113Z | 225 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
586 | 2024-08-15T09:59:09.113Z | | +++ |
587 | 2024-08-15T09:59:09.113Z | |
588 | 2024-08-15T09:59:09.113Z | warning: doc list item missing indentation |
589 | 2024-08-15T09:59:09.116Z | --> lib/opte/src/engine/mod.rs:226:5 |
590 | 2024-08-15T09:59:09.116Z | | |
591 | 2024-08-15T09:59:09.116Z | 226 | /// be built atop generic OPTE actions or may be provided in whole by |
592 | 2024-08-15T09:59:09.116Z | | ^ |
593 | 2024-08-15T09:59:09.116Z | | |
594 | 2024-08-15T09:59:09.116Z | = help: if this is supposed to be its own paragraph, add a blank line |
595 | 2024-08-15T09:59:09.116Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
596 | 2024-08-15T09:59:09.116Z | help: indent this line |
597 | 2024-08-15T09:59:09.116Z | | |
598 | 2024-08-15T09:59:09.116Z | 226 | /// be built atop generic OPTE actions or may be provided in whole by |
599 | 2024-08-15T09:59:09.116Z | | +++ |
600 | 2024-08-15T09:59:09.116Z | |
601 | 2024-08-15T09:59:09.116Z | warning: doc list item missing indentation |
602 | 2024-08-15T09:59:09.116Z | --> lib/opte/src/engine/mod.rs:227:5 |
603 | 2024-08-15T09:59:09.116Z | | |
604 | 2024-08-15T09:59:09.116Z | 227 | /// the network implementation. |
605 | 2024-08-15T09:59:09.116Z | | ^ |
606 | 2024-08-15T09:59:09.116Z | | |
607 | 2024-08-15T09:59:09.116Z | = help: if this is supposed to be its own paragraph, add a blank line |
608 | 2024-08-15T09:59:09.116Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
609 | 2024-08-15T09:59:09.116Z | help: indent this line |
610 | 2024-08-15T09:59:09.116Z | | |
611 | 2024-08-15T09:59:09.116Z | 227 | /// the network implementation. |
612 | 2024-08-15T09:59:09.116Z | | +++ |
613 | 2024-08-15T09:59:09.116Z | |
614 | 2024-08-15T09:59:09.116Z | warning: doc list item missing indentation |
615 | 2024-08-15T09:59:09.116Z | --> lib/opte/src/engine/mod.rs:230:5 |
616 | 2024-08-15T09:59:09.116Z | | |
617 | 2024-08-15T09:59:09.116Z | 230 | /// as well as single packet processing (non-flow processing). |
618 | 2024-08-15T09:59:09.116Z | | ^ |
619 | 2024-08-15T09:59:09.116Z | | |
620 | 2024-08-15T09:59:09.116Z | = help: if this is supposed to be its own paragraph, add a blank line |
621 | 2024-08-15T09:59:09.116Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
622 | 2024-08-15T09:59:09.117Z | help: indent this line |
623 | 2024-08-15T09:59:09.117Z | | |
624 | 2024-08-15T09:59:09.117Z | 230 | /// as well as single packet processing (non-flow processing). |
625 | 2024-08-15T09:59:09.117Z | | +++ |
626 | 2024-08-15T09:59:09.117Z | |
627 | 2024-08-15T09:59:09.807Z | warning: `opte` (lib) generated 20 warnings |
628 | 2024-08-15T09:59:09.810Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
629 | 2024-08-15T09:59:11.313Z | warning: doc list item missing indentation |
630 | 2024-08-15T09:59:11.313Z | --> lib/oxide-vpc/src/api.rs:348:5 |
631 | 2024-08-15T09:59:11.313Z | | |
632 | 2024-08-15T09:59:11.313Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
633 | 2024-08-15T09:59:11.313Z | | ^ |
634 | 2024-08-15T09:59:11.313Z | | |
635 | 2024-08-15T09:59:11.313Z | = help: if this is supposed to be its own paragraph, add a blank line |
636 | 2024-08-15T09:59:11.313Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
637 | 2024-08-15T09:59:11.313Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
638 | 2024-08-15T09:59:11.313Z | help: indent this line |
639 | 2024-08-15T09:59:11.313Z | | |
640 | 2024-08-15T09:59:11.313Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
641 | 2024-08-15T09:59:11.313Z | | ++ |
642 | 2024-08-15T09:59:11.313Z | |
643 | 2024-08-15T09:59:11.316Z | warning: doc list item missing indentation |
644 | 2024-08-15T09:59:11.316Z | --> lib/oxide-vpc/src/api.rs:349:5 |
645 | 2024-08-15T09:59:11.317Z | | |
646 | 2024-08-15T09:59:11.317Z | 349 | /// actual destination, but rather a configuration that determines how |
647 | 2024-08-15T09:59:11.317Z | | ^ |
648 | 2024-08-15T09:59:11.317Z | | |
649 | 2024-08-15T09:59:11.317Z | = help: if this is supposed to be its own paragraph, add a blank line |
650 | 2024-08-15T09:59:11.317Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
651 | 2024-08-15T09:59:11.317Z | help: indent this line |
652 | 2024-08-15T09:59:11.317Z | | |
653 | 2024-08-15T09:59:11.317Z | 349 | /// actual destination, but rather a configuration that determines how |
654 | 2024-08-15T09:59:11.317Z | | ++ |
655 | 2024-08-15T09:59:11.317Z | |
656 | 2024-08-15T09:59:11.317Z | warning: doc list item missing indentation |
657 | 2024-08-15T09:59:11.317Z | --> lib/oxide-vpc/src/api.rs:350:5 |
658 | 2024-08-15T09:59:11.317Z | | |
659 | 2024-08-15T09:59:11.317Z | 350 | /// we should NAT the flow. |
660 | 2024-08-15T09:59:11.317Z | | ^ |
661 | 2024-08-15T09:59:11.317Z | | |
662 | 2024-08-15T09:59:11.317Z | = help: if this is supposed to be its own paragraph, add a blank line |
663 | 2024-08-15T09:59:11.317Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
664 | 2024-08-15T09:59:11.317Z | help: indent this line |
665 | 2024-08-15T09:59:11.317Z | | |
666 | 2024-08-15T09:59:11.317Z | 350 | /// we should NAT the flow. |
667 | 2024-08-15T09:59:11.317Z | | ++ |
668 | 2024-08-15T09:59:11.317Z | |
669 | 2024-08-15T09:59:11.317Z | warning: doc list item missing indentation |
670 | 2024-08-15T09:59:11.317Z | --> lib/oxide-vpc/src/api.rs:358:5 |
671 | 2024-08-15T09:59:11.317Z | | |
672 | 2024-08-15T09:59:11.317Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
673 | 2024-08-15T09:59:11.317Z | | ^ |
674 | 2024-08-15T09:59:11.317Z | | |
675 | 2024-08-15T09:59:11.317Z | = help: if this is supposed to be its own paragraph, add a blank line |
676 | 2024-08-15T09:59:11.317Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
677 | 2024-08-15T09:59:11.317Z | help: indent this line |
678 | 2024-08-15T09:59:11.317Z | | |
679 | 2024-08-15T09:59:11.317Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
680 | 2024-08-15T09:59:11.317Z | | ++ |
681 | 2024-08-15T09:59:11.317Z | |
682 | 2024-08-15T09:59:11.317Z | warning: doc list item missing indentation |
683 | 2024-08-15T09:59:11.318Z | --> lib/oxide-vpc/src/api.rs:359:5 |
684 | 2024-08-15T09:59:11.318Z | | |
685 | 2024-08-15T09:59:11.318Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
686 | 2024-08-15T09:59:11.318Z | | ^ |
687 | 2024-08-15T09:59:11.318Z | | |
688 | 2024-08-15T09:59:11.318Z | = help: if this is supposed to be its own paragraph, add a blank line |
689 | 2024-08-15T09:59:11.318Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
690 | 2024-08-15T09:59:11.318Z | help: indent this line |
691 | 2024-08-15T09:59:11.318Z | | |
692 | 2024-08-15T09:59:11.318Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
693 | 2024-08-15T09:59:11.318Z | | ++ |
694 | 2024-08-15T09:59:11.318Z | |
695 | 2024-08-15T09:59:11.318Z | warning: doc list item missing indentation |
696 | 2024-08-15T09:59:11.318Z | --> lib/oxide-vpc/src/api.rs:360:5 |
697 | 2024-08-15T09:59:11.318Z | | |
698 | 2024-08-15T09:59:11.318Z | 360 | /// There is no separate VPC router process, the real routing is done |
699 | 2024-08-15T09:59:11.318Z | | ^ |
700 | 2024-08-15T09:59:11.318Z | | |
701 | 2024-08-15T09:59:11.318Z | = help: if this is supposed to be its own paragraph, add a blank line |
702 | 2024-08-15T09:59:11.318Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
703 | 2024-08-15T09:59:11.318Z | help: indent this line |
704 | 2024-08-15T09:59:11.318Z | | |
705 | 2024-08-15T09:59:11.318Z | 360 | /// There is no separate VPC router process, the real routing is done |
706 | 2024-08-15T09:59:11.318Z | | ++ |
707 | 2024-08-15T09:59:11.318Z | |
708 | 2024-08-15T09:59:11.318Z | warning: doc list item missing indentation |
709 | 2024-08-15T09:59:11.318Z | --> lib/oxide-vpc/src/api.rs:361:5 |
710 | 2024-08-15T09:59:11.318Z | | |
711 | 2024-08-15T09:59:11.318Z | 361 | /// by the underlay. |
712 | 2024-08-15T09:59:11.318Z | | ^ |
713 | 2024-08-15T09:59:11.318Z | | |
714 | 2024-08-15T09:59:11.318Z | = help: if this is supposed to be its own paragraph, add a blank line |
715 | 2024-08-15T09:59:11.318Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
716 | 2024-08-15T09:59:11.318Z | help: indent this line |
717 | 2024-08-15T09:59:11.318Z | | |
718 | 2024-08-15T09:59:11.318Z | 361 | /// by the underlay. |
719 | 2024-08-15T09:59:11.318Z | | ++ |
720 | 2024-08-15T09:59:11.318Z | |
721 | 2024-08-15T09:59:12.185Z | warning: `oxide-vpc` (lib) generated 7 warnings |
722 | 2024-08-15T09:59:12.188Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
723 | 2024-08-15T09:59:13.688Z | warning: use of `expect` followed by a function call |
724 | 2024-08-15T09:59:13.688Z | --> bin/opteadm/src/bin/opteadm.rs:810:71 |
725 | 2024-08-15T09:59:13.688Z | | |
726 | 2024-08-15T09:59:13.688Z | 810 | hdl.remove_cidr(&port, prefix, Direction::In).expect( |
727 | 2024-08-15T09:59:13.688Z | | _______________________________________________________________________^ |
728 | 2024-08-15T09:59:13.688Z | 811 | | &format!( |
729 | 2024-08-15T09:59:13.689Z | 812 | | "FATAL: failed to rollback in-direction allow \ |
730 | 2024-08-15T09:59:13.689Z | 813 | | of {prefix} after {e}" |
731 | 2024-08-15T09:59:13.689Z | 814 | | ), |
732 | 2024-08-15T09:59:13.689Z | 815 | | ); |
733 | 2024-08-15T09:59:13.689Z | | |_________________________^ |
734 | 2024-08-15T09:59:13.689Z | | |
735 | 2024-08-15T09:59:13.689Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
736 | 2024-08-15T09:59:13.689Z | = note: `#[warn(clippy::expect_fun_call)]` on by default |
737 | 2024-08-15T09:59:13.689Z | help: try |
738 | 2024-08-15T09:59:13.689Z | | |
739 | 2024-08-15T09:59:13.689Z | 810 ~ hdl.remove_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction allow \ |
740 | 2024-08-15T09:59:13.689Z | 811 ~ of {prefix} after {e}")); |
741 | 2024-08-15T09:59:13.689Z | | |
742 | 2024-08-15T09:59:13.689Z | |
743 | 2024-08-15T09:59:13.691Z | warning: use of `expect` followed by a function call |
744 | 2024-08-15T09:59:13.692Z | --> bin/opteadm/src/bin/opteadm.rs:840:66 |
745 | 2024-08-15T09:59:13.692Z | | |
746 | 2024-08-15T09:59:13.692Z | 840 | hdl.allow_cidr(&port, prefix, Direction::In).expect( |
747 | 2024-08-15T09:59:13.692Z | | __________________________________________________________________^ |
748 | 2024-08-15T09:59:13.692Z | 841 | | &format!( |
749 | 2024-08-15T09:59:13.692Z | 842 | | "FATAL: failed to rollback in-direction remove \ |
750 | 2024-08-15T09:59:13.692Z | 843 | | of {prefix} after {e}" |
751 | 2024-08-15T09:59:13.692Z | 844 | | ), |
752 | 2024-08-15T09:59:13.692Z | 845 | | ); |
753 | 2024-08-15T09:59:13.692Z | | |_____________________^ |
754 | 2024-08-15T09:59:13.692Z | | |
755 | 2024-08-15T09:59:13.692Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
756 | 2024-08-15T09:59:13.692Z | help: try |
757 | 2024-08-15T09:59:13.692Z | | |
758 | 2024-08-15T09:59:13.692Z | 840 ~ hdl.allow_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction remove \ |
759 | 2024-08-15T09:59:13.692Z | 841 ~ of {prefix} after {e}")); |
760 | 2024-08-15T09:59:13.692Z | | |
761 | 2024-08-15T09:59:13.692Z | |
762 | 2024-08-15T09:59:13.775Z | warning: `opteadm` (bin "opteadm" test) generated 2 warnings (run `cargo clippy --fix --bin "opteadm" --tests` to apply 2 suggestions) |
763 | 2024-08-15T09:59:13.775Z | warning: `opteadm` (bin "opteadm") generated 2 warnings (2 duplicates) |
764 | 2024-08-15T09:59:13.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.88s |
765 | 2024-08-15T09:59:13.915Z | |
766 | 2024-08-15T09:59:13.915Z | real 37.150597398 |
767 | 2024-08-15T09:59:13.915Z | user 1:58.659090925 |
768 | 2024-08-15T09:59:13.915Z | sys 29.488452163 |
769 | 2024-08-15T09:59:13.915Z | trap 0.066474764 |
770 | 2024-08-15T09:59:13.915Z | tflt 0.736861795 |
771 | 2024-08-15T09:59:13.915Z | dflt 2.434326080 |
772 | 2024-08-15T09:59:13.915Z | kflt 0.014226516 |
773 | 2024-08-15T09:59:13.918Z | lock 2:45.137932459 |
774 | 2024-08-15T09:59:13.918Z | slp 8:09.322947482 |
775 | 2024-08-15T09:59:13.918Z | lat 6.177478436 |
776 | 2024-08-15T09:59:13.918Z | stop 14.092836533 |
777 | 2024-08-15T09:59:13.918Z | + header 'debug build' |
778 | 2024-08-15T09:59:13.918Z | + echo '# ==== debug build ==== #' |
779 | 2024-08-15T09:59:13.918Z | # ==== debug build ==== # |
780 | 2024-08-15T09:59:13.918Z | + ptime -m cargo build |
781 | 2024-08-15T09:59:14.233Z | Compiling cfg-if v1.0.0 |
782 | 2024-08-15T09:59:14.233Z | Compiling strsim v0.11.1 |
783 | 2024-08-15T09:59:14.233Z | Compiling once_cell v1.19.0 |
784 | 2024-08-15T09:59:14.236Z | Compiling byteorder v1.5.0 |
785 | 2024-08-15T09:59:14.236Z | Compiling libc v0.2.155 |
786 | 2024-08-15T09:59:14.252Z | Compiling serde v1.0.204 |
787 | 2024-08-15T09:59:14.257Z | Compiling memchr v2.7.4 |
788 | 2024-08-15T09:59:14.260Z | Compiling smallvec v1.13.2 |
789 | 2024-08-15T09:59:14.297Z | Compiling dyn-clone v1.0.17 |
790 | 2024-08-15T09:59:14.506Z | Compiling hash32 v0.3.1 |
791 | 2024-08-15T09:59:14.543Z | Compiling scopeguard v1.2.0 |
792 | 2024-08-15T09:59:14.653Z | Compiling darling_core v0.20.10 |
793 | 2024-08-15T09:59:14.661Z | Compiling stable_deref_trait v1.2.0 |
794 | 2024-08-15T09:59:14.690Z | Compiling lock_api v0.4.12 |
795 | 2024-08-15T09:59:14.703Z | Compiling proc-macro-crate v1.3.1 |
796 | 2024-08-15T09:59:14.739Z | Compiling heapless v0.8.0 |
797 | 2024-08-15T09:59:15.116Z | Compiling ryu v1.0.18 |
798 | 2024-08-15T09:59:15.337Z | Compiling cobs v0.2.3 |
799 | 2024-08-15T09:59:15.461Z | Compiling parking_lot_core v0.9.10 |
800 | 2024-08-15T09:59:15.534Z | Compiling itoa v1.0.11 |
801 | 2024-08-15T09:59:15.646Z | Compiling pin-project-lite v0.2.14 |
802 | 2024-08-15T09:59:15.739Z | Compiling managed v0.8.0 |
803 | 2024-08-15T09:59:15.756Z | Compiling bitflags v1.3.2 |
804 | 2024-08-15T09:59:15.783Z | Compiling embedded-io v0.4.0 |
805 | 2024-08-15T09:59:15.788Z | Compiling parking_lot v0.12.3 |
806 | 2024-08-15T09:59:15.838Z | Compiling num_enum_derive v0.5.11 |
807 | 2024-08-15T09:59:15.983Z | Compiling socket2 v0.5.7 |
808 | 2024-08-15T09:59:16.173Z | Compiling smoltcp v0.11.0 |
809 | 2024-08-15T09:59:16.176Z | Compiling signal-hook-registry v1.4.2 |
810 | 2024-08-15T09:59:16.214Z | Compiling errno v0.3.9 |
811 | 2024-08-15T09:59:16.447Z | Compiling mio v1.0.1 |
812 | 2024-08-15T09:59:16.869Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
813 | 2024-08-15T09:59:17.102Z | Compiling anyhow v1.0.86 |
814 | 2024-08-15T09:59:17.192Z | Compiling utf8parse v0.2.2 |
815 | 2024-08-15T09:59:17.237Z | Compiling either v1.13.0 |
816 | 2024-08-15T09:59:17.328Z | Compiling unicode-width v0.1.13 |
817 | 2024-08-15T09:59:17.559Z | Compiling foreign-types-shared v0.3.1 |
818 | 2024-08-15T09:59:17.564Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
819 | 2024-08-15T09:59:17.660Z | Compiling bytes v1.6.1 |
820 | 2024-08-15T09:59:17.674Z | warning: struct `kstat_t` is never constructed |
821 | 2024-08-15T09:59:17.674Z | --> crates/illumos-sys-hdrs/src/lib.rs:87:12 |
822 | 2024-08-15T09:59:17.674Z | | |
823 | 2024-08-15T09:59:17.674Z | 87 | pub struct kstat_t { |
824 | 2024-08-15T09:59:17.674Z | | ^^^^^^^ |
825 | 2024-08-15T09:59:17.674Z | | |
826 | 2024-08-15T09:59:17.674Z | = note: `#[warn(dead_code)]` on by default |
827 | 2024-08-15T09:59:17.674Z | |
828 | 2024-08-15T09:59:17.736Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning |
829 | 2024-08-15T09:59:17.738Z | Compiling bitflags v2.6.0 |
830 | 2024-08-15T09:59:17.819Z | Compiling foreign-types v0.5.0 |
831 | 2024-08-15T09:59:17.911Z | Compiling itertools v0.13.0 |
832 | 2024-08-15T09:59:18.089Z | Compiling rustix v0.38.34 |
833 | 2024-08-15T09:59:18.200Z | Compiling tabwriter v1.4.0 |
834 | 2024-08-15T09:59:18.207Z | Compiling num_enum v0.5.11 |
835 | 2024-08-15T09:59:18.338Z | Compiling anstyle-parse v0.2.5 |
836 | 2024-08-15T09:59:18.681Z | Compiling tokio v1.39.2 |
837 | 2024-08-15T09:59:18.821Z | Compiling zerocopy v0.7.35 |
838 | 2024-08-15T09:59:18.987Z | Compiling thiserror v1.0.63 |
839 | 2024-08-15T09:59:19.103Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
840 | 2024-08-15T09:59:19.248Z | Compiling cstr-argument v0.1.2 |
841 | 2024-08-15T09:59:19.485Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
842 | 2024-08-15T09:59:19.651Z | Compiling tracing-core v0.1.32 |
843 | 2024-08-15T09:59:19.715Z | Compiling crc32fast v1.4.2 |
844 | 2024-08-15T09:59:20.007Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
845 | 2024-08-15T09:59:20.226Z | Compiling anstyle-query v1.1.1 |
846 | 2024-08-15T09:59:20.321Z | Compiling ipnetwork v0.20.0 |
847 | 2024-08-15T09:59:20.359Z | Compiling postcard v1.0.8 |
848 | 2024-08-15T09:59:20.742Z | Compiling serde_json v1.0.121 |
849 | 2024-08-15T09:59:20.812Z | Compiling darling_macro v0.20.10 |
850 | 2024-08-15T09:59:21.004Z | Compiling is_terminal_polyfill v1.70.1 |
851 | 2024-08-15T09:59:21.119Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
852 | 2024-08-15T09:59:21.131Z | Compiling colorchoice v1.0.2 |
853 | 2024-08-15T09:59:21.199Z | Compiling pretty-hex v0.2.1 |
854 | 2024-08-15T09:59:21.272Z | Compiling anstyle v1.0.8 |
855 | 2024-08-15T09:59:21.300Z | Compiling lazy_static v1.5.0 |
856 | 2024-08-15T09:59:21.354Z | Compiling tracing v0.1.40 |
857 | 2024-08-15T09:59:21.408Z | Compiling colored v2.1.0 |
858 | 2024-08-15T09:59:21.519Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
859 | 2024-08-15T09:59:21.667Z | Compiling anstream v0.6.15 |
860 | 2024-08-15T09:59:21.707Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
861 | 2024-08-15T09:59:21.804Z | Compiling terminal_size v0.3.0 |
862 | 2024-08-15T09:59:21.881Z | Compiling darling v0.20.10 |
863 | 2024-08-15T09:59:21.984Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
864 | 2024-08-15T09:59:21.994Z | Compiling socket2 v0.4.10 |
865 | 2024-08-15T09:59:22.262Z | Compiling clap_lex v0.7.2 |
866 | 2024-08-15T09:59:22.374Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
867 | 2024-08-15T09:59:22.467Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
868 | 2024-08-15T09:59:22.703Z | Compiling schemars v0.8.21 |
869 | 2024-08-15T09:59:22.824Z | Compiling clap_builder v4.5.11 |
870 | 2024-08-15T09:59:24.187Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
871 | 2024-08-15T09:59:25.909Z | Compiling clap v4.5.11 |
872 | 2024-08-15T09:59:25.944Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
873 | 2024-08-15T09:59:26.156Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
874 | 2024-08-15T09:59:29.446Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
875 | 2024-08-15T09:59:31.554Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
876 | 2024-08-15T09:59:37.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.91s |
877 | 2024-08-15T09:59:37.910Z | |
878 | 2024-08-15T09:59:37.912Z | real 23.982897907 |
879 | 2024-08-15T09:59:37.912Z | user 1:49.562388125 |
880 | 2024-08-15T09:59:37.913Z | sys 23.189116385 |
881 | 2024-08-15T09:59:37.913Z | trap 0.065096829 |
882 | 2024-08-15T09:59:37.913Z | tflt 0.154951477 |
883 | 2024-08-15T09:59:37.913Z | dflt 0.453597444 |
884 | 2024-08-15T09:59:37.913Z | kflt 0.000000000 |
885 | 2024-08-15T09:59:37.913Z | lock 3:06.770420772 |
886 | 2024-08-15T09:59:37.913Z | slp 6:03.252217811 |
887 | 2024-08-15T09:59:37.913Z | lat 3.787267484 |
888 | 2024-08-15T09:59:37.913Z | stop 4.611019291 |
889 | 2024-08-15T09:59:37.913Z | + header 'release build' |
890 | 2024-08-15T09:59:37.913Z | + echo '# ==== release build ==== #' |
891 | 2024-08-15T09:59:37.913Z | # ==== release build ==== # |
892 | 2024-08-15T09:59:37.913Z | + ptime -m cargo build --release |
893 | 2024-08-15T09:59:38.097Z | Compiling proc-macro2 v1.0.86 |
894 | 2024-08-15T09:59:38.097Z | Compiling unicode-ident v1.0.12 |
895 | 2024-08-15T09:59:38.097Z | Compiling libc v0.2.155 |
896 | 2024-08-15T09:59:38.100Z | Compiling cfg-if v1.0.0 |
897 | 2024-08-15T09:59:38.100Z | Compiling serde v1.0.204 |
898 | 2024-08-15T09:59:38.100Z | Compiling syn v1.0.109 |
899 | 2024-08-15T09:59:38.100Z | Compiling equivalent v1.0.1 |
900 | 2024-08-15T09:59:38.100Z | Compiling anyhow v1.0.86 |
901 | 2024-08-15T09:59:38.206Z | Compiling autocfg v1.3.0 |
902 | 2024-08-15T09:59:38.212Z | Compiling hashbrown v0.14.5 |
903 | 2024-08-15T09:59:38.266Z | Compiling byteorder v1.5.0 |
904 | 2024-08-15T09:59:38.634Z | Compiling fnv v1.0.7 |
905 | 2024-08-15T09:59:38.644Z | Compiling winnow v0.5.40 |
906 | 2024-08-15T09:59:38.644Z | Compiling memchr v2.7.4 |
907 | 2024-08-15T09:59:38.687Z | Compiling strsim v0.11.1 |
908 | 2024-08-15T09:59:38.732Z | Compiling toml_datetime v0.6.7 |
909 | 2024-08-15T09:59:38.945Z | Compiling lock_api v0.4.12 |
910 | 2024-08-15T09:59:39.093Z | Compiling parking_lot_core v0.9.10 |
911 | 2024-08-15T09:59:39.305Z | Compiling heapless v0.8.0 |
912 | 2024-08-15T09:59:39.405Z | Compiling ident_case v1.0.1 |
913 | 2024-08-15T09:59:39.516Z | Compiling indexmap v2.2.6 |
914 | 2024-08-15T09:59:39.563Z | Compiling quote v1.0.36 |
915 | 2024-08-15T09:59:39.669Z | Compiling hash32 v0.3.1 |
916 | 2024-08-15T09:59:39.888Z | Compiling serde_json v1.0.121 |
917 | 2024-08-15T09:59:40.105Z | Compiling syn v2.0.72 |
918 | 2024-08-15T09:59:40.271Z | Compiling smoltcp v0.11.0 |
919 | 2024-08-15T09:59:40.294Z | Compiling scopeguard v1.2.0 |
920 | 2024-08-15T09:59:40.419Z | Compiling stable_deref_trait v1.2.0 |
921 | 2024-08-15T09:59:40.508Z | Compiling once_cell v1.19.0 |
922 | 2024-08-15T09:59:40.810Z | Compiling dyn-clone v1.0.17 |
923 | 2024-08-15T09:59:40.902Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
924 | 2024-08-15T09:59:40.928Z | Compiling smallvec v1.13.2 |
925 | 2024-08-15T09:59:41.344Z | Compiling schemars v0.8.21 |
926 | 2024-08-15T09:59:41.568Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
927 | 2024-08-15T09:59:41.746Z | Compiling cobs v0.2.3 |
928 | 2024-08-15T09:59:41.889Z | Compiling rustix v0.38.34 |
929 | 2024-08-15T09:59:42.204Z | Compiling version_check v0.9.5 |
930 | 2024-08-15T09:59:42.256Z | Compiling managed v0.8.0 |
931 | 2024-08-15T09:59:42.324Z | Compiling pin-project-lite v0.2.14 |
932 | 2024-08-15T09:59:42.441Z | Compiling toml_edit v0.19.15 |
933 | 2024-08-15T09:59:42.528Z | Compiling thiserror v1.0.63 |
934 | 2024-08-15T09:59:42.587Z | Compiling embedded-io v0.4.0 |
935 | 2024-08-15T09:59:42.629Z | Compiling ryu v1.0.18 |
936 | 2024-08-15T09:59:42.740Z | Compiling bitflags v1.3.2 |
937 | 2024-08-15T09:59:42.794Z | Compiling itoa v1.0.11 |
938 | 2024-08-15T09:59:42.839Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
939 | 2024-08-15T09:59:43.132Z | Compiling parking_lot v0.12.3 |
940 | 2024-08-15T09:59:43.186Z | Compiling errno v0.3.9 |
941 | 2024-08-15T09:59:43.198Z | Compiling socket2 v0.5.7 |
942 | 2024-08-15T09:59:43.281Z | Compiling signal-hook-registry v1.4.2 |
943 | 2024-08-15T09:59:43.445Z | Compiling mio v1.0.1 |
944 | 2024-08-15T09:59:45.421Z | Compiling proc-macro-crate v1.3.1 |
945 | 2024-08-15T09:59:45.723Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
946 | 2024-08-15T09:59:45.740Z | Compiling bytes v1.6.1 |
947 | 2024-08-15T09:59:45.825Z | warning: struct `kstat_t` is never constructed |
948 | 2024-08-15T09:59:45.825Z | --> crates/illumos-sys-hdrs/src/lib.rs:87:12 |
949 | 2024-08-15T09:59:45.825Z | | |
950 | 2024-08-15T09:59:45.825Z | 87 | pub struct kstat_t { |
951 | 2024-08-15T09:59:45.825Z | | ^^^^^^^ |
952 | 2024-08-15T09:59:45.825Z | | |
953 | 2024-08-15T09:59:45.825Z | = note: `#[warn(dead_code)]` on by default |
954 | 2024-08-15T09:59:45.825Z | |
955 | 2024-08-15T09:59:45.874Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning |
956 | 2024-08-15T09:59:45.877Z | Compiling foreign-types-shared v0.3.1 |
957 | 2024-08-15T09:59:45.981Z | Compiling either v1.13.0 |
958 | 2024-08-15T09:59:46.235Z | Compiling bitflags v2.6.0 |
959 | 2024-08-15T09:59:46.345Z | Compiling unicode-width v0.1.13 |
960 | 2024-08-15T09:59:46.648Z | Compiling darling_core v0.20.10 |
961 | 2024-08-15T09:59:46.867Z | Compiling serde_derive_internals v0.29.1 |
962 | 2024-08-15T09:59:46.896Z | Compiling utf8parse v0.2.2 |
963 | 2024-08-15T09:59:47.045Z | Compiling anstyle-parse v0.2.5 |
964 | 2024-08-15T09:59:47.471Z | Compiling tracing-core v0.1.32 |
965 | 2024-08-15T09:59:48.559Z | Compiling tabwriter v1.4.0 |
966 | 2024-08-15T09:59:49.116Z | Compiling itertools v0.13.0 |
967 | 2024-08-15T09:59:49.952Z | Compiling cstr-argument v0.1.2 |
968 | 2024-08-15T09:59:50.570Z | Compiling crc32fast v1.4.2 |
969 | 2024-08-15T09:59:50.729Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
970 | 2024-08-15T09:59:51.062Z | Compiling anstyle-query v1.1.1 |
971 | 2024-08-15T09:59:51.078Z | Compiling pretty-hex v0.2.1 |
972 | 2024-08-15T09:59:51.080Z | Compiling is_terminal_polyfill v1.70.1 |
973 | 2024-08-15T09:59:51.194Z | Compiling colorchoice v1.0.2 |
974 | 2024-08-15T09:59:51.201Z | Compiling anstyle v1.0.8 |
975 | 2024-08-15T09:59:51.275Z | Compiling lazy_static v1.5.0 |
976 | 2024-08-15T09:59:51.357Z | Compiling colored v2.1.0 |
977 | 2024-08-15T09:59:51.697Z | Compiling num_enum_derive v0.5.11 |
978 | 2024-08-15T09:59:51.788Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
979 | 2024-08-15T09:59:51.837Z | Compiling anstream v0.6.15 |
980 | 2024-08-15T09:59:52.186Z | Compiling serde_derive v1.0.204 |
981 | 2024-08-15T09:59:52.690Z | Compiling tokio-macros v2.4.0 |
982 | 2024-08-15T09:59:52.764Z | Compiling darling_macro v0.20.10 |
983 | 2024-08-15T09:59:53.121Z | Compiling schemars_derive v0.8.21 |
984 | 2024-08-15T09:59:53.255Z | Compiling foreign-types-macros v0.2.3 |
985 | 2024-08-15T09:59:53.660Z | Compiling thiserror-impl v1.0.63 |
986 | 2024-08-15T09:59:53.759Z | Compiling darling v0.20.10 |
987 | 2024-08-15T09:59:53.860Z | Compiling zerocopy-derive v0.7.35 |
988 | 2024-08-15T09:59:54.030Z | Compiling num_enum v0.5.11 |
989 | 2024-08-15T09:59:54.179Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
990 | 2024-08-15T09:59:54.251Z | Compiling tokio v1.39.2 |
991 | 2024-08-15T09:59:54.287Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
992 | 2024-08-15T09:59:54.564Z | Compiling foreign-types v0.5.0 |
993 | 2024-08-15T09:59:54.661Z | Compiling tracing-attributes v0.1.27 |
994 | 2024-08-15T09:59:55.180Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
995 | 2024-08-15T09:59:55.299Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
996 | 2024-08-15T09:59:55.460Z | Compiling terminal_size v0.3.0 |
997 | 2024-08-15T09:59:55.674Z | Compiling socket2 v0.4.10 |
998 | 2024-08-15T09:59:55.878Z | Compiling zerocopy v0.7.35 |
999 | 2024-08-15T09:59:56.075Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1000 | 2024-08-15T09:59:56.338Z | Compiling heck v0.5.0 |
1001 | 2024-08-15T09:59:56.727Z | Compiling clap_lex v0.7.2 |
1002 | 2024-08-15T09:59:56.754Z | Compiling clap_derive v4.5.11 |
1003 | 2024-08-15T09:59:57.702Z | Compiling clap_builder v4.5.11 |
1004 | 2024-08-15T09:59:57.709Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1005 | 2024-08-15T09:59:58.096Z | Compiling tracing v0.1.40 |
1006 | 2024-08-15T10:00:01.132Z | Compiling clap v4.5.11 |
1007 | 2024-08-15T10:00:01.615Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1008 | 2024-08-15T10:00:04.892Z | Compiling ipnetwork v0.20.0 |
1009 | 2024-08-15T10:00:05.170Z | Compiling postcard v1.0.8 |
1010 | 2024-08-15T10:00:06.036Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1011 | 2024-08-15T10:00:12.420Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1012 | 2024-08-15T10:00:17.736Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1013 | 2024-08-15T10:00:20.272Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1014 | 2024-08-15T10:00:35.918Z | Finished `release` profile [optimized + debuginfo] target(s) in 57.96s |
1015 | 2024-08-15T10:00:35.953Z | |
1016 | 2024-08-15T10:00:35.953Z | real 58.030773813 |
1017 | 2024-08-15T10:00:35.953Z | user 5:51.611570858 |
1018 | 2024-08-15T10:00:35.953Z | sys 39.019355912 |
1019 | 2024-08-15T10:00:35.953Z | trap 0.178192971 |
1020 | 2024-08-15T10:00:35.956Z | tflt 0.347830764 |
1021 | 2024-08-15T10:00:35.956Z | dflt 0.449777390 |
1022 | 2024-08-15T10:00:35.956Z | kflt 0.000000000 |
1023 | 2024-08-15T10:00:35.956Z | lock 10:05.172599678 |
1024 | 2024-08-15T10:00:35.956Z | slp 16:23.452048527 |
1025 | 2024-08-15T10:00:35.956Z | lat 11.488160506 |
1026 | 2024-08-15T10:00:35.956Z | stop 10.119564619 |
1027 | 2024-08-15T10:00:35.956Z | + popd |
1028 | 2024-08-15T10:00:35.956Z | /work/oxidecomputer/opte |
1029 | 2024-08-15T10:00:35.956Z | + for x in debug release |
1030 | 2024-08-15T10:00:35.956Z | + mkdir -p /work/debug |
1031 | 2024-08-15T10:00:35.959Z | + cp target/debug/opteadm /work/debug/ |
1032 | 2024-08-15T10:00:36.019Z | + sha256sum target/debug/opteadm |
1033 | 2024-08-15T10:00:36.207Z | + for x in debug release |
1034 | 2024-08-15T10:00:36.207Z | + mkdir -p /work/release |
1035 | 2024-08-15T10:00:36.209Z | + cp target/release/opteadm /work/release/ |
1036 | 2024-08-15T10:00:36.252Z | + sha256sum target/release/opteadm |
1037 | 2024-08-15T10:00:36.298Z | process exited: duration 136527 ms, exit code 0 |
|
1038 | 2024-08-15T10:00:36.308Z | found 4 output files |
1039 | 2024-08-15T10:00:36.308Z | uploading: /work/debug/opteadm (66268072 bytes) |
1040 | 2024-08-15T10:00:38.143Z | uploaded: /work/debug/opteadm |
1041 | 2024-08-15T10:00:38.143Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
1042 | 2024-08-15T10:00:39.150Z | uploaded: /work/debug/opteadm.debug.sha256 |
1043 | 2024-08-15T10:00:39.150Z | uploading: /work/release/opteadm (52460440 bytes) |
1044 | 2024-08-15T10:00:40.819Z | uploaded: /work/release/opteadm |
1045 | 2024-08-15T10:00:40.819Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
1046 | 2024-08-15T10:00:41.826Z | uploaded: /work/release/opteadm.release.sha256 |