|
|
|
1 | 2024-11-29T15:04:34.725Z | job assigned to worker 01JDW763HWDXZATV58MSN8F46F [factory aws, i-04ffa66d140341c49] (queued for 48 s) |
|
2 | 2024-11-29T15:04:42.836Z | starting task 0: "setup" |
3 | 2024-11-29T15:04:42.844Z | ++ uname -s |
4 | 2024-11-29T15:04:42.846Z | + kern=SunOS |
5 | 2024-11-29T15:04:42.846Z | + case "$kern" in |
6 | 2024-11-29T15:04:42.846Z | + groupadd -g 12345 build |
7 | 2024-11-29T15:04:42.849Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T15:04:43.855Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T15:04:43.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T15:04:43.961Z | + home_fs=zfs |
11 | 2024-11-29T15:04:43.961Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T15:04:43.961Z | + mkdir -p /home/build |
13 | 2024-11-29T15:04:43.963Z | + chown build:build /home/build /work |
14 | 2024-11-29T15:04:45.964Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T15:04:45.967Z | process exited: duration 3132 ms, exit code 0 |
|
16 | 2024-11-29T15:04:45.972Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T15:04:45.977Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T15:04:45.977Z | ' nightly-2024-11-18 |
19 | 2024-11-29T15:04:45.977Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-29T15:04:45.977Z | * toolchain profile = "default" |
21 | 2024-11-29T15:04:45.977Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T15:04:45.977Z | ' default |
23 | 2024-11-29T15:04:45.980Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T15:04:45.980Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-29T15:04:46.139Z | info: downloading installer |
26 | 2024-11-29T15:04:47.312Z | info: profile set to 'default' |
27 | 2024-11-29T15:04:47.312Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T15:04:47.315Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-29T15:04:47.570Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-29T15:04:47.570Z | info: downloading component 'cargo' |
31 | 2024-11-29T15:04:48.490Z | info: downloading component 'clippy' |
32 | 2024-11-29T15:04:48.845Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T15:04:50.094Z | info: downloading component 'rust-std' |
34 | 2024-11-29T15:04:52.121Z | info: downloading component 'rustc' |
35 | 2024-11-29T15:04:59.248Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T15:04:59.514Z | info: installing component 'cargo' |
37 | 2024-11-29T15:05:00.346Z | info: installing component 'clippy' |
38 | 2024-11-29T15:05:00.726Z | info: installing component 'rust-docs' |
39 | 2024-11-29T15:05:02.373Z | info: installing component 'rust-std' |
40 | 2024-11-29T15:05:04.177Z | info: installing component 'rustc' |
41 | 2024-11-29T15:05:10.132Z | info: installing component 'rustfmt' |
42 | 2024-11-29T15:05:10.458Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-29T15:05:10.458Z | |
44 | 2024-11-29T15:05:10.845Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-29T15:05:10.845Z | |
46 | 2024-11-29T15:05:10.848Z | |
47 | 2024-11-29T15:05:10.848Z | Rust is installed now. Great! |
48 | 2024-11-29T15:05:10.848Z | |
49 | 2024-11-29T15:05:10.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T15:05:10.848Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T15:05:10.848Z | |
52 | 2024-11-29T15:05:10.849Z | To configure your current shell, you need to source |
53 | 2024-11-29T15:05:10.849Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T15:05:10.849Z | |
55 | 2024-11-29T15:05:10.849Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T15:05:10.849Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T15:05:10.849Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T15:05:10.920Z | + rustc --version |
59 | 2024-11-29T15:05:10.988Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-29T15:05:10.992Z | process exited: duration 25017 ms, exit code 0 |
|
61 | 2024-11-29T15:05:10.997Z | starting task 2: "authentication" |
62 | 2024-11-29T15:05:11.017Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-29T15:05:11.022Z | starting task 3: "clone repository" |
64 | 2024-11-29T15:05:11.027Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-29T15:05:11.029Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-29T15:05:11.063Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-29T15:05:12.368Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-29T15:05:12.368Z | + git fetch origin 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
69 | 2024-11-29T15:05:12.605Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-29T15:05:12.605Z | * branch 178a1785f264fcf965e5edbfc20af86a3d5801c6 -> FETCH_HEAD |
71 | 2024-11-29T15:05:12.613Z | + [[ -n fix-618 ]] |
72 | 2024-11-29T15:05:12.615Z | ++ git branch --show-current |
73 | 2024-11-29T15:05:12.617Z | + current=master |
74 | 2024-11-29T15:05:12.618Z | + [[ master != fix-618 ]] |
75 | 2024-11-29T15:05:12.618Z | + git branch -f fix-618 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
76 | 2024-11-29T15:05:12.621Z | + git checkout -f fix-618 |
77 | 2024-11-29T15:05:12.642Z | Switched to branch 'fix-618' |
78 | 2024-11-29T15:05:12.645Z | + git reset --hard 178a1785f264fcf965e5edbfc20af86a3d5801c6 |
79 | 2024-11-29T15:05:12.664Z | HEAD is now at 178a178 Correctly set ioctl resp_buf capacity on ENOBUFS |
80 | 2024-11-29T15:05:12.667Z | process exited: duration 1642 ms, exit code 0 |
|
81 | 2024-11-29T15:05:12.672Z | starting task 4: "build" |
82 | 2024-11-29T15:05:12.677Z | + cargo --version |
83 | 2024-11-29T15:05:12.681Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-29T15:05:12.842Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-29T15:05:12.842Z | info: downloading component 'cargo' |
86 | 2024-11-29T15:05:13.708Z | info: downloading component 'clippy' |
87 | 2024-11-29T15:05:14.036Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T15:05:15.253Z | info: downloading component 'rust-std' |
89 | 2024-11-29T15:05:17.296Z | info: downloading component 'rustc' |
90 | 2024-11-29T15:05:24.343Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T15:05:24.592Z | info: installing component 'cargo' |
92 | 2024-11-29T15:05:25.384Z | info: installing component 'clippy' |
93 | 2024-11-29T15:05:25.750Z | info: installing component 'rust-docs' |
94 | 2024-11-29T15:05:27.402Z | info: installing component 'rust-std' |
95 | 2024-11-29T15:05:29.158Z | info: installing component 'rustc' |
96 | 2024-11-29T15:05:35.041Z | info: installing component 'rustfmt' |
97 | 2024-11-29T15:05:35.433Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-29T15:05:35.436Z | + rustc --version |
99 | 2024-11-29T15:05:35.506Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-29T15:05:35.511Z | + cd lib/opte |
101 | 2024-11-29T15:05:35.514Z | + header 'check style' |
102 | 2024-11-29T15:05:35.514Z | + echo '# ==== check style ==== #' |
103 | 2024-11-29T15:05:35.514Z | # ==== check style ==== # |
104 | 2024-11-29T15:05:35.514Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-29T15:05:35.870Z | |
106 | 2024-11-29T15:05:35.870Z | real 0.355055220 |
107 | 2024-11-29T15:05:35.870Z | user 0.251503230 |
108 | 2024-11-29T15:05:35.870Z | sys 0.095987483 |
109 | 2024-11-29T15:05:35.870Z | trap 0.000022647 |
110 | 2024-11-29T15:05:35.870Z | tflt 0.000000000 |
111 | 2024-11-29T15:05:35.870Z | dflt 0.000000000 |
112 | 2024-11-29T15:05:35.870Z | kflt 0.000000000 |
113 | 2024-11-29T15:05:35.870Z | lock 0.000000000 |
114 | 2024-11-29T15:05:35.874Z | slp 0.270417734 |
115 | 2024-11-29T15:05:35.874Z | lat 0.000257638 |
116 | 2024-11-29T15:05:35.874Z | stop 0.000129163 |
117 | 2024-11-29T15:05:35.874Z | + header 'check docs' |
118 | 2024-11-29T15:05:35.874Z | + echo '# ==== check docs ==== #' |
119 | 2024-11-29T15:05:35.874Z | # ==== check docs ==== # |
120 | 2024-11-29T15:05:35.874Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-11-29T15:05:35.874Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-11-29T15:05:35.977Z | Updating crates.io index |
123 | 2024-11-29T15:05:35.980Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-29T15:05:36.737Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-29T15:05:37.067Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-29T15:05:37.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-29T15:05:37.794Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-29T15:05:38.069Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-29T15:05:38.306Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-29T15:05:38.571Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-29T15:05:38.823Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-29T15:05:39.835Z | Downloading crates ... |
133 | 2024-11-29T15:05:39.897Z | Downloaded dtrace-parser v0.2.0 |
134 | 2024-11-29T15:05:39.907Z | Downloaded scroll v0.12.0 |
135 | 2024-11-29T15:05:39.910Z | Downloaded generic-array v0.14.7 |
136 | 2024-11-29T15:05:39.914Z | Downloaded proc-macro-error-attr v1.0.4 |
137 | 2024-11-29T15:05:39.918Z | Downloaded typenum v1.17.0 |
138 | 2024-11-29T15:05:39.937Z | Downloaded itertools v0.13.0 |
139 | 2024-11-29T15:05:39.943Z | Downloaded heapless v0.8.0 |
140 | 2024-11-29T15:05:39.953Z | Downloaded regex-syntax v0.8.5 |
141 | 2024-11-29T15:05:39.972Z | Downloaded darling v0.20.10 |
142 | 2024-11-29T15:05:39.976Z | Downloaded darling_macro v0.20.10 |
143 | 2024-11-29T15:05:39.979Z | Downloaded crc32fast v1.4.2 |
144 | 2024-11-29T15:05:39.979Z | Downloaded bitflags v1.3.2 |
145 | 2024-11-29T15:05:39.981Z | Downloaded byteorder v1.5.0 |
146 | 2024-11-29T15:05:39.983Z | Downloaded digest v0.10.7 |
147 | 2024-11-29T15:05:39.985Z | Downloaded bitflags v2.6.0 |
148 | 2024-11-29T15:05:39.988Z | Downloaded crypto-common v0.1.6 |
149 | 2024-11-29T15:05:39.991Z | Downloaded cfg-if v1.0.0 |
150 | 2024-11-29T15:05:39.991Z | Downloaded either v1.13.0 |
151 | 2024-11-29T15:05:39.994Z | Downloaded dyn-clone v1.0.17 |
152 | 2024-11-29T15:05:39.994Z | Downloaded block-buffer v0.10.4 |
153 | 2024-11-29T15:05:39.994Z | Downloaded defmt-parser v0.3.4 |
154 | 2024-11-29T15:05:39.997Z | Downloaded defmt-macros v0.3.9 |
155 | 2024-11-29T15:05:39.997Z | Downloaded cpufeatures v0.2.16 |
156 | 2024-11-29T15:05:40.000Z | Downloaded cobs v0.2.3 |
157 | 2024-11-29T15:05:40.000Z | Downloaded dof v0.3.0 |
158 | 2024-11-29T15:05:40.003Z | Downloaded hash32 v0.3.1 |
159 | 2024-11-29T15:05:40.003Z | Downloaded fnv v1.0.7 |
160 | 2024-11-29T15:05:40.003Z | Downloaded defmt v0.3.8 |
161 | 2024-11-29T15:05:40.007Z | Downloaded darling_core v0.20.10 |
162 | 2024-11-29T15:05:40.010Z | Downloaded ryu v1.0.18 |
163 | 2024-11-29T15:05:40.013Z | Downloaded ipnetwork v0.20.0 |
164 | 2024-11-29T15:05:40.018Z | Downloaded ident_case v1.0.1 |
165 | 2024-11-29T15:05:40.027Z | Downloaded pretty-hex v0.4.1 |
166 | 2024-11-29T15:05:40.036Z | Downloaded managed v0.8.0 |
167 | 2024-11-29T15:05:40.039Z | Downloaded log v0.4.22 |
168 | 2024-11-29T15:05:40.042Z | Downloaded macaddr v1.0.1 |
169 | 2024-11-29T15:05:40.045Z | Downloaded usdt-macro v0.5.0 |
170 | 2024-11-29T15:05:40.047Z | Downloaded stable_deref_trait v1.2.0 |
171 | 2024-11-29T15:05:40.053Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-11-29T15:05:40.056Z | Downloaded scroll_derive v0.12.0 |
173 | 2024-11-29T15:05:40.058Z | Downloaded itoa v1.0.13 |
174 | 2024-11-29T15:05:40.061Z | Downloaded embedded-io v0.6.1 |
175 | 2024-11-29T15:05:40.067Z | Downloaded pest_generator v2.7.14 |
176 | 2024-11-29T15:05:40.072Z | Downloaded thread-id v4.2.2 |
177 | 2024-11-29T15:05:40.074Z | Downloaded tabwriter v1.4.0 |
178 | 2024-11-29T15:05:40.080Z | Downloaded thiserror-impl v1.0.69 |
179 | 2024-11-29T15:05:40.083Z | Downloaded postcard v1.0.10 |
180 | 2024-11-29T15:05:40.083Z | Downloaded memchr v2.7.4 |
181 | 2024-11-29T15:05:40.088Z | Downloaded embedded-io v0.4.0 |
182 | 2024-11-29T15:05:40.090Z | Downloaded version_check v0.9.5 |
183 | 2024-11-29T15:05:40.094Z | Downloaded serde_tokenstream v0.2.2 |
184 | 2024-11-29T15:05:40.094Z | Downloaded usdt v0.5.0 |
185 | 2024-11-29T15:05:40.094Z | Downloaded once_cell v1.20.2 |
186 | 2024-11-29T15:05:40.097Z | Downloaded plain v0.2.3 |
187 | 2024-11-29T15:05:40.097Z | Downloaded memmap v0.7.0 |
188 | 2024-11-29T15:05:40.100Z | Downloaded sha2 v0.10.8 |
189 | 2024-11-29T15:05:40.103Z | Downloaded strsim v0.11.1 |
190 | 2024-11-29T15:05:40.103Z | Downloaded pest_derive v2.7.14 |
191 | 2024-11-29T15:05:40.105Z | Downloaded proc-macro-error v1.0.4 |
192 | 2024-11-29T15:05:40.108Z | Downloaded quote v1.0.37 |
193 | 2024-11-29T15:05:40.117Z | Downloaded thiserror v1.0.69 |
194 | 2024-11-29T15:05:40.121Z | Downloaded usdt-impl v0.5.0 |
195 | 2024-11-29T15:05:40.125Z | Downloaded ucd-trie v0.1.7 |
196 | 2024-11-29T15:05:40.129Z | Downloaded pest_meta v2.7.14 |
197 | 2024-11-29T15:05:40.134Z | Downloaded zerocopy-derive v0.7.35 |
198 | 2024-11-29T15:05:40.144Z | Downloaded proc-macro2 v1.0.92 |
199 | 2024-11-29T15:05:40.147Z | Downloaded unicode-ident v1.0.14 |
200 | 2024-11-29T15:05:40.150Z | Downloaded serde_derive v1.0.215 |
201 | 2024-11-29T15:05:40.161Z | Downloaded serde v1.0.215 |
202 | 2024-11-29T15:05:40.171Z | Downloaded zerocopy-derive v0.8.11 |
203 | 2024-11-29T15:05:40.191Z | Downloaded aho-corasick v1.1.3 |
204 | 2024-11-29T15:05:40.199Z | Downloaded goblin v0.8.2 |
205 | 2024-11-29T15:05:40.204Z | Downloaded pest v2.7.14 |
206 | 2024-11-29T15:05:40.225Z | Downloaded zerocopy v0.7.35 |
207 | 2024-11-29T15:05:40.240Z | Downloaded serde_json v1.0.133 |
208 | 2024-11-29T15:05:40.278Z | Downloaded syn v1.0.109 |
209 | 2024-11-29T15:05:40.288Z | Downloaded zerocopy v0.8.11 |
210 | 2024-11-29T15:05:40.311Z | Downloaded regex v1.11.1 |
211 | 2024-11-29T15:05:40.322Z | Downloaded unicode-width v0.1.14 |
212 | 2024-11-29T15:05:40.327Z | Downloaded smoltcp v0.11.0 |
213 | 2024-11-29T15:05:40.338Z | Downloaded syn v2.0.89 |
214 | 2024-11-29T15:05:40.393Z | Downloaded regex-automata v0.4.9 |
215 | 2024-11-29T15:05:40.409Z | Downloaded libc v0.2.164 |
216 | 2024-11-29T15:05:40.564Z | Compiling proc-macro2 v1.0.92 |
217 | 2024-11-29T15:05:40.566Z | Compiling unicode-ident v1.0.14 |
218 | 2024-11-29T15:05:40.566Z | Documenting unicode-ident v1.0.14 |
219 | 2024-11-29T15:05:40.566Z | Compiling strsim v0.11.1 |
220 | 2024-11-29T15:05:40.566Z | Compiling ident_case v1.0.1 |
221 | 2024-11-29T15:05:40.577Z | Compiling fnv v1.0.7 |
222 | 2024-11-29T15:05:40.747Z | Compiling memchr v2.7.4 |
223 | 2024-11-29T15:05:40.778Z | Compiling serde v1.0.215 |
224 | 2024-11-29T15:05:40.829Z | Compiling zerocopy v0.8.11 |
225 | 2024-11-29T15:05:40.969Z | Compiling regex-syntax v0.8.5 |
226 | 2024-11-29T15:05:41.225Z | Documenting strsim v0.11.1 |
227 | 2024-11-29T15:05:41.261Z | Documenting ident_case v1.0.1 |
228 | 2024-11-29T15:05:41.600Z | Documenting proc-macro2 v1.0.92 |
229 | 2024-11-29T15:05:42.154Z | Compiling aho-corasick v1.1.3 |
230 | 2024-11-29T15:05:42.232Z | Compiling quote v1.0.37 |
231 | 2024-11-29T15:05:42.522Z | Checking syn v2.0.89 |
232 | 2024-11-29T15:05:42.732Z | Documenting quote v1.0.37 |
233 | 2024-11-29T15:05:42.779Z | Compiling either v1.13.0 |
234 | 2024-11-29T15:05:43.150Z | Documenting fnv v1.0.7 |
235 | 2024-11-29T15:05:43.658Z | Checking byteorder v1.5.0 |
236 | 2024-11-29T15:05:43.698Z | Documenting syn v2.0.89 |
237 | 2024-11-29T15:05:43.949Z | Compiling itertools v0.13.0 |
238 | 2024-11-29T15:05:44.067Z | Documenting memchr v2.7.4 |
239 | 2024-11-29T15:05:44.432Z | Compiling heapless v0.8.0 |
240 | 2024-11-29T15:05:44.959Z | Compiling regex-automata v0.4.9 |
241 | 2024-11-29T15:05:45.366Z | Documenting aho-corasick v1.1.3 |
242 | 2024-11-29T15:05:46.455Z | Checking hash32 v0.3.1 |
243 | 2024-11-29T15:05:46.615Z | Checking cfg-if v1.0.0 |
244 | 2024-11-29T15:05:46.690Z | Documenting regex-syntax v0.8.5 |
245 | 2024-11-29T15:05:46.850Z | Checking macaddr v1.0.1 |
246 | 2024-11-29T15:05:47.001Z | Checking stable_deref_trait v1.2.0 |
247 | 2024-11-29T15:05:47.085Z | Compiling smoltcp v0.11.0 |
248 | 2024-11-29T15:05:47.572Z | Checking darling_core v0.20.10 |
249 | 2024-11-29T15:05:48.484Z | Checking bitflags v2.6.0 |
250 | 2024-11-29T15:05:48.941Z | Compiling regex v1.11.1 |
251 | 2024-11-29T15:05:48.953Z | Documenting darling_core v0.20.10 |
252 | 2024-11-29T15:05:49.502Z | Documenting regex-automata v0.4.9 |
253 | 2024-11-29T15:05:49.786Z | Documenting zerocopy-derive v0.8.11 |
254 | 2024-11-29T15:05:49.836Z | Documenting serde_derive v1.0.215 |
255 | 2024-11-29T15:05:50.137Z | Documenting byteorder v1.5.0 |
256 | 2024-11-29T15:05:50.823Z | Checking managed v0.8.0 |
257 | 2024-11-29T15:05:51.013Z | Checking cobs v0.2.3 |
258 | 2024-11-29T15:05:51.118Z | Documenting darling_macro v0.20.10 |
259 | 2024-11-29T15:05:51.166Z | Checking bitflags v1.3.2 |
260 | 2024-11-29T15:05:51.176Z | Documenting hash32 v0.3.1 |
261 | 2024-11-29T15:05:51.276Z | Documenting macaddr v1.0.1 |
262 | 2024-11-29T15:05:51.835Z | Documenting stable_deref_trait v1.2.0 |
263 | 2024-11-29T15:05:51.857Z | Documenting cfg-if v1.0.0 |
264 | 2024-11-29T15:05:51.963Z | Documenting managed v0.8.0 |
265 | 2024-11-29T15:05:52.121Z | Documenting bitflags v2.6.0 |
266 | 2024-11-29T15:05:52.203Z | Documenting regex v1.11.1 |
267 | 2024-11-29T15:05:52.424Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-11-29T15:05:52.483Z | Documenting heapless v0.8.0 |
269 | 2024-11-29T15:05:52.669Z | Documenting cobs v0.2.3 |
270 | 2024-11-29T15:05:52.796Z | Compiling version_check v0.9.5 |
271 | 2024-11-29T15:05:53.064Z | Compiling serde_derive v1.0.215 |
272 | 2024-11-29T15:05:53.137Z | Compiling zerocopy-derive v0.8.11 |
273 | 2024-11-29T15:05:53.293Z | Checking unicode-width v0.1.14 |
274 | 2024-11-29T15:05:53.388Z | Checking ipnetwork v0.20.0 |
275 | 2024-11-29T15:05:53.599Z | Documenting smoltcp v0.11.0 |
276 | 2024-11-29T15:05:53.601Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
277 | 2024-11-29T15:05:53.672Z | Documenting ipnetwork v0.20.0 |
278 | 2024-11-29T15:05:53.742Z | Documenting either v1.13.0 |
279 | 2024-11-29T15:05:53.973Z | Documenting unicode-width v0.1.14 |
280 | 2024-11-29T15:05:54.028Z | Compiling darling_macro v0.20.10 |
281 | 2024-11-29T15:05:54.411Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
282 | 2024-11-29T15:05:54.647Z | Documenting itertools v0.13.0 |
283 | 2024-11-29T15:05:54.730Z | Checking tabwriter v1.4.0 |
284 | 2024-11-29T15:05:55.033Z | Documenting tabwriter v1.4.0 |
285 | 2024-11-29T15:05:55.075Z | Compiling darling v0.20.10 |
286 | 2024-11-29T15:05:55.167Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
287 | 2024-11-29T15:05:55.185Z | Documenting darling v0.20.10 |
288 | 2024-11-29T15:05:55.624Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
289 | 2024-11-29T15:05:55.844Z | Documenting zerocopy v0.8.11 |
290 | 2024-11-29T15:05:56.363Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
291 | 2024-11-29T15:05:56.576Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
292 | 2024-11-29T15:05:56.738Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
293 | 2024-11-29T15:05:56.982Z | Documenting crc32fast v1.4.2 |
294 | 2024-11-29T15:05:57.561Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
295 | 2024-11-29T15:05:57.603Z | Checking crc32fast v1.4.2 |
296 | 2024-11-29T15:05:57.802Z | Documenting dyn-clone v1.0.17 |
297 | 2024-11-29T15:05:57.805Z | Checking dyn-clone v1.0.17 |
298 | 2024-11-29T15:05:59.158Z | Documenting serde v1.0.215 |
299 | 2024-11-29T15:05:59.723Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
300 | 2024-11-29T15:05:59.723Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-11-29T15:06:01.864Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2024-11-29T15:06:01.864Z | Checking postcard v1.0.10 |
303 | 2024-11-29T15:06:01.867Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-11-29T15:06:01.867Z | Documenting postcard v1.0.10 |
305 | 2024-11-29T15:06:03.095Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
306 | 2024-11-29T15:06:03.095Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-11-29T15:06:03.998Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
308 | 2024-11-29T15:06:06.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.46s |
309 | 2024-11-29T15:06:06.457Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
310 | 2024-11-29T15:06:06.477Z | |
311 | 2024-11-29T15:06:06.479Z | real 30.585123760 |
312 | 2024-11-29T15:06:06.480Z | user 2:17.810803499 |
313 | 2024-11-29T15:06:06.480Z | sys 18.706597602 |
314 | 2024-11-29T15:06:06.480Z | trap 0.095609456 |
315 | 2024-11-29T15:06:06.480Z | tflt 0.165318918 |
316 | 2024-11-29T15:06:06.480Z | dflt 0.180930323 |
317 | 2024-11-29T15:06:06.480Z | kflt 0.001593177 |
318 | 2024-11-29T15:06:06.480Z | lock 2:58.408420095 |
319 | 2024-11-29T15:06:06.480Z | slp 7:29.863067151 |
320 | 2024-11-29T15:06:06.480Z | lat 18.438825778 |
321 | 2024-11-29T15:06:06.480Z | stop 10.948583476 |
322 | 2024-11-29T15:06:06.480Z | + header 'analyze std + api' |
323 | 2024-11-29T15:06:06.480Z | + echo '# ==== analyze std + api ==== #' |
324 | 2024-11-29T15:06:06.480Z | # ==== analyze std + api ==== # |
325 | 2024-11-29T15:06:06.480Z | + ptime -m cargo clippy --all-targets |
326 | 2024-11-29T15:06:06.876Z | Compiling proc-macro2 v1.0.92 |
327 | 2024-11-29T15:06:06.876Z | Compiling unicode-ident v1.0.14 |
328 | 2024-11-29T15:06:06.879Z | Compiling memchr v2.7.4 |
329 | 2024-11-29T15:06:06.879Z | Compiling thiserror v1.0.69 |
330 | 2024-11-29T15:06:06.879Z | Compiling libc v0.2.164 |
331 | 2024-11-29T15:06:06.879Z | Compiling version_check v0.9.5 |
332 | 2024-11-29T15:06:06.879Z | Compiling ucd-trie v0.1.7 |
333 | 2024-11-29T15:06:06.879Z | Compiling serde_json v1.0.133 |
334 | 2024-11-29T15:06:07.083Z | Compiling once_cell v1.20.2 |
335 | 2024-11-29T15:06:07.332Z | Compiling serde v1.0.215 |
336 | 2024-11-29T15:06:07.462Z | Checking byteorder v1.5.0 |
337 | 2024-11-29T15:06:07.533Z | Compiling ident_case v1.0.1 |
338 | 2024-11-29T15:06:07.630Z | Compiling strsim v0.11.1 |
339 | 2024-11-29T15:06:07.680Z | Compiling fnv v1.0.7 |
340 | 2024-11-29T15:06:07.756Z | Compiling regex-syntax v0.8.5 |
341 | 2024-11-29T15:06:07.800Z | Compiling aho-corasick v1.1.3 |
342 | 2024-11-29T15:06:07.836Z | Compiling itoa v1.0.13 |
343 | 2024-11-29T15:06:07.937Z | Compiling ryu v1.0.18 |
344 | 2024-11-29T15:06:08.289Z | Compiling usdt-impl v0.5.0 |
345 | 2024-11-29T15:06:08.320Z | Compiling either v1.13.0 |
346 | 2024-11-29T15:06:08.492Z | Compiling zerocopy v0.8.11 |
347 | 2024-11-29T15:06:08.663Z | Compiling quote v1.0.37 |
348 | 2024-11-29T15:06:08.731Z | Compiling itertools v0.13.0 |
349 | 2024-11-29T15:06:09.030Z | Compiling syn v2.0.89 |
350 | 2024-11-29T15:06:09.248Z | Compiling thread-id v4.2.2 |
351 | 2024-11-29T15:06:09.397Z | Checking log v0.4.22 |
352 | 2024-11-29T15:06:09.539Z | Checking plain v0.2.3 |
353 | 2024-11-29T15:06:09.643Z | Compiling heapless v0.8.0 |
354 | 2024-11-29T15:06:09.875Z | Checking hash32 v0.3.1 |
355 | 2024-11-29T15:06:10.042Z | Checking stable_deref_trait v1.2.0 |
356 | 2024-11-29T15:06:10.079Z | Checking pretty-hex v0.4.1 |
357 | 2024-11-29T15:06:10.127Z | Checking macaddr v1.0.1 |
358 | 2024-11-29T15:06:10.233Z | Compiling smoltcp v0.11.0 |
359 | 2024-11-29T15:06:10.347Z | Checking cfg-if v1.0.0 |
360 | 2024-11-29T15:06:10.594Z | Checking bitflags v2.6.0 |
361 | 2024-11-29T15:06:10.830Z | Checking cobs v0.2.3 |
362 | 2024-11-29T15:06:10.865Z | Checking managed v0.8.0 |
363 | 2024-11-29T15:06:11.001Z | Checking bitflags v1.3.2 |
364 | 2024-11-29T15:06:11.086Z | Checking memmap v0.7.0 |
365 | 2024-11-29T15:06:11.262Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
366 | 2024-11-29T15:06:11.311Z | Compiling regex-automata v0.4.9 |
367 | 2024-11-29T15:06:11.658Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
368 | 2024-11-29T15:06:11.852Z | Checking unicode-width v0.1.14 |
369 | 2024-11-29T15:06:11.921Z | Checking ipnetwork v0.20.0 |
370 | 2024-11-29T15:06:12.264Z | Checking crc32fast v1.4.2 |
371 | 2024-11-29T15:06:12.313Z | Checking tabwriter v1.4.0 |
372 | 2024-11-29T15:06:12.454Z | Checking dyn-clone v1.0.17 |
373 | 2024-11-29T15:06:14.426Z | Compiling darling_core v0.20.10 |
374 | 2024-11-29T15:06:14.449Z | Compiling regex v1.11.1 |
375 | 2024-11-29T15:06:16.288Z | Compiling thiserror-impl v1.0.69 |
376 | 2024-11-29T15:06:16.291Z | Compiling serde_derive v1.0.215 |
377 | 2024-11-29T15:06:16.291Z | Compiling zerocopy-derive v0.7.35 |
378 | 2024-11-29T15:06:16.291Z | Compiling scroll_derive v0.12.0 |
379 | 2024-11-29T15:06:16.291Z | Compiling zerocopy-derive v0.8.11 |
380 | 2024-11-29T15:06:16.291Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
381 | 2024-11-29T15:06:17.626Z | Checking scroll v0.12.0 |
382 | 2024-11-29T15:06:18.081Z | Checking goblin v0.8.2 |
383 | 2024-11-29T15:06:18.529Z | Compiling darling_macro v0.20.10 |
384 | 2024-11-29T15:06:18.601Z | Compiling pest v2.7.14 |
385 | 2024-11-29T15:06:19.400Z | Compiling darling v0.20.10 |
386 | 2024-11-29T15:06:19.501Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
387 | 2024-11-29T15:06:20.030Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
388 | 2024-11-29T15:06:20.849Z | Compiling pest_meta v2.7.14 |
389 | 2024-11-29T15:06:21.843Z | Compiling pest_generator v2.7.14 |
390 | 2024-11-29T15:06:22.072Z | Compiling zerocopy v0.7.35 |
391 | 2024-11-29T15:06:23.424Z | Compiling pest_derive v2.7.14 |
392 | 2024-11-29T15:06:24.097Z | Compiling dtrace-parser v0.2.0 |
393 | 2024-11-29T15:06:24.382Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
394 | 2024-11-29T15:06:25.930Z | Checking postcard v1.0.10 |
395 | 2024-11-29T15:06:25.933Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
396 | 2024-11-29T15:06:26.625Z | Compiling serde_tokenstream v0.2.2 |
397 | 2024-11-29T15:06:27.030Z | Checking dof v0.3.0 |
398 | 2024-11-29T15:06:27.456Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
399 | 2024-11-29T15:06:28.850Z | Compiling usdt-attr-macro v0.5.0 |
400 | 2024-11-29T15:06:28.850Z | Compiling usdt-macro v0.5.0 |
401 | 2024-11-29T15:06:29.683Z | Checking usdt v0.5.0 |
402 | 2024-11-29T15:06:41.481Z | warning: the borrowed expression implements the required traits |
403 | 2024-11-29T15:06:41.482Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
404 | 2024-11-29T15:06:41.482Z | | |
405 | 2024-11-29T15:06:41.482Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
406 | 2024-11-29T15:06:41.482Z | | ^^^ help: change this to: `[]` |
407 | 2024-11-29T15:06:41.482Z | | |
408 | 2024-11-29T15:06:41.482Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
409 | 2024-11-29T15:06:41.482Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
410 | 2024-11-29T15:06:41.482Z | |
411 | 2024-11-29T15:06:41.494Z | warning: the borrowed expression implements the required traits |
412 | 2024-11-29T15:06:41.494Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
413 | 2024-11-29T15:06:41.494Z | | |
414 | 2024-11-29T15:06:41.494Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
415 | 2024-11-29T15:06:41.494Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
416 | 2024-11-29T15:06:41.494Z | | |
417 | 2024-11-29T15:06:41.494Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
418 | 2024-11-29T15:06:41.494Z | |
419 | 2024-11-29T15:06:41.497Z | warning: the borrowed expression implements the required traits |
420 | 2024-11-29T15:06:41.497Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
421 | 2024-11-29T15:06:41.497Z | | |
422 | 2024-11-29T15:06:41.497Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
423 | 2024-11-29T15:06:41.497Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
424 | 2024-11-29T15:06:41.497Z | | |
425 | 2024-11-29T15:06:41.497Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
426 | 2024-11-29T15:06:41.497Z | |
427 | 2024-11-29T15:06:41.497Z | warning: the borrowed expression implements the required traits |
428 | 2024-11-29T15:06:41.497Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
429 | 2024-11-29T15:06:41.497Z | | |
430 | 2024-11-29T15:06:41.497Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
431 | 2024-11-29T15:06:41.497Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
432 | 2024-11-29T15:06:41.497Z | | |
433 | 2024-11-29T15:06:41.497Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
434 | 2024-11-29T15:06:41.497Z | |
435 | 2024-11-29T15:06:41.525Z | warning: the loop variable `i` is only used to index `els` |
436 | 2024-11-29T15:06:41.525Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
437 | 2024-11-29T15:06:41.525Z | | |
438 | 2024-11-29T15:06:41.525Z | 1361 | for i in 0..els.len() { |
439 | 2024-11-29T15:06:41.525Z | | ^^^^^^^^^^^^ |
440 | 2024-11-29T15:06:41.525Z | | |
441 | 2024-11-29T15:06:41.525Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
442 | 2024-11-29T15:06:41.525Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
443 | 2024-11-29T15:06:41.525Z | help: consider using an iterator |
444 | 2024-11-29T15:06:41.525Z | | |
445 | 2024-11-29T15:06:41.525Z | 1361 | for <item> in &els { |
446 | 2024-11-29T15:06:41.525Z | | ~~~~~~ ~~~~ |
447 | 2024-11-29T15:06:41.525Z | |
448 | 2024-11-29T15:06:42.701Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
449 | 2024-11-29T15:06:42.701Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
450 | 2024-11-29T15:06:42.701Z | | |
451 | 2024-11-29T15:06:42.702Z | 461 | header.packet_length() as usize, |
452 | 2024-11-29T15:06:42.702Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
453 | 2024-11-29T15:06:42.702Z | | |
454 | 2024-11-29T15:06:42.702Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
455 | 2024-11-29T15:06:42.702Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
456 | 2024-11-29T15:06:42.702Z | |
457 | 2024-11-29T15:06:42.717Z | warning: redundant slicing of the whole range |
458 | 2024-11-29T15:06:42.717Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
459 | 2024-11-29T15:06:42.717Z | | |
460 | 2024-11-29T15:06:42.717Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
461 | 2024-11-29T15:06:42.717Z | | ^^^^^^^^ help: use the original value instead: `buf` |
462 | 2024-11-29T15:06:42.717Z | | |
463 | 2024-11-29T15:06:42.717Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
464 | 2024-11-29T15:06:42.717Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
465 | 2024-11-29T15:06:42.717Z | |
466 | 2024-11-29T15:06:42.721Z | warning: redundant slicing of the whole range |
467 | 2024-11-29T15:06:42.721Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
468 | 2024-11-29T15:06:42.721Z | | |
469 | 2024-11-29T15:06:42.721Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
470 | 2024-11-29T15:06:42.721Z | | ^^^^^^^^ help: use the original value instead: `buf` |
471 | 2024-11-29T15:06:42.721Z | | |
472 | 2024-11-29T15:06:42.721Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
473 | 2024-11-29T15:06:42.721Z | |
474 | 2024-11-29T15:06:42.883Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
475 | 2024-11-29T15:06:42.883Z | --> lib/opte/src/engine/layer.rs:1880:46 |
476 | 2024-11-29T15:06:42.883Z | | |
477 | 2024-11-29T15:06:42.883Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
478 | 2024-11-29T15:06:42.883Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
479 | 2024-11-29T15:06:42.883Z | | |
480 | 2024-11-29T15:06:42.883Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
481 | 2024-11-29T15:06:42.883Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
482 | 2024-11-29T15:06:42.883Z | |
483 | 2024-11-29T15:06:43.747Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
484 | 2024-11-29T15:06:43.748Z | --> lib/opte/src/engine/rule.rs:1162:25 |
485 | 2024-11-29T15:06:43.748Z | | |
486 | 2024-11-29T15:06:43.748Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
487 | 2024-11-29T15:06:43.748Z | | ^^^^^ help: change this to: `meta` |
488 | 2024-11-29T15:06:43.748Z | | |
489 | 2024-11-29T15:06:43.748Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
490 | 2024-11-29T15:06:43.748Z | |
491 | 2024-11-29T15:06:43.751Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
492 | 2024-11-29T15:06:43.751Z | --> lib/opte/src/engine/rule.rs:1171:26 |
493 | 2024-11-29T15:06:43.751Z | | |
494 | 2024-11-29T15:06:43.751Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
495 | 2024-11-29T15:06:43.751Z | | ^^^^^ help: change this to: `meta` |
496 | 2024-11-29T15:06:43.751Z | | |
497 | 2024-11-29T15:06:43.751Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
498 | 2024-11-29T15:06:43.751Z | |
499 | 2024-11-29T15:06:43.910Z | warning: useless use of `vec!` |
500 | 2024-11-29T15:06:43.910Z | --> lib/opte/src/engine/geneve.rs:401:19 |
501 | 2024-11-29T15:06:43.910Z | | |
502 | 2024-11-29T15:06:43.910Z | 401 | let buf = vec![ |
503 | 2024-11-29T15:06:43.910Z | | ___________________^ |
504 | 2024-11-29T15:06:43.910Z | 402 | | // source |
505 | 2024-11-29T15:06:43.910Z | 403 | | 0x1E, 0x61, |
506 | 2024-11-29T15:06:43.910Z | 404 | | // dest |
507 | 2024-11-29T15:06:43.910Z | ... | |
508 | 2024-11-29T15:06:43.910Z | 424 | | 0x00, |
509 | 2024-11-29T15:06:43.910Z | 425 | | ]; |
510 | 2024-11-29T15:06:43.910Z | | |_________^ |
511 | 2024-11-29T15:06:43.910Z | | |
512 | 2024-11-29T15:06:43.910Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
513 | 2024-11-29T15:06:43.910Z | = note: `#[warn(clippy::useless_vec)]` on by default |
514 | 2024-11-29T15:06:43.910Z | help: you can use an array directly |
515 | 2024-11-29T15:06:43.910Z | | |
516 | 2024-11-29T15:06:43.910Z | 401 ~ let buf = [0x1E, 0x61, |
517 | 2024-11-29T15:06:43.910Z | 402 + // dest |
518 | 2024-11-29T15:06:43.910Z | 403 + 0x17, 0xC1, |
519 | 2024-11-29T15:06:43.910Z | 404 + // length |
520 | 2024-11-29T15:06:43.910Z | 405 + 0x00, 0x14, |
521 | 2024-11-29T15:06:43.915Z | 406 + // csum |
522 | 2024-11-29T15:06:43.915Z | 407 + 0x00, 0x00, |
523 | 2024-11-29T15:06:43.915Z | 408 + // ver + opt len |
524 | 2024-11-29T15:06:43.915Z | 409 + 0x01, |
525 | 2024-11-29T15:06:43.915Z | 410 + // flags |
526 | 2024-11-29T15:06:43.915Z | 411 + 0x00, |
527 | 2024-11-29T15:06:43.915Z | 412 + // proto |
528 | 2024-11-29T15:06:43.915Z | 413 + 0x65, 0x58, |
529 | 2024-11-29T15:06:43.915Z | 414 + // vni + reserved |
530 | 2024-11-29T15:06:43.915Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
531 | 2024-11-29T15:06:43.915Z | 416 + |
532 | 2024-11-29T15:06:43.915Z | 417 + // option class |
533 | 2024-11-29T15:06:43.915Z | 418 + 0x01, 0x29, |
534 | 2024-11-29T15:06:43.915Z | 419 + // crt + type |
535 | 2024-11-29T15:06:43.916Z | 420 + 0x00, |
536 | 2024-11-29T15:06:43.916Z | 421 + // rsvd + len |
537 | 2024-11-29T15:06:43.916Z | 422 ~ 0x00]; |
538 | 2024-11-29T15:06:43.916Z | | |
539 | 2024-11-29T15:06:43.916Z | |
540 | 2024-11-29T15:06:43.916Z | warning: useless use of `vec!` |
541 | 2024-11-29T15:06:43.916Z | --> lib/opte/src/engine/geneve.rs:441:19 |
542 | 2024-11-29T15:06:43.916Z | | |
543 | 2024-11-29T15:06:43.916Z | 441 | let buf = vec![ |
544 | 2024-11-29T15:06:43.916Z | | ___________________^ |
545 | 2024-11-29T15:06:43.916Z | 442 | | // source |
546 | 2024-11-29T15:06:43.916Z | 443 | | 0x1E, 0x61, |
547 | 2024-11-29T15:06:43.916Z | 444 | | // dest |
548 | 2024-11-29T15:06:43.916Z | ... | |
549 | 2024-11-29T15:06:43.916Z | 464 | | 0x00, |
550 | 2024-11-29T15:06:43.916Z | 465 | | ]; |
551 | 2024-11-29T15:06:43.916Z | | |_________^ |
552 | 2024-11-29T15:06:43.916Z | | |
553 | 2024-11-29T15:06:43.916Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
554 | 2024-11-29T15:06:43.916Z | help: you can use an array directly |
555 | 2024-11-29T15:06:43.916Z | | |
556 | 2024-11-29T15:06:43.916Z | 441 ~ let buf = [0x1E, 0x61, |
557 | 2024-11-29T15:06:43.916Z | 442 + // dest |
558 | 2024-11-29T15:06:43.916Z | 443 + 0x17, 0xC1, |
559 | 2024-11-29T15:06:43.916Z | 444 + // length |
560 | 2024-11-29T15:06:43.916Z | 445 + 0x00, 0x14, |
561 | 2024-11-29T15:06:43.916Z | 446 + // csum |
562 | 2024-11-29T15:06:43.916Z | 447 + 0x00, 0x00, |
563 | 2024-11-29T15:06:43.916Z | 448 + // ver + opt len |
564 | 2024-11-29T15:06:43.916Z | 449 + 0x01, |
565 | 2024-11-29T15:06:43.916Z | 450 + // flags |
566 | 2024-11-29T15:06:43.916Z | 451 + 0b0100_0000, |
567 | 2024-11-29T15:06:43.916Z | 452 + // proto |
568 | 2024-11-29T15:06:43.916Z | 453 + 0x65, 0x58, |
569 | 2024-11-29T15:06:43.916Z | 454 + // vni + reserved |
570 | 2024-11-29T15:06:43.916Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
571 | 2024-11-29T15:06:43.916Z | 456 + |
572 | 2024-11-29T15:06:43.916Z | 457 + // experimenter option class |
573 | 2024-11-29T15:06:43.916Z | 458 + 0xff, 0xff, |
574 | 2024-11-29T15:06:43.917Z | 459 + // crt + type |
575 | 2024-11-29T15:06:43.917Z | 460 + 0x80, |
576 | 2024-11-29T15:06:43.917Z | 461 + // rsvd + len |
577 | 2024-11-29T15:06:43.917Z | 462 ~ 0x00]; |
578 | 2024-11-29T15:06:43.917Z | | |
579 | 2024-11-29T15:06:43.917Z | |
580 | 2024-11-29T15:06:43.917Z | warning: useless use of `vec!` |
581 | 2024-11-29T15:06:43.917Z | --> lib/opte/src/engine/geneve.rs:483:19 |
582 | 2024-11-29T15:06:43.917Z | | |
583 | 2024-11-29T15:06:43.917Z | 483 | let buf = vec![ |
584 | 2024-11-29T15:06:43.917Z | | ___________________^ |
585 | 2024-11-29T15:06:43.917Z | 484 | | // source |
586 | 2024-11-29T15:06:43.917Z | 485 | | 0x1E, 0x61, |
587 | 2024-11-29T15:06:43.917Z | 486 | | // dest |
588 | 2024-11-29T15:06:43.917Z | ... | |
589 | 2024-11-29T15:06:43.917Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
590 | 2024-11-29T15:06:43.917Z | 525 | | ]; |
591 | 2024-11-29T15:06:43.917Z | | |_________^ |
592 | 2024-11-29T15:06:43.917Z | | |
593 | 2024-11-29T15:06:43.917Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
594 | 2024-11-29T15:06:43.917Z | help: you can use an array directly |
595 | 2024-11-29T15:06:43.917Z | | |
596 | 2024-11-29T15:06:43.917Z | 483 ~ let buf = [0x1E, 0x61, |
597 | 2024-11-29T15:06:43.917Z | 484 + // dest |
598 | 2024-11-29T15:06:43.917Z | 485 + 0x17, 0xC1, |
599 | 2024-11-29T15:06:43.917Z | 486 + // length |
600 | 2024-11-29T15:06:43.917Z | 487 + 0x00, 0x1c, |
601 | 2024-11-29T15:06:43.917Z | 488 + // csum |
602 | 2024-11-29T15:06:43.917Z | 489 + 0x00, 0x00, |
603 | 2024-11-29T15:06:43.917Z | 490 + // ver + opt len |
604 | 2024-11-29T15:06:43.917Z | 491 + 0x05, |
605 | 2024-11-29T15:06:43.917Z | 492 + // flags |
606 | 2024-11-29T15:06:43.917Z | 493 + 0x00, |
607 | 2024-11-29T15:06:43.917Z | 494 + // proto |
608 | 2024-11-29T15:06:43.917Z | 495 + 0x65, 0x58, |
609 | 2024-11-29T15:06:43.917Z | 496 + // vni + reserved |
610 | 2024-11-29T15:06:43.917Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
611 | 2024-11-29T15:06:43.917Z | 498 + |
612 | 2024-11-29T15:06:43.917Z | 499 + // option class |
613 | 2024-11-29T15:06:43.917Z | 500 + 0x01, 0x29, |
614 | 2024-11-29T15:06:43.918Z | 501 + // crt + type |
615 | 2024-11-29T15:06:43.918Z | 502 + 0x00, |
616 | 2024-11-29T15:06:43.918Z | 503 + // rsvd + len |
617 | 2024-11-29T15:06:43.918Z | 504 + 0x00, |
618 | 2024-11-29T15:06:43.918Z | 505 + |
619 | 2024-11-29T15:06:43.918Z | 506 + // experimenter option class |
620 | 2024-11-29T15:06:43.918Z | 507 + 0xff, 0xff, |
621 | 2024-11-29T15:06:43.921Z | 508 + // crt + type |
622 | 2024-11-29T15:06:43.921Z | 509 + 0x05, |
623 | 2024-11-29T15:06:43.921Z | 510 + // rsvd + len |
624 | 2024-11-29T15:06:43.921Z | 511 + 0x01, |
625 | 2024-11-29T15:06:43.921Z | 512 + // body |
626 | 2024-11-29T15:06:43.921Z | 513 + 0x00, 0x00, 0x00, 0x00, |
627 | 2024-11-29T15:06:43.921Z | 514 + |
628 | 2024-11-29T15:06:43.921Z | 515 + // experimenter option class |
629 | 2024-11-29T15:06:43.921Z | 516 + 0xff, 0xff, |
630 | 2024-11-29T15:06:43.921Z | 517 + // crt + type |
631 | 2024-11-29T15:06:43.921Z | 518 + 0x06, |
632 | 2024-11-29T15:06:43.921Z | 519 + // rsvd + len |
633 | 2024-11-29T15:06:43.921Z | 520 + 0x01, |
634 | 2024-11-29T15:06:43.921Z | 521 + // body |
635 | 2024-11-29T15:06:43.921Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
636 | 2024-11-29T15:06:43.921Z | | |
637 | 2024-11-29T15:06:43.921Z | |
638 | 2024-11-29T15:06:44.218Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
639 | 2024-11-29T15:06:44.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s |
640 | 2024-11-29T15:06:44.252Z | |
641 | 2024-11-29T15:06:44.253Z | real 37.767309031 |
642 | 2024-11-29T15:06:44.253Z | user 2:05.438332818 |
643 | 2024-11-29T15:06:44.253Z | sys 25.928762522 |
644 | 2024-11-29T15:06:44.253Z | trap 0.054415338 |
645 | 2024-11-29T15:06:44.256Z | tflt 0.372809491 |
646 | 2024-11-29T15:06:44.256Z | dflt 0.529186522 |
647 | 2024-11-29T15:06:44.256Z | kflt 0.000248179 |
648 | 2024-11-29T15:06:44.256Z | lock 3:37.523742575 |
649 | 2024-11-29T15:06:44.256Z | slp 7:55.681820501 |
650 | 2024-11-29T15:06:44.256Z | lat 3.299057425 |
651 | 2024-11-29T15:06:44.256Z | stop 5.581401571 |
652 | 2024-11-29T15:06:44.256Z | + header 'analyze no_std + engine + kernel' |
653 | 2024-11-29T15:06:44.256Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
654 | 2024-11-29T15:06:44.256Z | # ==== analyze no_std + engine + kernel ==== # |
655 | 2024-11-29T15:06:44.256Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
656 | 2024-11-29T15:06:44.552Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
657 | 2024-11-29T15:06:44.552Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
658 | 2024-11-29T15:06:44.556Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
659 | 2024-11-29T15:06:44.556Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
660 | 2024-11-29T15:06:44.723Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
661 | 2024-11-29T15:06:51.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s |
662 | 2024-11-29T15:06:51.440Z | |
663 | 2024-11-29T15:06:51.440Z | real 7.180838117 |
664 | 2024-11-29T15:06:51.440Z | user 7.962403138 |
665 | 2024-11-29T15:06:51.440Z | sys 1.148746823 |
666 | 2024-11-29T15:06:51.440Z | trap 0.001417073 |
667 | 2024-11-29T15:06:51.440Z | tflt 0.011127305 |
668 | 2024-11-29T15:06:51.440Z | dflt 0.008222225 |
669 | 2024-11-29T15:06:51.440Z | kflt 0.000000000 |
670 | 2024-11-29T15:06:51.440Z | lock 18.397871218 |
671 | 2024-11-29T15:06:51.440Z | slp 26.747848695 |
672 | 2024-11-29T15:06:51.440Z | lat 0.047866343 |
673 | 2024-11-29T15:06:51.440Z | stop 0.140407956 |
674 | 2024-11-29T15:06:51.443Z | + header test |
675 | 2024-11-29T15:06:51.443Z | + echo '# ==== test ==== #' |
676 | 2024-11-29T15:06:51.443Z | # ==== test ==== # |
677 | 2024-11-29T15:06:51.443Z | + ptime -m cargo test |
678 | 2024-11-29T15:06:51.712Z | Compiling unicode-ident v1.0.14 |
679 | 2024-11-29T15:06:51.712Z | Compiling memchr v2.7.4 |
680 | 2024-11-29T15:06:51.712Z | Compiling byteorder v1.5.0 |
681 | 2024-11-29T15:06:51.715Z | Compiling ucd-trie v0.1.7 |
682 | 2024-11-29T15:06:51.716Z | Compiling itoa v1.0.13 |
683 | 2024-11-29T15:06:51.716Z | Compiling ryu v1.0.18 |
684 | 2024-11-29T15:06:51.716Z | Compiling libc v0.2.164 |
685 | 2024-11-29T15:06:51.720Z | Compiling either v1.13.0 |
686 | 2024-11-29T15:06:51.875Z | Compiling proc-macro2 v1.0.92 |
687 | 2024-11-29T15:06:51.913Z | Compiling plain v0.2.3 |
688 | 2024-11-29T15:06:52.045Z | Compiling log v0.4.22 |
689 | 2024-11-29T15:06:52.051Z | Compiling macaddr v1.0.1 |
690 | 2024-11-29T15:06:52.095Z | Compiling itertools v0.13.0 |
691 | 2024-11-29T15:06:52.150Z | Compiling hash32 v0.3.1 |
692 | 2024-11-29T15:06:52.376Z | Compiling pretty-hex v0.4.1 |
693 | 2024-11-29T15:06:52.391Z | Compiling thread-id v4.2.2 |
694 | 2024-11-29T15:06:52.406Z | Compiling cfg-if v1.0.0 |
695 | 2024-11-29T15:06:52.419Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-29T15:06:52.478Z | Compiling heapless v0.8.0 |
697 | 2024-11-29T15:06:52.480Z | Compiling cobs v0.2.3 |
698 | 2024-11-29T15:06:52.498Z | Compiling bitflags v2.6.0 |
699 | 2024-11-29T15:06:52.504Z | Compiling managed v0.8.0 |
700 | 2024-11-29T15:06:52.556Z | Compiling bitflags v1.3.2 |
701 | 2024-11-29T15:06:52.640Z | Compiling quote v1.0.37 |
702 | 2024-11-29T15:06:52.754Z | Compiling aho-corasick v1.1.3 |
703 | 2024-11-29T15:06:52.786Z | Compiling memmap v0.7.0 |
704 | 2024-11-29T15:06:52.932Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
705 | 2024-11-29T15:06:53.163Z | Compiling syn v2.0.89 |
706 | 2024-11-29T15:06:53.362Z | Compiling ipnetwork v0.20.0 |
707 | 2024-11-29T15:06:53.462Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
708 | 2024-11-29T15:06:53.541Z | Compiling smoltcp v0.11.0 |
709 | 2024-11-29T15:06:53.626Z | Compiling unicode-width v0.1.14 |
710 | 2024-11-29T15:06:53.782Z | Compiling crc32fast v1.4.2 |
711 | 2024-11-29T15:06:54.072Z | Compiling tabwriter v1.4.0 |
712 | 2024-11-29T15:06:54.117Z | Compiling dyn-clone v1.0.17 |
713 | 2024-11-29T15:06:54.629Z | Compiling regex-automata v0.4.9 |
714 | 2024-11-29T15:06:57.808Z | Compiling regex v1.11.1 |
715 | 2024-11-29T15:06:58.749Z | Compiling darling_core v0.20.10 |
716 | 2024-11-29T15:07:00.667Z | Compiling serde_derive v1.0.215 |
717 | 2024-11-29T15:07:00.670Z | Compiling thiserror-impl v1.0.69 |
718 | 2024-11-29T15:07:00.727Z | Compiling zerocopy-derive v0.7.35 |
719 | 2024-11-29T15:07:00.766Z | Compiling scroll_derive v0.12.0 |
720 | 2024-11-29T15:07:01.032Z | Compiling zerocopy-derive v0.8.11 |
721 | 2024-11-29T15:07:01.050Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
722 | 2024-11-29T15:07:02.211Z | Compiling scroll v0.12.0 |
723 | 2024-11-29T15:07:02.665Z | Compiling goblin v0.8.2 |
724 | 2024-11-29T15:07:02.734Z | Compiling zerocopy v0.7.35 |
725 | 2024-11-29T15:07:03.142Z | Compiling darling_macro v0.20.10 |
726 | 2024-11-29T15:07:03.283Z | Compiling thiserror v1.0.69 |
727 | 2024-11-29T15:07:03.307Z | Compiling zerocopy v0.8.11 |
728 | 2024-11-29T15:07:03.369Z | Compiling pest v2.7.14 |
729 | 2024-11-29T15:07:03.902Z | Compiling darling v0.20.10 |
730 | 2024-11-29T15:07:03.991Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
731 | 2024-11-29T15:07:04.059Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
732 | 2024-11-29T15:07:05.714Z | Compiling pest_meta v2.7.14 |
733 | 2024-11-29T15:07:05.901Z | Compiling serde v1.0.215 |
734 | 2024-11-29T15:07:06.953Z | Compiling pest_generator v2.7.14 |
735 | 2024-11-29T15:07:08.315Z | Compiling pest_derive v2.7.14 |
736 | 2024-11-29T15:07:08.552Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
737 | 2024-11-29T15:07:09.235Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-11-29T15:07:10.773Z | Compiling serde_json v1.0.133 |
739 | 2024-11-29T15:07:10.773Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
740 | 2024-11-29T15:07:10.775Z | Compiling postcard v1.0.10 |
741 | 2024-11-29T15:07:11.013Z | Compiling serde_tokenstream v0.2.2 |
742 | 2024-11-29T15:07:12.026Z | Compiling dof v0.3.0 |
743 | 2024-11-29T15:07:12.561Z | Compiling usdt-impl v0.5.0 |
744 | 2024-11-29T15:07:12.614Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
745 | 2024-11-29T15:07:13.692Z | Compiling usdt-attr-macro v0.5.0 |
746 | 2024-11-29T15:07:13.692Z | Compiling usdt-macro v0.5.0 |
747 | 2024-11-29T15:07:14.774Z | Compiling usdt v0.5.0 |
748 | 2024-11-29T15:07:31.435Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 39.94s |
749 | 2024-11-29T15:07:31.455Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-9a24b69a60eca9c4) |
750 | 2024-11-29T15:07:31.469Z | |
751 | 2024-11-29T15:07:31.469Z | running 72 tests |
752 | 2024-11-29T15:07:31.472Z | test d_error::tests::name_truncation ... ok |
753 | 2024-11-29T15:07:31.472Z | test d_error::tests::name_and_data_storage ... ok |
754 | 2024-11-29T15:07:31.472Z | test ddi::mblk::test::chain_append_links ... ok |
755 | 2024-11-29T15:07:31.472Z | test ddi::mblk::test::chain_breaks_links ... ok |
756 | 2024-11-29T15:07:31.472Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
757 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::chain_drain_complete ... ok |
758 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::prefix_len ... ok |
759 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::expand_and_shrink ... ok |
760 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::uninitialized_packet ... ok |
761 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::read_seg ... ok |
762 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::truncate ... ok |
763 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
764 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::wrap ... ok |
765 | 2024-11-29T15:07:31.473Z | test ddi::time::test::good_interval ... ok |
766 | 2024-11-29T15:07:31.473Z | test ddi::mblk::test::zero_byte_packet ... ok |
767 | 2024-11-29T15:07:31.473Z | test engine::dhcp::test::offlink_encode ... ok |
768 | 2024-11-29T15:07:31.473Z | test engine::dhcp::test::hostname_encode ... ok |
769 | 2024-11-29T15:07:31.473Z | test engine::dhcp::test::domainname_encode ... ok |
770 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_client_id ... ok |
771 | 2024-11-29T15:07:31.473Z | test engine::dhcp::test::domain_search_option_encode ... ok |
772 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
773 | 2024-11-29T15:07:31.473Z | test ddi::time::test::bad_interval - should panic ... ok |
774 | 2024-11-29T15:07:31.473Z | test engine::dhcp::test::rfc3442_encode ... ok |
775 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
776 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
777 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_iana ... ok |
778 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_iata ... ok |
779 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
780 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_option_request ... ok |
781 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
782 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
783 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
784 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
785 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
786 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_server_id ... ok |
787 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
788 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::options::test::test_status ... ok |
789 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
790 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
791 | 2024-11-29T15:07:31.473Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
792 | 2024-11-29T15:07:31.473Z | test engine::ether::test::emit ... ok |
793 | 2024-11-29T15:07:31.473Z | test engine::geneve::test::emit_external_opt ... ok |
794 | 2024-11-29T15:07:31.473Z | test engine::flow_table::test::flow_clear ... ok |
795 | 2024-11-29T15:07:31.473Z | test engine::flow_table::test::flow_expired ... ok |
796 | 2024-11-29T15:07:31.474Z | test engine::geneve::test::emit_no_opts ... ok |
797 | 2024-11-29T15:07:31.474Z | test engine::geneve::test::parse_multi_opt ... ok |
798 | 2024-11-29T15:07:31.474Z | test engine::geneve::test::parse_single_opt ... ok |
799 | 2024-11-29T15:07:31.474Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
800 | 2024-11-29T15:07:31.474Z | test engine::ip::v4::test::cidr_match ... ok |
801 | 2024-11-29T15:07:31.474Z | test engine::ip::v4::test::match_check ... ok |
802 | 2024-11-29T15:07:31.474Z | test engine::ip::v4::test::emit ... ok |
803 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::emit ... ok |
804 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
805 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::from_pairs ... ok |
806 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
807 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
808 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::test_set_total_len ... ok |
809 | 2024-11-29T15:07:31.474Z | test engine::layer::test::find_rule ... ok |
810 | 2024-11-29T15:07:31.474Z | test engine::nat::test::nat4_rewrite ... ok |
811 | 2024-11-29T15:07:31.474Z | test engine::packet::test::read_multi_segment ... ok |
812 | 2024-11-29T15:07:31.474Z | test engine::packet::test::read_single_segment ... ok |
813 | 2024-11-29T15:07:31.474Z | test engine::packet::test::small_packet_with_padding ... ok |
814 | 2024-11-29T15:07:31.474Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
815 | 2024-11-29T15:07:31.477Z | test engine::packet::test::straddled_tcp ... ok |
816 | 2024-11-29T15:07:31.477Z | test engine::packet::test::udp6_packet_with_padding ... ok |
817 | 2024-11-29T15:07:31.477Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
818 | 2024-11-29T15:07:31.477Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
819 | 2024-11-29T15:07:31.477Z | test engine::rule::rule_matching ... ok |
820 | 2024-11-29T15:07:31.477Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
821 | 2024-11-29T15:07:31.477Z | test engine::snat::test::nat_mappings ... ok |
822 | 2024-11-29T15:07:31.477Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
823 | 2024-11-29T15:07:31.477Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
824 | 2024-11-29T15:07:31.478Z | |
825 | 2024-11-29T15:07:31.478Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
826 | 2024-11-29T15:07:31.478Z | |
827 | 2024-11-29T15:07:31.478Z | Doc-tests opte |
828 | 2024-11-29T15:07:32.411Z | |
829 | 2024-11-29T15:07:32.411Z | running 3 tests |
830 | 2024-11-29T15:07:32.415Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
831 | 2024-11-29T15:07:33.659Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
832 | 2024-11-29T15:07:34.121Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
833 | 2024-11-29T15:07:34.121Z | |
834 | 2024-11-29T15:07:34.124Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.71s |
835 | 2024-11-29T15:07:34.124Z | |
836 | 2024-11-29T15:07:34.157Z | |
837 | 2024-11-29T15:07:34.159Z | real 42.704568589 |
838 | 2024-11-29T15:07:34.159Z | user 2:28.851768176 |
839 | 2024-11-29T15:07:34.159Z | sys 29.488105255 |
840 | 2024-11-29T15:07:34.159Z | trap 0.061440172 |
841 | 2024-11-29T15:07:34.159Z | tflt 0.278550938 |
842 | 2024-11-29T15:07:34.159Z | dflt 0.776998347 |
843 | 2024-11-29T15:07:34.159Z | kflt 0.000001559 |
844 | 2024-11-29T15:07:34.159Z | lock 4:25.046155087 |
845 | 2024-11-29T15:07:34.160Z | slp 7:46.243422436 |
846 | 2024-11-29T15:07:34.160Z | lat 3.461193466 |
847 | 2024-11-29T15:07:34.160Z | stop 5.472983648 |
848 | 2024-11-29T15:07:34.160Z | process exited: duration 141478 ms, exit code 0 |
|
849 | 2024-11-29T15:07:34.165Z | found 0 output files |