|
|
|
1 | 2024-11-21T18:43:15.752Z | job assigned to worker 01JD80GXTB99Z6C5H9GQ6FE1VD [factory aws, i-0aaee64aaf9ded71d] (queued for 55 s) |
|
2 | 2024-11-21T18:43:23.166Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:23.174Z | ++ uname -s |
4 | 2024-11-21T18:43:23.177Z | + kern=SunOS |
5 | 2024-11-21T18:43:23.177Z | + case "$kern" in |
6 | 2024-11-21T18:43:23.177Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:23.180Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:25.185Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:25.284Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:25.287Z | + home_fs=zfs |
11 | 2024-11-21T18:43:25.287Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:25.287Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:25.289Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:27.290Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:27.292Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-11-21T18:43:27.297Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:27.302Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:27.302Z | ' nightly-2024-11-18 |
19 | 2024-11-21T18:43:27.302Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-21T18:43:27.303Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T18:43:27.303Z | ' default |
22 | 2024-11-21T18:43:27.303Z | * toolchain profile = "default" |
23 | 2024-11-21T18:43:27.305Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:27.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:27.419Z | info: downloading installer |
26 | 2024-11-21T18:43:28.807Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:28.807Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:28.810Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:28.967Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:28.967Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:29.887Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:30.237Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:43:31.495Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:43:33.514Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:43:40.667Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:43:40.931Z | info: installing component 'cargo' |
37 | 2024-11-21T18:43:41.753Z | info: installing component 'clippy' |
38 | 2024-11-21T18:43:42.132Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:43:43.837Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:43:45.681Z | info: installing component 'rustc' |
41 | 2024-11-21T18:43:51.573Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:43:51.898Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:43:51.898Z | |
44 | 2024-11-21T18:43:52.285Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:43:52.285Z | |
46 | 2024-11-21T18:43:52.287Z | |
47 | 2024-11-21T18:43:52.287Z | Rust is installed now. Great! |
48 | 2024-11-21T18:43:52.287Z | |
49 | 2024-11-21T18:43:52.287Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:43:52.287Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:43:52.287Z | |
52 | 2024-11-21T18:43:52.287Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:43:52.287Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:43:52.287Z | |
55 | 2024-11-21T18:43:52.288Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:43:52.288Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:43:52.288Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:43:52.361Z | + rustc --version |
59 | 2024-11-21T18:43:52.429Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:43:52.432Z | process exited: duration 25148 ms, exit code 0 |
|
61 | 2024-11-21T18:43:52.437Z | starting task 2: "authentication" |
62 | 2024-11-21T18:43:52.457Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T18:43:52.463Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:43:52.468Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:43:52.470Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:43:52.503Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:43:53.816Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:43:53.817Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:43:54.178Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:43:54.178Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:43:54.186Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:43:54.188Z | ++ git branch --show-current |
73 | 2024-11-21T18:43:54.192Z | + current=master |
74 | 2024-11-21T18:43:54.192Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:43:54.192Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:43:54.194Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:43:54.215Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:43:54.218Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:43:54.222Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:43:54.224Z | process exited: duration 1760 ms, exit code 0 |
|
81 | 2024-11-21T18:43:54.229Z | starting task 4: "build" |
82 | 2024-11-21T18:43:54.234Z | + cargo --version |
83 | 2024-11-21T18:43:54.238Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-21T18:43:54.382Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-21T18:43:54.382Z | info: downloading component 'cargo' |
86 | 2024-11-21T18:43:55.106Z | info: downloading component 'clippy' |
87 | 2024-11-21T18:43:55.379Z | info: downloading component 'rust-docs' |
88 | 2024-11-21T18:43:56.402Z | info: downloading component 'rust-std' |
89 | 2024-11-21T18:43:58.016Z | info: downloading component 'rustc' |
90 | 2024-11-21T18:44:03.828Z | info: downloading component 'rustfmt' |
91 | 2024-11-21T18:44:04.043Z | info: installing component 'cargo' |
92 | 2024-11-21T18:44:04.828Z | info: installing component 'clippy' |
93 | 2024-11-21T18:44:05.191Z | info: installing component 'rust-docs' |
94 | 2024-11-21T18:44:06.895Z | info: installing component 'rust-std' |
95 | 2024-11-21T18:44:08.674Z | info: installing component 'rustc' |
96 | 2024-11-21T18:44:14.497Z | info: installing component 'rustfmt' |
97 | 2024-11-21T18:44:14.894Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-21T18:44:14.896Z | + rustc --version |
99 | 2024-11-21T18:44:14.967Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-21T18:44:14.971Z | + cd lib/opte |
101 | 2024-11-21T18:44:14.976Z | + header 'check style' |
102 | 2024-11-21T18:44:14.976Z | + echo '# ==== check style ==== #' |
103 | 2024-11-21T18:44:14.976Z | # ==== check style ==== # |
104 | 2024-11-21T18:44:14.976Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-21T18:44:15.330Z | |
106 | 2024-11-21T18:44:15.330Z | real 0.355032272 |
107 | 2024-11-21T18:44:15.330Z | user 0.251599820 |
108 | 2024-11-21T18:44:15.330Z | sys 0.096114369 |
109 | 2024-11-21T18:44:15.330Z | trap 0.000020360 |
110 | 2024-11-21T18:44:15.330Z | tflt 0.000000000 |
111 | 2024-11-21T18:44:15.330Z | dflt 0.000000000 |
112 | 2024-11-21T18:44:15.330Z | kflt 0.000000000 |
113 | 2024-11-21T18:44:15.330Z | lock 0.000000000 |
114 | 2024-11-21T18:44:15.331Z | slp 0.270535574 |
115 | 2024-11-21T18:44:15.331Z | lat 0.000273897 |
116 | 2024-11-21T18:44:15.331Z | stop 0.000130053 |
117 | 2024-11-21T18:44:15.333Z | + header 'check docs' |
118 | 2024-11-21T18:44:15.333Z | + echo '# ==== check docs ==== #' |
119 | 2024-11-21T18:44:15.333Z | # ==== check docs ==== # |
120 | 2024-11-21T18:44:15.333Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-11-21T18:44:15.333Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-11-21T18:44:15.438Z | Updating crates.io index |
123 | 2024-11-21T18:44:15.493Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-21T18:44:16.153Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-21T18:44:16.417Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-21T18:44:16.695Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-21T18:44:17.006Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-21T18:44:17.307Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-21T18:44:17.547Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-21T18:44:17.990Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-21T18:44:18.077Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-21T18:44:18.799Z | Downloading crates ... |
133 | 2024-11-21T18:44:18.860Z | Downloaded byteorder v1.5.0 |
134 | 2024-11-21T18:44:18.878Z | Downloaded pest v2.7.14 |
135 | 2024-11-21T18:44:18.883Z | Downloaded digest v0.10.7 |
136 | 2024-11-21T18:44:18.886Z | Downloaded scroll v0.12.0 |
137 | 2024-11-21T18:44:18.889Z | Downloaded unicode-ident v1.0.13 |
138 | 2024-11-21T18:44:18.907Z | Downloaded smoltcp v0.11.0 |
139 | 2024-11-21T18:44:18.919Z | Downloaded cpufeatures v0.2.15 |
140 | 2024-11-21T18:44:18.923Z | Downloaded crc32fast v1.4.2 |
141 | 2024-11-21T18:44:18.923Z | Downloaded bitflags v1.3.2 |
142 | 2024-11-21T18:44:18.925Z | Downloaded darling_macro v0.20.10 |
143 | 2024-11-21T18:44:18.925Z | Downloaded crypto-common v0.1.6 |
144 | 2024-11-21T18:44:18.927Z | Downloaded cobs v0.2.3 |
145 | 2024-11-21T18:44:18.927Z | Downloaded darling v0.20.10 |
146 | 2024-11-21T18:44:18.930Z | Downloaded cfg-if v1.0.0 |
147 | 2024-11-21T18:44:18.932Z | Downloaded block-buffer v0.10.4 |
148 | 2024-11-21T18:44:18.932Z | Downloaded bitflags v2.6.0 |
149 | 2024-11-21T18:44:18.936Z | Downloaded darling_core v0.20.10 |
150 | 2024-11-21T18:44:18.942Z | Downloaded aho-corasick v1.1.3 |
151 | 2024-11-21T18:44:18.948Z | Downloaded generic-array v0.14.7 |
152 | 2024-11-21T18:44:18.950Z | Downloaded dyn-clone v1.0.17 |
153 | 2024-11-21T18:44:18.951Z | Downloaded dtrace-parser v0.2.0 |
154 | 2024-11-21T18:44:18.953Z | Downloaded ident_case v1.0.1 |
155 | 2024-11-21T18:44:18.961Z | Downloaded scroll_derive v0.12.0 |
156 | 2024-11-21T18:44:18.967Z | Downloaded proc-macro-error-attr v1.0.4 |
157 | 2024-11-21T18:44:18.969Z | Downloaded pretty-hex v0.4.1 |
158 | 2024-11-21T18:44:18.972Z | Downloaded fnv v1.0.7 |
159 | 2024-11-21T18:44:18.972Z | Downloaded embedded-io v0.6.1 |
160 | 2024-11-21T18:44:18.973Z | Downloaded defmt v0.3.8 |
161 | 2024-11-21T18:44:18.975Z | Downloaded itoa v1.0.11 |
162 | 2024-11-21T18:44:18.978Z | Downloaded either v1.13.0 |
163 | 2024-11-21T18:44:18.978Z | Downloaded dof v0.3.0 |
164 | 2024-11-21T18:44:18.981Z | Downloaded defmt-parser v0.3.4 |
165 | 2024-11-21T18:44:18.981Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-11-21T18:44:18.981Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-11-21T18:44:18.983Z | Downloaded defmt-macros v0.3.9 |
168 | 2024-11-21T18:44:18.983Z | Downloaded hash32 v0.3.1 |
169 | 2024-11-21T18:44:18.989Z | Downloaded embedded-io v0.4.0 |
170 | 2024-11-21T18:44:18.999Z | Downloaded managed v0.8.0 |
171 | 2024-11-21T18:44:18.999Z | Downloaded pest_generator v2.7.14 |
172 | 2024-11-21T18:44:18.999Z | Downloaded ipnetwork v0.20.0 |
173 | 2024-11-21T18:44:19.003Z | Downloaded plain v0.2.3 |
174 | 2024-11-21T18:44:19.003Z | Downloaded memmap v0.7.0 |
175 | 2024-11-21T18:44:19.003Z | Downloaded macaddr v1.0.1 |
176 | 2024-11-21T18:44:19.003Z | Downloaded strsim v0.11.1 |
177 | 2024-11-21T18:44:19.003Z | Downloaded stable_deref_trait v1.2.0 |
178 | 2024-11-21T18:44:19.006Z | Downloaded version_check v0.9.5 |
179 | 2024-11-21T18:44:19.008Z | Downloaded thiserror-impl v1.0.69 |
180 | 2024-11-21T18:44:19.012Z | Downloaded once_cell v1.20.2 |
181 | 2024-11-21T18:44:19.015Z | Downloaded usdt v0.5.0 |
182 | 2024-11-21T18:44:19.018Z | Downloaded thread-id v4.2.2 |
183 | 2024-11-21T18:44:19.020Z | Downloaded serde_tokenstream v0.2.2 |
184 | 2024-11-21T18:44:19.023Z | Downloaded tabwriter v1.4.0 |
185 | 2024-11-21T18:44:19.032Z | Downloaded pest_derive v2.7.14 |
186 | 2024-11-21T18:44:19.035Z | Downloaded quote v1.0.37 |
187 | 2024-11-21T18:44:19.041Z | Downloaded thiserror v1.0.69 |
188 | 2024-11-21T18:44:19.049Z | Downloaded proc-macro-error v1.0.4 |
189 | 2024-11-21T18:44:19.052Z | Downloaded zerocopy-derive v0.7.35 |
190 | 2024-11-21T18:44:19.055Z | Downloaded usdt-impl v0.5.0 |
191 | 2024-11-21T18:44:19.058Z | Downloaded sha2 v0.10.8 |
192 | 2024-11-21T18:44:19.060Z | Downloaded log v0.4.22 |
193 | 2024-11-21T18:44:19.063Z | Downloaded typenum v1.17.0 |
194 | 2024-11-21T18:44:19.066Z | Downloaded ryu v1.0.18 |
195 | 2024-11-21T18:44:19.068Z | Downloaded proc-macro2 v1.0.91 |
196 | 2024-11-21T18:44:19.070Z | Downloaded postcard v1.0.10 |
197 | 2024-11-21T18:44:19.077Z | Downloaded ucd-trie v0.1.7 |
198 | 2024-11-21T18:44:19.079Z | Downloaded serde_derive v1.0.215 |
199 | 2024-11-21T18:44:19.082Z | Downloaded pest_meta v2.7.14 |
200 | 2024-11-21T18:44:19.096Z | Downloaded heapless v0.8.0 |
201 | 2024-11-21T18:44:19.100Z | Downloaded serde v1.0.215 |
202 | 2024-11-21T18:44:19.107Z | Downloaded zerocopy-derive v0.8.10 |
203 | 2024-11-21T18:44:19.115Z | Downloaded memchr v2.7.4 |
204 | 2024-11-21T18:44:19.150Z | Downloaded itertools v0.13.0 |
205 | 2024-11-21T18:44:19.159Z | Downloaded zerocopy v0.7.35 |
206 | 2024-11-21T18:44:19.174Z | Downloaded serde_json v1.0.133 |
207 | 2024-11-21T18:44:19.186Z | Downloaded goblin v0.8.2 |
208 | 2024-11-21T18:44:19.214Z | Downloaded zerocopy v0.8.10 |
209 | 2024-11-21T18:44:19.236Z | Downloaded unicode-width v0.1.14 |
210 | 2024-11-21T18:44:19.241Z | Downloaded syn v1.0.109 |
211 | 2024-11-21T18:44:19.250Z | Downloaded regex v1.11.1 |
212 | 2024-11-21T18:44:19.263Z | Downloaded syn v2.0.89 |
213 | 2024-11-21T18:44:19.273Z | Downloaded regex-syntax v0.8.5 |
214 | 2024-11-21T18:44:19.316Z | Downloaded regex-automata v0.4.9 |
215 | 2024-11-21T18:44:19.332Z | Downloaded libc v0.2.164 |
216 | 2024-11-21T18:44:19.486Z | Compiling proc-macro2 v1.0.91 |
217 | 2024-11-21T18:44:19.486Z | Compiling unicode-ident v1.0.13 |
218 | 2024-11-21T18:44:19.489Z | Documenting unicode-ident v1.0.13 |
219 | 2024-11-21T18:44:19.489Z | Compiling strsim v0.11.1 |
220 | 2024-11-21T18:44:19.489Z | Compiling ident_case v1.0.1 |
221 | 2024-11-21T18:44:19.489Z | Compiling fnv v1.0.7 |
222 | 2024-11-21T18:44:19.675Z | Compiling memchr v2.7.4 |
223 | 2024-11-21T18:44:19.722Z | Compiling regex-syntax v0.8.5 |
224 | 2024-11-21T18:44:19.794Z | Compiling zerocopy v0.8.10 |
225 | 2024-11-21T18:44:19.924Z | Compiling serde v1.0.215 |
226 | 2024-11-21T18:44:20.146Z | Compiling either v1.13.0 |
227 | 2024-11-21T18:44:20.509Z | Documenting proc-macro2 v1.0.91 |
228 | 2024-11-21T18:44:20.527Z | Compiling aho-corasick v1.1.3 |
229 | 2024-11-21T18:44:21.096Z | Documenting strsim v0.11.1 |
230 | 2024-11-21T18:44:21.110Z | Checking quote v1.0.37 |
231 | 2024-11-21T18:44:21.676Z | Checking syn v2.0.89 |
232 | 2024-11-21T18:44:21.696Z | Documenting quote v1.0.37 |
233 | 2024-11-21T18:44:22.004Z | Documenting fnv v1.0.7 |
234 | 2024-11-21T18:44:22.167Z | Documenting ident_case v1.0.1 |
235 | 2024-11-21T18:44:22.669Z | Documenting syn v2.0.89 |
236 | 2024-11-21T18:44:22.825Z | Checking byteorder v1.5.0 |
237 | 2024-11-21T18:44:22.980Z | Compiling itertools v0.13.0 |
238 | 2024-11-21T18:44:23.103Z | Compiling heapless v0.8.0 |
239 | 2024-11-21T18:44:23.395Z | Compiling regex-automata v0.4.9 |
240 | 2024-11-21T18:44:23.605Z | Documenting memchr v2.7.4 |
241 | 2024-11-21T18:44:24.978Z | Documenting aho-corasick v1.1.3 |
242 | 2024-11-21T18:44:25.367Z | Checking hash32 v0.3.1 |
243 | 2024-11-21T18:44:25.516Z | Documenting regex-syntax v0.8.5 |
244 | 2024-11-21T18:44:25.755Z | Checking macaddr v1.0.1 |
245 | 2024-11-21T18:44:26.003Z | Checking cfg-if v1.0.0 |
246 | 2024-11-21T18:44:26.084Z | Checking stable_deref_trait v1.2.0 |
247 | 2024-11-21T18:44:26.168Z | Compiling smoltcp v0.11.0 |
248 | 2024-11-21T18:44:26.969Z | Checking darling_core v0.20.10 |
249 | 2024-11-21T18:44:27.539Z | Compiling regex v1.11.1 |
250 | 2024-11-21T18:44:27.788Z | Documenting regex-automata v0.4.9 |
251 | 2024-11-21T18:44:27.805Z | Documenting darling_core v0.20.10 |
252 | 2024-11-21T18:44:28.951Z | Documenting serde_derive v1.0.215 |
253 | 2024-11-21T18:44:28.985Z | Documenting zerocopy-derive v0.8.10 |
254 | 2024-11-21T18:44:29.412Z | Checking bitflags v1.3.2 |
255 | 2024-11-21T18:44:29.502Z | Checking cobs v0.2.3 |
256 | 2024-11-21T18:44:29.666Z | Checking managed v0.8.0 |
257 | 2024-11-21T18:44:30.004Z | Documenting darling_macro v0.20.10 |
258 | 2024-11-21T18:44:30.013Z | Checking bitflags v2.6.0 |
259 | 2024-11-21T18:44:30.231Z | Documenting byteorder v1.5.0 |
260 | 2024-11-21T18:44:30.233Z | Documenting cfg-if v1.0.0 |
261 | 2024-11-21T18:44:30.249Z | Documenting stable_deref_trait v1.2.0 |
262 | 2024-11-21T18:44:30.456Z | Documenting regex v1.11.1 |
263 | 2024-11-21T18:44:30.864Z | Documenting macaddr v1.0.1 |
264 | 2024-11-21T18:44:30.933Z | Documenting hash32 v0.3.1 |
265 | 2024-11-21T18:44:31.071Z | Documenting cobs v0.2.3 |
266 | 2024-11-21T18:44:31.313Z | Checking unicode-width v0.1.14 |
267 | 2024-11-21T18:44:31.550Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-11-21T18:44:31.567Z | Documenting heapless v0.8.0 |
269 | 2024-11-21T18:44:31.713Z | Documenting bitflags v2.6.0 |
270 | 2024-11-21T18:44:31.753Z | Documenting managed v0.8.0 |
271 | 2024-11-21T18:44:31.789Z | Compiling version_check v0.9.5 |
272 | 2024-11-21T18:44:31.998Z | Checking ipnetwork v0.20.0 |
273 | 2024-11-21T18:44:32.329Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
274 | 2024-11-21T18:44:32.381Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
275 | 2024-11-21T18:44:32.501Z | Documenting ipnetwork v0.20.0 |
276 | 2024-11-21T18:44:32.512Z | Compiling serde_derive v1.0.215 |
277 | 2024-11-21T18:44:32.626Z | Compiling zerocopy-derive v0.8.10 |
278 | 2024-11-21T18:44:32.702Z | Documenting smoltcp v0.11.0 |
279 | 2024-11-21T18:44:32.743Z | Documenting unicode-width v0.1.14 |
280 | 2024-11-21T18:44:32.985Z | Documenting either v1.13.0 |
281 | 2024-11-21T18:44:33.454Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
282 | 2024-11-21T18:44:33.550Z | Compiling darling_macro v0.20.10 |
283 | 2024-11-21T18:44:33.722Z | Documenting itertools v0.13.0 |
284 | 2024-11-21T18:44:33.731Z | Documenting tabwriter v1.4.0 |
285 | 2024-11-21T18:44:33.740Z | Checking tabwriter v1.4.0 |
286 | 2024-11-21T18:44:34.505Z | Compiling darling v0.20.10 |
287 | 2024-11-21T18:44:34.508Z | Documenting darling v0.20.10 |
288 | 2024-11-21T18:44:34.605Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
289 | 2024-11-21T18:44:34.642Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
290 | 2024-11-21T18:44:34.691Z | Documenting crc32fast v1.4.2 |
291 | 2024-11-21T18:44:35.331Z | Documenting zerocopy v0.8.10 |
292 | 2024-11-21T18:44:35.712Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
293 | 2024-11-21T18:44:35.739Z | Checking crc32fast v1.4.2 |
294 | 2024-11-21T18:44:35.759Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
295 | 2024-11-21T18:44:35.954Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2024-11-21T18:44:35.976Z | Checking dyn-clone v1.0.17 |
297 | 2024-11-21T18:44:36.113Z | Documenting dyn-clone v1.0.17 |
298 | 2024-11-21T18:44:38.164Z | Documenting serde v1.0.215 |
299 | 2024-11-21T18:44:38.869Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
300 | 2024-11-21T18:44:38.869Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-11-21T18:44:40.849Z | Checking postcard v1.0.10 |
302 | 2024-11-21T18:44:40.849Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-11-21T18:44:40.852Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-11-21T18:44:40.852Z | Documenting postcard v1.0.10 |
305 | 2024-11-21T18:44:42.093Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
306 | 2024-11-21T18:44:42.093Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-11-21T18:44:42.978Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
308 | 2024-11-21T18:44:45.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.99s |
309 | 2024-11-21T18:44:45.429Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
310 | 2024-11-21T18:44:45.448Z | |
311 | 2024-11-21T18:44:45.450Z | real 30.115787567 |
312 | 2024-11-21T18:44:45.450Z | user 2:19.137583361 |
313 | 2024-11-21T18:44:45.450Z | sys 18.912530175 |
314 | 2024-11-21T18:44:45.450Z | trap 0.107875810 |
315 | 2024-11-21T18:44:45.450Z | tflt 0.148612380 |
316 | 2024-11-21T18:44:45.450Z | dflt 0.129393677 |
317 | 2024-11-21T18:44:45.450Z | kflt 0.016456277 |
318 | 2024-11-21T18:44:45.450Z | lock 3:01.875631024 |
319 | 2024-11-21T18:44:45.450Z | slp 7:26.941281011 |
320 | 2024-11-21T18:44:45.450Z | lat 17.737826847 |
321 | 2024-11-21T18:44:45.450Z | stop 11.259345930 |
322 | 2024-11-21T18:44:45.450Z | + header 'analyze std + api' |
323 | 2024-11-21T18:44:45.450Z | + echo '# ==== analyze std + api ==== #' |
324 | 2024-11-21T18:44:45.450Z | # ==== analyze std + api ==== # |
325 | 2024-11-21T18:44:45.450Z | + ptime -m cargo clippy --all-targets |
326 | 2024-11-21T18:44:45.851Z | Compiling proc-macro2 v1.0.91 |
327 | 2024-11-21T18:44:45.851Z | Compiling unicode-ident v1.0.13 |
328 | 2024-11-21T18:44:45.854Z | Compiling memchr v2.7.4 |
329 | 2024-11-21T18:44:45.854Z | Compiling thiserror v1.0.69 |
330 | 2024-11-21T18:44:45.854Z | Compiling ucd-trie v0.1.7 |
331 | 2024-11-21T18:44:45.854Z | Compiling libc v0.2.164 |
332 | 2024-11-21T18:44:45.855Z | Compiling version_check v0.9.5 |
333 | 2024-11-21T18:44:45.859Z | Compiling once_cell v1.20.2 |
334 | 2024-11-21T18:44:46.088Z | Compiling serde_json v1.0.133 |
335 | 2024-11-21T18:44:46.265Z | Compiling serde v1.0.215 |
336 | 2024-11-21T18:44:46.494Z | Checking byteorder v1.5.0 |
337 | 2024-11-21T18:44:46.510Z | Compiling ident_case v1.0.1 |
338 | 2024-11-21T18:44:46.621Z | Compiling strsim v0.11.1 |
339 | 2024-11-21T18:44:46.667Z | Compiling fnv v1.0.7 |
340 | 2024-11-21T18:44:46.777Z | Compiling aho-corasick v1.1.3 |
341 | 2024-11-21T18:44:46.812Z | Compiling regex-syntax v0.8.5 |
342 | 2024-11-21T18:44:46.858Z | Compiling ryu v1.0.18 |
343 | 2024-11-21T18:44:46.895Z | Compiling itoa v1.0.11 |
344 | 2024-11-21T18:44:47.232Z | Compiling usdt-impl v0.5.0 |
345 | 2024-11-21T18:44:47.299Z | Compiling zerocopy v0.8.10 |
346 | 2024-11-21T18:44:47.440Z | Compiling either v1.13.0 |
347 | 2024-11-21T18:44:47.604Z | Compiling quote v1.0.37 |
348 | 2024-11-21T18:44:47.864Z | Compiling thread-id v4.2.2 |
349 | 2024-11-21T18:44:47.952Z | Compiling itertools v0.13.0 |
350 | 2024-11-21T18:44:47.974Z | Compiling syn v2.0.89 |
351 | 2024-11-21T18:44:48.429Z | Compiling heapless v0.8.0 |
352 | 2024-11-21T18:44:48.665Z | Checking plain v0.2.3 |
353 | 2024-11-21T18:44:48.764Z | Checking log v0.4.22 |
354 | 2024-11-21T18:44:48.815Z | Checking hash32 v0.3.1 |
355 | 2024-11-21T18:44:49.013Z | Compiling smoltcp v0.11.0 |
356 | 2024-11-21T18:44:49.139Z | Checking pretty-hex v0.4.1 |
357 | 2024-11-21T18:44:49.268Z | Checking macaddr v1.0.1 |
358 | 2024-11-21T18:44:49.298Z | Checking cfg-if v1.0.0 |
359 | 2024-11-21T18:44:49.360Z | Checking stable_deref_trait v1.2.0 |
360 | 2024-11-21T18:44:49.599Z | Checking managed v0.8.0 |
361 | 2024-11-21T18:44:49.660Z | Checking cobs v0.2.3 |
362 | 2024-11-21T18:44:49.830Z | Checking bitflags v2.6.0 |
363 | 2024-11-21T18:44:49.953Z | Checking bitflags v1.3.2 |
364 | 2024-11-21T18:44:50.037Z | Checking memmap v0.7.0 |
365 | 2024-11-21T18:44:50.066Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
366 | 2024-11-21T18:44:50.234Z | Checking ipnetwork v0.20.0 |
367 | 2024-11-21T18:44:50.413Z | Compiling regex-automata v0.4.9 |
368 | 2024-11-21T18:44:50.918Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
369 | 2024-11-21T18:44:51.016Z | Checking unicode-width v0.1.14 |
370 | 2024-11-21T18:44:51.185Z | Checking crc32fast v1.4.2 |
371 | 2024-11-21T18:44:51.394Z | Checking dyn-clone v1.0.17 |
372 | 2024-11-21T18:44:51.496Z | Checking tabwriter v1.4.0 |
373 | 2024-11-21T18:44:53.491Z | Compiling darling_core v0.20.10 |
374 | 2024-11-21T18:44:53.932Z | Compiling regex v1.11.1 |
375 | 2024-11-21T18:44:55.265Z | Compiling thiserror-impl v1.0.69 |
376 | 2024-11-21T18:44:55.265Z | Compiling serde_derive v1.0.215 |
377 | 2024-11-21T18:44:55.267Z | Compiling zerocopy-derive v0.7.35 |
378 | 2024-11-21T18:44:55.350Z | Compiling scroll_derive v0.12.0 |
379 | 2024-11-21T18:44:55.361Z | Compiling zerocopy-derive v0.8.10 |
380 | 2024-11-21T18:44:55.468Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
381 | 2024-11-21T18:44:56.722Z | Checking scroll v0.12.0 |
382 | 2024-11-21T18:44:57.077Z | Compiling zerocopy v0.7.35 |
383 | 2024-11-21T18:44:57.194Z | Checking goblin v0.8.2 |
384 | 2024-11-21T18:44:57.571Z | Compiling darling_macro v0.20.10 |
385 | 2024-11-21T18:44:58.150Z | Compiling pest v2.7.14 |
386 | 2024-11-21T18:44:58.527Z | Compiling darling v0.20.10 |
387 | 2024-11-21T18:44:58.629Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
388 | 2024-11-21T18:44:58.653Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
389 | 2024-11-21T18:45:00.497Z | Compiling pest_meta v2.7.14 |
390 | 2024-11-21T18:45:01.567Z | Compiling pest_generator v2.7.14 |
391 | 2024-11-21T18:45:02.865Z | Compiling pest_derive v2.7.14 |
392 | 2024-11-21T18:45:03.358Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
393 | 2024-11-21T18:45:03.523Z | Compiling dtrace-parser v0.2.0 |
394 | 2024-11-21T18:45:05.172Z | Checking postcard v1.0.10 |
395 | 2024-11-21T18:45:05.176Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
396 | 2024-11-21T18:45:05.303Z | Compiling serde_tokenstream v0.2.2 |
397 | 2024-11-21T18:45:06.230Z | Checking dof v0.3.0 |
398 | 2024-11-21T18:45:06.609Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
399 | 2024-11-21T18:45:07.682Z | Compiling usdt-attr-macro v0.5.0 |
400 | 2024-11-21T18:45:07.682Z | Compiling usdt-macro v0.5.0 |
401 | 2024-11-21T18:45:08.553Z | Checking usdt v0.5.0 |
402 | 2024-11-21T18:45:20.446Z | warning: the borrowed expression implements the required traits |
403 | 2024-11-21T18:45:20.446Z | --> lib/opte/src/ddi/mblk.rs:1213:33 |
404 | 2024-11-21T18:45:20.446Z | | |
405 | 2024-11-21T18:45:20.446Z | 1213 | let pkt2 = MsgBlk::copy(&[]); |
406 | 2024-11-21T18:45:20.446Z | | ^^^ help: change this to: `[]` |
407 | 2024-11-21T18:45:20.446Z | | |
408 | 2024-11-21T18:45:20.446Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
409 | 2024-11-21T18:45:20.446Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
410 | 2024-11-21T18:45:20.446Z | |
411 | 2024-11-21T18:45:20.459Z | warning: the borrowed expression implements the required traits |
412 | 2024-11-21T18:45:20.459Z | --> lib/opte/src/ddi/mblk.rs:1270:35 |
413 | 2024-11-21T18:45:20.459Z | | |
414 | 2024-11-21T18:45:20.459Z | 1270 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
415 | 2024-11-21T18:45:20.459Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
416 | 2024-11-21T18:45:20.459Z | | |
417 | 2024-11-21T18:45:20.459Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
418 | 2024-11-21T18:45:20.459Z | |
419 | 2024-11-21T18:45:20.462Z | warning: the borrowed expression implements the required traits |
420 | 2024-11-21T18:45:20.462Z | --> lib/opte/src/ddi/mblk.rs:1271:32 |
421 | 2024-11-21T18:45:20.462Z | | |
422 | 2024-11-21T18:45:20.462Z | 1271 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
423 | 2024-11-21T18:45:20.462Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
424 | 2024-11-21T18:45:20.462Z | | |
425 | 2024-11-21T18:45:20.462Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
426 | 2024-11-21T18:45:20.462Z | |
427 | 2024-11-21T18:45:20.462Z | warning: the borrowed expression implements the required traits |
428 | 2024-11-21T18:45:20.462Z | --> lib/opte/src/ddi/mblk.rs:1272:32 |
429 | 2024-11-21T18:45:20.462Z | | |
430 | 2024-11-21T18:45:20.462Z | 1272 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
431 | 2024-11-21T18:45:20.462Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
432 | 2024-11-21T18:45:20.462Z | | |
433 | 2024-11-21T18:45:20.462Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
434 | 2024-11-21T18:45:20.462Z | |
435 | 2024-11-21T18:45:20.490Z | warning: the loop variable `i` is only used to index `els` |
436 | 2024-11-21T18:45:20.490Z | --> lib/opte/src/ddi/mblk.rs:1436:18 |
437 | 2024-11-21T18:45:20.490Z | | |
438 | 2024-11-21T18:45:20.490Z | 1436 | for i in 0..els.len() { |
439 | 2024-11-21T18:45:20.490Z | | ^^^^^^^^^^^^ |
440 | 2024-11-21T18:45:20.490Z | | |
441 | 2024-11-21T18:45:20.490Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
442 | 2024-11-21T18:45:20.490Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
443 | 2024-11-21T18:45:20.490Z | help: consider using an iterator |
444 | 2024-11-21T18:45:20.490Z | | |
445 | 2024-11-21T18:45:20.490Z | 1436 | for <item> in &els { |
446 | 2024-11-21T18:45:20.490Z | | ~~~~~~ ~~~~ |
447 | 2024-11-21T18:45:20.490Z | |
448 | 2024-11-21T18:45:21.672Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
449 | 2024-11-21T18:45:21.673Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
450 | 2024-11-21T18:45:21.673Z | | |
451 | 2024-11-21T18:45:21.673Z | 461 | header.packet_length() as usize, |
452 | 2024-11-21T18:45:21.673Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
453 | 2024-11-21T18:45:21.673Z | | |
454 | 2024-11-21T18:45:21.673Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
455 | 2024-11-21T18:45:21.673Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
456 | 2024-11-21T18:45:21.673Z | |
457 | 2024-11-21T18:45:21.692Z | warning: redundant slicing of the whole range |
458 | 2024-11-21T18:45:21.692Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
459 | 2024-11-21T18:45:21.692Z | | |
460 | 2024-11-21T18:45:21.692Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
461 | 2024-11-21T18:45:21.692Z | | ^^^^^^^^ help: use the original value instead: `buf` |
462 | 2024-11-21T18:45:21.692Z | | |
463 | 2024-11-21T18:45:21.692Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
464 | 2024-11-21T18:45:21.692Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
465 | 2024-11-21T18:45:21.692Z | |
466 | 2024-11-21T18:45:21.701Z | warning: redundant slicing of the whole range |
467 | 2024-11-21T18:45:21.701Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
468 | 2024-11-21T18:45:21.701Z | | |
469 | 2024-11-21T18:45:21.701Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
470 | 2024-11-21T18:45:21.701Z | | ^^^^^^^^ help: use the original value instead: `buf` |
471 | 2024-11-21T18:45:21.701Z | | |
472 | 2024-11-21T18:45:21.701Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
473 | 2024-11-21T18:45:21.701Z | |
474 | 2024-11-21T18:45:21.857Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
475 | 2024-11-21T18:45:21.858Z | --> lib/opte/src/engine/layer.rs:1880:46 |
476 | 2024-11-21T18:45:21.858Z | | |
477 | 2024-11-21T18:45:21.858Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
478 | 2024-11-21T18:45:21.859Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
479 | 2024-11-21T18:45:21.859Z | | |
480 | 2024-11-21T18:45:21.859Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
481 | 2024-11-21T18:45:21.859Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
482 | 2024-11-21T18:45:21.859Z | |
483 | 2024-11-21T18:45:22.731Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
484 | 2024-11-21T18:45:22.731Z | --> lib/opte/src/engine/rule.rs:1162:25 |
485 | 2024-11-21T18:45:22.731Z | | |
486 | 2024-11-21T18:45:22.731Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
487 | 2024-11-21T18:45:22.731Z | | ^^^^^ help: change this to: `meta` |
488 | 2024-11-21T18:45:22.731Z | | |
489 | 2024-11-21T18:45:22.731Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
490 | 2024-11-21T18:45:22.731Z | |
491 | 2024-11-21T18:45:22.734Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
492 | 2024-11-21T18:45:22.734Z | --> lib/opte/src/engine/rule.rs:1171:26 |
493 | 2024-11-21T18:45:22.734Z | | |
494 | 2024-11-21T18:45:22.734Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
495 | 2024-11-21T18:45:22.734Z | | ^^^^^ help: change this to: `meta` |
496 | 2024-11-21T18:45:22.734Z | | |
497 | 2024-11-21T18:45:22.734Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
498 | 2024-11-21T18:45:22.734Z | |
499 | 2024-11-21T18:45:22.894Z | warning: useless use of `vec!` |
500 | 2024-11-21T18:45:22.894Z | --> lib/opte/src/engine/geneve.rs:401:19 |
501 | 2024-11-21T18:45:22.894Z | | |
502 | 2024-11-21T18:45:22.894Z | 401 | let buf = vec![ |
503 | 2024-11-21T18:45:22.894Z | | ___________________^ |
504 | 2024-11-21T18:45:22.894Z | 402 | | // source |
505 | 2024-11-21T18:45:22.894Z | 403 | | 0x1E, 0x61, |
506 | 2024-11-21T18:45:22.894Z | 404 | | // dest |
507 | 2024-11-21T18:45:22.894Z | ... | |
508 | 2024-11-21T18:45:22.894Z | 424 | | 0x00, |
509 | 2024-11-21T18:45:22.894Z | 425 | | ]; |
510 | 2024-11-21T18:45:22.894Z | | |_________^ |
511 | 2024-11-21T18:45:22.895Z | | |
512 | 2024-11-21T18:45:22.895Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
513 | 2024-11-21T18:45:22.895Z | = note: `#[warn(clippy::useless_vec)]` on by default |
514 | 2024-11-21T18:45:22.895Z | help: you can use an array directly |
515 | 2024-11-21T18:45:22.895Z | | |
516 | 2024-11-21T18:45:22.895Z | 401 ~ let buf = [0x1E, 0x61, |
517 | 2024-11-21T18:45:22.896Z | 402 + // dest |
518 | 2024-11-21T18:45:22.896Z | 403 + 0x17, 0xC1, |
519 | 2024-11-21T18:45:22.896Z | 404 + // length |
520 | 2024-11-21T18:45:22.896Z | 405 + 0x00, 0x14, |
521 | 2024-11-21T18:45:22.896Z | 406 + // csum |
522 | 2024-11-21T18:45:22.896Z | 407 + 0x00, 0x00, |
523 | 2024-11-21T18:45:22.896Z | 408 + // ver + opt len |
524 | 2024-11-21T18:45:22.896Z | 409 + 0x01, |
525 | 2024-11-21T18:45:22.896Z | 410 + // flags |
526 | 2024-11-21T18:45:22.896Z | 411 + 0x00, |
527 | 2024-11-21T18:45:22.896Z | 412 + // proto |
528 | 2024-11-21T18:45:22.896Z | 413 + 0x65, 0x58, |
529 | 2024-11-21T18:45:22.896Z | 414 + // vni + reserved |
530 | 2024-11-21T18:45:22.896Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
531 | 2024-11-21T18:45:22.896Z | 416 + |
532 | 2024-11-21T18:45:22.896Z | 417 + // option class |
533 | 2024-11-21T18:45:22.896Z | 418 + 0x01, 0x29, |
534 | 2024-11-21T18:45:22.896Z | 419 + // crt + type |
535 | 2024-11-21T18:45:22.896Z | 420 + 0x00, |
536 | 2024-11-21T18:45:22.896Z | 421 + // rsvd + len |
537 | 2024-11-21T18:45:22.896Z | 422 ~ 0x00]; |
538 | 2024-11-21T18:45:22.896Z | | |
539 | 2024-11-21T18:45:22.900Z | |
540 | 2024-11-21T18:45:22.900Z | warning: useless use of `vec!` |
541 | 2024-11-21T18:45:22.900Z | --> lib/opte/src/engine/geneve.rs:441:19 |
542 | 2024-11-21T18:45:22.900Z | | |
543 | 2024-11-21T18:45:22.900Z | 441 | let buf = vec![ |
544 | 2024-11-21T18:45:22.900Z | | ___________________^ |
545 | 2024-11-21T18:45:22.900Z | 442 | | // source |
546 | 2024-11-21T18:45:22.900Z | 443 | | 0x1E, 0x61, |
547 | 2024-11-21T18:45:22.900Z | 444 | | // dest |
548 | 2024-11-21T18:45:22.900Z | ... | |
549 | 2024-11-21T18:45:22.900Z | 464 | | 0x00, |
550 | 2024-11-21T18:45:22.900Z | 465 | | ]; |
551 | 2024-11-21T18:45:22.900Z | | |_________^ |
552 | 2024-11-21T18:45:22.900Z | | |
553 | 2024-11-21T18:45:22.900Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
554 | 2024-11-21T18:45:22.900Z | help: you can use an array directly |
555 | 2024-11-21T18:45:22.900Z | | |
556 | 2024-11-21T18:45:22.900Z | 441 ~ let buf = [0x1E, 0x61, |
557 | 2024-11-21T18:45:22.900Z | 442 + // dest |
558 | 2024-11-21T18:45:22.900Z | 443 + 0x17, 0xC1, |
559 | 2024-11-21T18:45:22.900Z | 444 + // length |
560 | 2024-11-21T18:45:22.901Z | 445 + 0x00, 0x14, |
561 | 2024-11-21T18:45:22.901Z | 446 + // csum |
562 | 2024-11-21T18:45:22.901Z | 447 + 0x00, 0x00, |
563 | 2024-11-21T18:45:22.901Z | 448 + // ver + opt len |
564 | 2024-11-21T18:45:22.901Z | 449 + 0x01, |
565 | 2024-11-21T18:45:22.901Z | 450 + // flags |
566 | 2024-11-21T18:45:22.901Z | 451 + 0b0100_0000, |
567 | 2024-11-21T18:45:22.901Z | 452 + // proto |
568 | 2024-11-21T18:45:22.901Z | 453 + 0x65, 0x58, |
569 | 2024-11-21T18:45:22.901Z | 454 + // vni + reserved |
570 | 2024-11-21T18:45:22.901Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
571 | 2024-11-21T18:45:22.901Z | 456 + |
572 | 2024-11-21T18:45:22.901Z | 457 + // experimenter option class |
573 | 2024-11-21T18:45:22.901Z | 458 + 0xff, 0xff, |
574 | 2024-11-21T18:45:22.901Z | 459 + // crt + type |
575 | 2024-11-21T18:45:22.901Z | 460 + 0x80, |
576 | 2024-11-21T18:45:22.901Z | 461 + // rsvd + len |
577 | 2024-11-21T18:45:22.901Z | 462 ~ 0x00]; |
578 | 2024-11-21T18:45:22.901Z | | |
579 | 2024-11-21T18:45:22.901Z | |
580 | 2024-11-21T18:45:22.901Z | warning: useless use of `vec!` |
581 | 2024-11-21T18:45:22.901Z | --> lib/opte/src/engine/geneve.rs:483:19 |
582 | 2024-11-21T18:45:22.901Z | | |
583 | 2024-11-21T18:45:22.901Z | 483 | let buf = vec![ |
584 | 2024-11-21T18:45:22.901Z | | ___________________^ |
585 | 2024-11-21T18:45:22.901Z | 484 | | // source |
586 | 2024-11-21T18:45:22.901Z | 485 | | 0x1E, 0x61, |
587 | 2024-11-21T18:45:22.901Z | 486 | | // dest |
588 | 2024-11-21T18:45:22.901Z | ... | |
589 | 2024-11-21T18:45:22.901Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
590 | 2024-11-21T18:45:22.901Z | 525 | | ]; |
591 | 2024-11-21T18:45:22.901Z | | |_________^ |
592 | 2024-11-21T18:45:22.901Z | | |
593 | 2024-11-21T18:45:22.901Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
594 | 2024-11-21T18:45:22.901Z | help: you can use an array directly |
595 | 2024-11-21T18:45:22.901Z | | |
596 | 2024-11-21T18:45:22.901Z | 483 ~ let buf = [0x1E, 0x61, |
597 | 2024-11-21T18:45:22.901Z | 484 + // dest |
598 | 2024-11-21T18:45:22.902Z | 485 + 0x17, 0xC1, |
599 | 2024-11-21T18:45:22.902Z | 486 + // length |
600 | 2024-11-21T18:45:22.902Z | 487 + 0x00, 0x1c, |
601 | 2024-11-21T18:45:22.902Z | 488 + // csum |
602 | 2024-11-21T18:45:22.902Z | 489 + 0x00, 0x00, |
603 | 2024-11-21T18:45:22.902Z | 490 + // ver + opt len |
604 | 2024-11-21T18:45:22.902Z | 491 + 0x05, |
605 | 2024-11-21T18:45:22.902Z | 492 + // flags |
606 | 2024-11-21T18:45:22.902Z | 493 + 0x00, |
607 | 2024-11-21T18:45:22.902Z | 494 + // proto |
608 | 2024-11-21T18:45:22.902Z | 495 + 0x65, 0x58, |
609 | 2024-11-21T18:45:22.902Z | 496 + // vni + reserved |
610 | 2024-11-21T18:45:22.903Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
611 | 2024-11-21T18:45:22.903Z | 498 + |
612 | 2024-11-21T18:45:22.903Z | 499 + // option class |
613 | 2024-11-21T18:45:22.903Z | 500 + 0x01, 0x29, |
614 | 2024-11-21T18:45:22.903Z | 501 + // crt + type |
615 | 2024-11-21T18:45:22.903Z | 502 + 0x00, |
616 | 2024-11-21T18:45:22.903Z | 503 + // rsvd + len |
617 | 2024-11-21T18:45:22.903Z | 504 + 0x00, |
618 | 2024-11-21T18:45:22.903Z | 505 + |
619 | 2024-11-21T18:45:22.903Z | 506 + // experimenter option class |
620 | 2024-11-21T18:45:22.903Z | 507 + 0xff, 0xff, |
621 | 2024-11-21T18:45:22.903Z | 508 + // crt + type |
622 | 2024-11-21T18:45:22.903Z | 509 + 0x05, |
623 | 2024-11-21T18:45:22.903Z | 510 + // rsvd + len |
624 | 2024-11-21T18:45:22.903Z | 511 + 0x01, |
625 | 2024-11-21T18:45:22.903Z | 512 + // body |
626 | 2024-11-21T18:45:22.903Z | 513 + 0x00, 0x00, 0x00, 0x00, |
627 | 2024-11-21T18:45:22.903Z | 514 + |
628 | 2024-11-21T18:45:22.903Z | 515 + // experimenter option class |
629 | 2024-11-21T18:45:22.903Z | 516 + 0xff, 0xff, |
630 | 2024-11-21T18:45:22.903Z | 517 + // crt + type |
631 | 2024-11-21T18:45:22.903Z | 518 + 0x06, |
632 | 2024-11-21T18:45:22.903Z | 519 + // rsvd + len |
633 | 2024-11-21T18:45:22.903Z | 520 + 0x01, |
634 | 2024-11-21T18:45:22.904Z | 521 + // body |
635 | 2024-11-21T18:45:22.904Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
636 | 2024-11-21T18:45:22.904Z | | |
637 | 2024-11-21T18:45:22.904Z | |
638 | 2024-11-21T18:45:23.205Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
639 | 2024-11-21T18:45:23.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.64s |
640 | 2024-11-21T18:45:23.240Z | |
641 | 2024-11-21T18:45:23.242Z | real 37.806798288 |
642 | 2024-11-21T18:45:23.242Z | user 2:09.492561410 |
643 | 2024-11-21T18:45:23.242Z | sys 26.440774095 |
644 | 2024-11-21T18:45:23.242Z | trap 0.061423688 |
645 | 2024-11-21T18:45:23.242Z | tflt 0.389152298 |
646 | 2024-11-21T18:45:23.242Z | dflt 0.691646172 |
647 | 2024-11-21T18:45:23.242Z | kflt 0.000041813 |
648 | 2024-11-21T18:45:23.242Z | lock 3:37.154220494 |
649 | 2024-11-21T18:45:23.243Z | slp 7:59.777537658 |
650 | 2024-11-21T18:45:23.243Z | lat 3.682629661 |
651 | 2024-11-21T18:45:23.243Z | stop 6.048452939 |
652 | 2024-11-21T18:45:23.243Z | + header 'analyze no_std + engine + kernel' |
653 | 2024-11-21T18:45:23.243Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
654 | 2024-11-21T18:45:23.243Z | # ==== analyze no_std + engine + kernel ==== # |
655 | 2024-11-21T18:45:23.243Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
656 | 2024-11-21T18:45:23.540Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
657 | 2024-11-21T18:45:23.540Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
658 | 2024-11-21T18:45:23.543Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
659 | 2024-11-21T18:45:23.543Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
660 | 2024-11-21T18:45:23.715Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
661 | 2024-11-21T18:45:30.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.12s |
662 | 2024-11-21T18:45:30.486Z | |
663 | 2024-11-21T18:45:30.486Z | real 7.242770352 |
664 | 2024-11-21T18:45:30.486Z | user 8.004426416 |
665 | 2024-11-21T18:45:30.486Z | sys 1.161876264 |
666 | 2024-11-21T18:45:30.486Z | trap 0.001499348 |
667 | 2024-11-21T18:45:30.486Z | tflt 0.005412962 |
668 | 2024-11-21T18:45:30.486Z | dflt 0.001671802 |
669 | 2024-11-21T18:45:30.486Z | kflt 0.000000000 |
670 | 2024-11-21T18:45:30.487Z | lock 18.545160292 |
671 | 2024-11-21T18:45:30.487Z | slp 26.914144510 |
672 | 2024-11-21T18:45:30.487Z | lat 0.059278124 |
673 | 2024-11-21T18:45:30.487Z | stop 0.157625426 |
674 | 2024-11-21T18:45:30.489Z | + header test |
675 | 2024-11-21T18:45:30.489Z | + echo '# ==== test ==== #' |
676 | 2024-11-21T18:45:30.489Z | # ==== test ==== # |
677 | 2024-11-21T18:45:30.489Z | + ptime -m cargo test |
678 | 2024-11-21T18:45:30.775Z | Compiling unicode-ident v1.0.13 |
679 | 2024-11-21T18:45:30.775Z | Compiling memchr v2.7.4 |
680 | 2024-11-21T18:45:30.778Z | Compiling byteorder v1.5.0 |
681 | 2024-11-21T18:45:30.778Z | Compiling ucd-trie v0.1.7 |
682 | 2024-11-21T18:45:30.778Z | Compiling ryu v1.0.18 |
683 | 2024-11-21T18:45:30.784Z | Compiling itoa v1.0.11 |
684 | 2024-11-21T18:45:30.798Z | Compiling libc v0.2.164 |
685 | 2024-11-21T18:45:30.801Z | Compiling either v1.13.0 |
686 | 2024-11-21T18:45:30.950Z | Compiling proc-macro2 v1.0.91 |
687 | 2024-11-21T18:45:30.998Z | Compiling plain v0.2.3 |
688 | 2024-11-21T18:45:31.125Z | Compiling log v0.4.22 |
689 | 2024-11-21T18:45:31.155Z | Compiling itertools v0.13.0 |
690 | 2024-11-21T18:45:31.199Z | Compiling hash32 v0.3.1 |
691 | 2024-11-21T18:45:31.248Z | Compiling stable_deref_trait v1.2.0 |
692 | 2024-11-21T18:45:31.339Z | Compiling macaddr v1.0.1 |
693 | 2024-11-21T18:45:31.417Z | Compiling cfg-if v1.0.0 |
694 | 2024-11-21T18:45:31.492Z | Compiling thread-id v4.2.2 |
695 | 2024-11-21T18:45:31.498Z | Compiling pretty-hex v0.4.1 |
696 | 2024-11-21T18:45:31.524Z | Compiling heapless v0.8.0 |
697 | 2024-11-21T18:45:31.587Z | Compiling bitflags v2.6.0 |
698 | 2024-11-21T18:45:31.595Z | Compiling cobs v0.2.3 |
699 | 2024-11-21T18:45:31.691Z | Compiling managed v0.8.0 |
700 | 2024-11-21T18:45:31.699Z | Compiling bitflags v1.3.2 |
701 | 2024-11-21T18:45:31.781Z | Compiling quote v1.0.37 |
702 | 2024-11-21T18:45:31.873Z | Compiling aho-corasick v1.1.3 |
703 | 2024-11-21T18:45:31.887Z | Compiling memmap v0.7.0 |
704 | 2024-11-21T18:45:32.118Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
705 | 2024-11-21T18:45:32.262Z | Compiling syn v2.0.89 |
706 | 2024-11-21T18:45:32.525Z | Compiling ipnetwork v0.20.0 |
707 | 2024-11-21T18:45:32.550Z | Compiling smoltcp v0.11.0 |
708 | 2024-11-21T18:45:32.602Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
709 | 2024-11-21T18:45:32.781Z | Compiling unicode-width v0.1.14 |
710 | 2024-11-21T18:45:32.882Z | Compiling crc32fast v1.4.2 |
711 | 2024-11-21T18:45:33.157Z | Compiling dyn-clone v1.0.17 |
712 | 2024-11-21T18:45:33.297Z | Compiling tabwriter v1.4.0 |
713 | 2024-11-21T18:45:33.734Z | Compiling regex-automata v0.4.9 |
714 | 2024-11-21T18:45:36.943Z | Compiling regex v1.11.1 |
715 | 2024-11-21T18:45:37.911Z | Compiling darling_core v0.20.10 |
716 | 2024-11-21T18:45:40.089Z | Compiling serde_derive v1.0.215 |
717 | 2024-11-21T18:45:40.089Z | Compiling thiserror-impl v1.0.69 |
718 | 2024-11-21T18:45:40.089Z | Compiling zerocopy-derive v0.7.35 |
719 | 2024-11-21T18:45:40.164Z | Compiling scroll_derive v0.12.0 |
720 | 2024-11-21T18:45:40.249Z | Compiling zerocopy-derive v0.8.10 |
721 | 2024-11-21T18:45:40.334Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
722 | 2024-11-21T18:45:41.564Z | Compiling scroll v0.12.0 |
723 | 2024-11-21T18:45:42.023Z | Compiling goblin v0.8.2 |
724 | 2024-11-21T18:45:42.115Z | Compiling zerocopy v0.7.35 |
725 | 2024-11-21T18:45:42.241Z | Compiling darling_macro v0.20.10 |
726 | 2024-11-21T18:45:42.542Z | Compiling zerocopy v0.8.10 |
727 | 2024-11-21T18:45:42.596Z | Compiling thiserror v1.0.69 |
728 | 2024-11-21T18:45:42.685Z | Compiling pest v2.7.14 |
729 | 2024-11-21T18:45:43.150Z | Compiling darling v0.20.10 |
730 | 2024-11-21T18:45:43.243Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
731 | 2024-11-21T18:45:43.275Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
732 | 2024-11-21T18:45:44.820Z | Compiling pest_meta v2.7.14 |
733 | 2024-11-21T18:45:45.267Z | Compiling serde v1.0.215 |
734 | 2024-11-21T18:45:45.964Z | Compiling pest_generator v2.7.14 |
735 | 2024-11-21T18:45:47.450Z | Compiling pest_derive v2.7.14 |
736 | 2024-11-21T18:45:47.817Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
737 | 2024-11-21T18:45:48.260Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-11-21T18:45:50.265Z | Compiling serde_json v1.0.133 |
739 | 2024-11-21T18:45:50.265Z | Compiling serde_tokenstream v0.2.2 |
740 | 2024-11-21T18:45:50.294Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
741 | 2024-11-21T18:45:50.294Z | Compiling postcard v1.0.10 |
742 | 2024-11-21T18:45:51.535Z | Compiling dof v0.3.0 |
743 | 2024-11-21T18:45:51.940Z | Compiling usdt-impl v0.5.0 |
744 | 2024-11-21T18:45:52.129Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
745 | 2024-11-21T18:45:52.848Z | Compiling usdt-attr-macro v0.5.0 |
746 | 2024-11-21T18:45:52.851Z | Compiling usdt-macro v0.5.0 |
747 | 2024-11-21T18:45:54.101Z | Compiling usdt v0.5.0 |
748 | 2024-11-21T18:46:10.723Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 40.20s |
749 | 2024-11-21T18:46:10.745Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-536b02b37663d779) |
750 | 2024-11-21T18:46:10.759Z | |
751 | 2024-11-21T18:46:10.759Z | running 72 tests |
752 | 2024-11-21T18:46:10.767Z | test d_error::tests::name_truncation ... ok |
753 | 2024-11-21T18:46:10.767Z | test d_error::tests::name_and_data_storage ... ok |
754 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::chain_breaks_links ... ok |
755 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::chain_append_links ... ok |
756 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::chain_drain_complete ... ok |
757 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
758 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::expand_and_shrink ... ok |
759 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::prefix_len ... ok |
760 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::read_seg ... ok |
761 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
762 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::uninitialized_packet ... ok |
763 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::truncate ... ok |
764 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::wrap ... ok |
765 | 2024-11-21T18:46:10.768Z | test ddi::mblk::test::zero_byte_packet ... ok |
766 | 2024-11-21T18:46:10.768Z | test ddi::time::test::good_interval ... ok |
767 | 2024-11-21T18:46:10.768Z | test engine::dhcp::test::hostname_encode ... ok |
768 | 2024-11-21T18:46:10.768Z | test engine::dhcp::test::domainname_encode ... ok |
769 | 2024-11-21T18:46:10.768Z | test engine::dhcp::test::offlink_encode ... ok |
770 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
771 | 2024-11-21T18:46:10.768Z | test engine::dhcp::test::domain_search_option_encode ... ok |
772 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_client_id ... ok |
773 | 2024-11-21T18:46:10.768Z | test engine::dhcp::test::rfc3442_encode ... ok |
774 | 2024-11-21T18:46:10.768Z | test ddi::time::test::bad_interval - should panic ... ok |
775 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
776 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
777 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_iana ... ok |
778 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
779 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_iata ... ok |
780 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_option_request ... ok |
781 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
782 | 2024-11-21T18:46:10.768Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
783 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
784 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
785 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
786 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_server_id ... ok |
787 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
788 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::options::test::test_status ... ok |
789 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
790 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
791 | 2024-11-21T18:46:10.769Z | test engine::ether::test::emit ... ok |
792 | 2024-11-21T18:46:10.769Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
793 | 2024-11-21T18:46:10.769Z | test engine::geneve::test::emit_external_opt ... ok |
794 | 2024-11-21T18:46:10.769Z | test engine::flow_table::test::flow_clear ... ok |
795 | 2024-11-21T18:46:10.769Z | test engine::flow_table::test::flow_expired ... ok |
796 | 2024-11-21T18:46:10.770Z | test engine::geneve::test::emit_no_opts ... ok |
797 | 2024-11-21T18:46:10.770Z | test engine::geneve::test::parse_multi_opt ... ok |
798 | 2024-11-21T18:46:10.770Z | test engine::geneve::test::parse_single_opt ... ok |
799 | 2024-11-21T18:46:10.770Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
800 | 2024-11-21T18:46:10.770Z | test engine::ip::v4::test::cidr_match ... ok |
801 | 2024-11-21T18:46:10.770Z | test engine::ip::v4::test::emit ... ok |
802 | 2024-11-21T18:46:10.770Z | test engine::ip::v4::test::match_check ... ok |
803 | 2024-11-21T18:46:10.770Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
804 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::emit ... ok |
805 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::from_pairs ... ok |
806 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
807 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
808 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::test_set_total_len ... ok |
809 | 2024-11-21T18:46:10.771Z | test engine::layer::test::find_rule ... ok |
810 | 2024-11-21T18:46:10.771Z | test engine::nat::test::nat4_rewrite ... ok |
811 | 2024-11-21T18:46:10.771Z | test engine::packet::test::read_single_segment ... ok |
812 | 2024-11-21T18:46:10.771Z | test engine::packet::test::read_multi_segment ... ok |
813 | 2024-11-21T18:46:10.771Z | test engine::packet::test::small_packet_with_padding ... ok |
814 | 2024-11-21T18:46:10.771Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
815 | 2024-11-21T18:46:10.771Z | test engine::packet::test::straddled_tcp ... ok |
816 | 2024-11-21T18:46:10.771Z | test engine::packet::test::udp6_packet_with_padding ... ok |
817 | 2024-11-21T18:46:10.771Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
818 | 2024-11-21T18:46:10.771Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
819 | 2024-11-21T18:46:10.771Z | test engine::rule::rule_matching ... ok |
820 | 2024-11-21T18:46:10.771Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
821 | 2024-11-21T18:46:10.771Z | test engine::snat::test::nat_mappings ... ok |
822 | 2024-11-21T18:46:10.772Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
823 | 2024-11-21T18:46:10.772Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
824 | 2024-11-21T18:46:10.772Z | |
825 | 2024-11-21T18:46:10.772Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
826 | 2024-11-21T18:46:10.772Z | |
827 | 2024-11-21T18:46:10.772Z | Doc-tests opte |
828 | 2024-11-21T18:46:11.703Z | |
829 | 2024-11-21T18:46:11.703Z | running 3 tests |
830 | 2024-11-21T18:46:11.706Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
831 | 2024-11-21T18:46:12.958Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
832 | 2024-11-21T18:46:13.414Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
833 | 2024-11-21T18:46:13.414Z | |
834 | 2024-11-21T18:46:13.417Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.71s |
835 | 2024-11-21T18:46:13.417Z | |
836 | 2024-11-21T18:46:13.449Z | |
837 | 2024-11-21T18:46:13.452Z | real 42.977197019 |
838 | 2024-11-21T18:46:13.452Z | user 2:29.902707703 |
839 | 2024-11-21T18:46:13.452Z | sys 30.004868543 |
840 | 2024-11-21T18:46:13.452Z | trap 0.063867006 |
841 | 2024-11-21T18:46:13.452Z | tflt 0.273800733 |
842 | 2024-11-21T18:46:13.452Z | dflt 0.631440270 |
843 | 2024-11-21T18:46:13.452Z | kflt 0.000005452 |
844 | 2024-11-21T18:46:13.452Z | lock 4:28.507528147 |
845 | 2024-11-21T18:46:13.452Z | slp 7:51.512309487 |
846 | 2024-11-21T18:46:13.452Z | lat 3.583171727 |
847 | 2024-11-21T18:46:13.452Z | stop 5.054536075 |
848 | 2024-11-21T18:46:13.452Z | process exited: duration 139299 ms, exit code 0 |
|
849 | 2024-11-21T18:46:13.458Z | found 0 output files |