|
|
|
1 | 2025-01-11T04:22:24.697Z | job assigned to worker 01JH9SHAG85D9Z4DD1NPPT6QGN [factory aws, i-061e6914a62267661] (queued for 49 s) |
|
2 | 2025-01-11T04:22:32.776Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:32.786Z | ++ uname -s |
4 | 2025-01-11T04:22:32.789Z | + kern=SunOS |
5 | 2025-01-11T04:22:32.789Z | + case "$kern" in |
6 | 2025-01-11T04:22:32.789Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:32.792Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:34.800Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:34.950Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:34.952Z | + home_fs=zfs |
11 | 2025-01-11T04:22:34.953Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:34.953Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:34.955Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:35.956Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:35.960Z | process exited: duration 3184 ms, exit code 0 |
|
16 | 2025-01-11T04:22:35.965Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:35.971Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:35.971Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:35.972Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T04:22:35.972Z | ' default |
21 | 2025-01-11T04:22:35.972Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2025-01-11T04:22:35.972Z | * toolchain profile = "default" |
23 | 2025-01-11T04:22:35.975Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:35.975Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:36.082Z | info: downloading installer |
26 | 2025-01-11T04:22:37.272Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:37.272Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:37.275Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:37.422Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:37.422Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:38.175Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:38.462Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:39.489Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:41.335Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:48.583Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:49.047Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:49.873Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:50.260Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:22:51.950Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:22:53.838Z | info: installing component 'rustc' |
41 | 2025-01-11T04:22:59.790Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:00.118Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:00.118Z | |
44 | 2025-01-11T04:23:00.506Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:00.506Z | |
46 | 2025-01-11T04:23:00.509Z | |
47 | 2025-01-11T04:23:00.509Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:00.509Z | |
49 | 2025-01-11T04:23:00.509Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:00.509Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:00.509Z | |
52 | 2025-01-11T04:23:00.509Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:00.509Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:00.509Z | |
55 | 2025-01-11T04:23:00.509Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:00.509Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:00.509Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:00.586Z | + rustc --version |
59 | 2025-01-11T04:23:00.653Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:00.656Z | process exited: duration 24686 ms, exit code 0 |
|
61 | 2025-01-11T04:23:00.661Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:00.683Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-11T04:23:00.688Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:00.693Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:00.695Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:00.745Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:01.745Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:01.745Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:01.990Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:01.990Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:01.999Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:02.001Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:02.004Z | + current=master |
74 | 2025-01-11T04:23:02.004Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:02.004Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:02.008Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:02.028Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:02.030Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:02.034Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:02.036Z | process exited: duration 1346 ms, exit code 0 |
|
81 | 2025-01-11T04:23:02.043Z | starting task 4: "build" |
82 | 2025-01-11T04:23:02.049Z | + cargo --version |
83 | 2025-01-11T04:23:02.053Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-11T04:23:02.220Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-11T04:23:02.220Z | info: downloading component 'cargo' |
86 | 2025-01-11T04:23:03.326Z | info: downloading component 'clippy' |
87 | 2025-01-11T04:23:03.867Z | info: downloading component 'rust-docs' |
88 | 2025-01-11T04:23:05.101Z | info: downloading component 'rust-std' |
89 | 2025-01-11T04:23:06.881Z | info: downloading component 'rustc' |
90 | 2025-01-11T04:23:13.801Z | info: downloading component 'rustfmt' |
91 | 2025-01-11T04:23:14.095Z | info: installing component 'cargo' |
92 | 2025-01-11T04:23:14.910Z | info: installing component 'clippy' |
93 | 2025-01-11T04:23:15.285Z | info: installing component 'rust-docs' |
94 | 2025-01-11T04:23:17.082Z | info: installing component 'rust-std' |
95 | 2025-01-11T04:23:18.734Z | info: installing component 'rustc' |
96 | 2025-01-11T04:23:24.556Z | info: installing component 'rustfmt' |
97 | 2025-01-11T04:23:24.971Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-11T04:23:24.978Z | + rustc --version |
99 | 2025-01-11T04:23:25.045Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-11T04:23:25.049Z | + cd lib/opte |
101 | 2025-01-11T04:23:25.051Z | + header 'check style' |
102 | 2025-01-11T04:23:25.052Z | + echo '# ==== check style ==== #' |
103 | 2025-01-11T04:23:25.052Z | # ==== check style ==== # |
104 | 2025-01-11T04:23:25.052Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2025-01-11T04:23:25.414Z | |
106 | 2025-01-11T04:23:25.414Z | real 0.359750886 |
107 | 2025-01-11T04:23:25.414Z | user 0.254807596 |
108 | 2025-01-11T04:23:25.414Z | sys 0.096864416 |
109 | 2025-01-11T04:23:25.415Z | trap 0.000011788 |
110 | 2025-01-11T04:23:25.415Z | tflt 0.000000000 |
111 | 2025-01-11T04:23:25.415Z | dflt 0.000000000 |
112 | 2025-01-11T04:23:25.415Z | kflt 0.000000000 |
113 | 2025-01-11T04:23:25.415Z | lock 0.000000000 |
114 | 2025-01-11T04:23:25.415Z | slp 0.274695164 |
115 | 2025-01-11T04:23:25.415Z | lat 0.000296358 |
116 | 2025-01-11T04:23:25.415Z | stop 0.000132391 |
117 | 2025-01-11T04:23:25.417Z | + header 'check docs' |
118 | 2025-01-11T04:23:25.417Z | + echo '# ==== check docs ==== #' |
119 | 2025-01-11T04:23:25.418Z | # ==== check docs ==== # |
120 | 2025-01-11T04:23:25.418Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2025-01-11T04:23:25.418Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2025-01-11T04:23:25.523Z | Updating crates.io index |
123 | 2025-01-11T04:23:25.525Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2025-01-11T04:23:26.394Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2025-01-11T04:23:26.630Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2025-01-11T04:23:26.893Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2025-01-11T04:23:27.180Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2025-01-11T04:23:27.475Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2025-01-11T04:23:27.690Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2025-01-11T04:23:27.978Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2025-01-11T04:23:28.253Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2025-01-11T04:23:29.045Z | Downloading crates ... |
133 | 2025-01-11T04:23:29.357Z | Downloaded macaddr v1.0.1 |
134 | 2025-01-11T04:23:29.370Z | Downloaded scroll_derive v0.12.0 |
135 | 2025-01-11T04:23:29.373Z | Downloaded byteorder v1.5.0 |
136 | 2025-01-11T04:23:29.375Z | Downloaded proc-macro-error2 v2.0.1 |
137 | 2025-01-11T04:23:29.380Z | Downloaded log v0.4.22 |
138 | 2025-01-11T04:23:29.399Z | Downloaded ident_case v1.0.1 |
139 | 2025-01-11T04:23:29.401Z | Downloaded darling_macro v0.20.10 |
140 | 2025-01-11T04:23:29.407Z | Downloaded managed v0.8.0 |
141 | 2025-01-11T04:23:29.410Z | Downloaded itoa v1.0.14 |
142 | 2025-01-11T04:23:29.413Z | Downloaded memmap v0.7.0 |
143 | 2025-01-11T04:23:29.415Z | Downloaded bitflags v1.3.2 |
144 | 2025-01-11T04:23:29.420Z | Downloaded pest_generator v2.7.15 |
145 | 2025-01-11T04:23:29.425Z | Downloaded thiserror-impl v1.0.69 |
146 | 2025-01-11T04:23:29.429Z | Downloaded once_cell v1.20.2 |
147 | 2025-01-11T04:23:29.433Z | Downloaded block-buffer v0.10.4 |
148 | 2025-01-11T04:23:29.437Z | Downloaded version_check v0.9.5 |
149 | 2025-01-11T04:23:29.441Z | Downloaded hash32 v0.3.1 |
150 | 2025-01-11T04:23:29.443Z | Downloaded digest v0.10.7 |
151 | 2025-01-11T04:23:29.443Z | Downloaded stable_deref_trait v1.2.0 |
152 | 2025-01-11T04:23:29.445Z | Downloaded either v1.13.0 |
153 | 2025-01-11T04:23:29.446Z | Downloaded crypto-common v0.1.6 |
154 | 2025-01-11T04:23:29.448Z | Downloaded thiserror v1.0.69 |
155 | 2025-01-11T04:23:29.453Z | Downloaded usdt-attr-macro v0.5.0 |
156 | 2025-01-11T04:23:29.455Z | Downloaded strsim v0.11.1 |
157 | 2025-01-11T04:23:29.455Z | Downloaded ipnetwork v0.20.0 |
158 | 2025-01-11T04:23:29.455Z | Downloaded dyn-clone v1.0.17 |
159 | 2025-01-11T04:23:29.458Z | Downloaded scroll v0.12.0 |
160 | 2025-01-11T04:23:29.458Z | Downloaded proc-macro-error-attr2 v2.0.0 |
161 | 2025-01-11T04:23:29.458Z | Downloaded cpufeatures v0.2.16 |
162 | 2025-01-11T04:23:29.463Z | Downloaded generic-array v0.14.7 |
163 | 2025-01-11T04:23:29.465Z | Downloaded quote v1.0.38 |
164 | 2025-01-11T04:23:29.468Z | Downloaded pretty-hex v0.4.1 |
165 | 2025-01-11T04:23:29.471Z | Downloaded dtrace-parser v0.2.0 |
166 | 2025-01-11T04:23:29.473Z | Downloaded usdt-macro v0.5.0 |
167 | 2025-01-11T04:23:29.476Z | Downloaded sha2 v0.10.8 |
168 | 2025-01-11T04:23:29.478Z | Downloaded fnv v1.0.7 |
169 | 2025-01-11T04:23:29.481Z | Downloaded crc32fast v1.4.2 |
170 | 2025-01-11T04:23:29.484Z | Downloaded thiserror v2.0.11 |
171 | 2025-01-11T04:23:29.488Z | Downloaded thiserror-impl v2.0.11 |
172 | 2025-01-11T04:23:29.491Z | Downloaded zerocopy-derive v0.7.35 |
173 | 2025-01-11T04:23:29.493Z | Downloaded plain v0.2.3 |
174 | 2025-01-11T04:23:29.496Z | Downloaded proc-macro2 v1.0.92 |
175 | 2025-01-11T04:23:29.498Z | Downloaded defmt-macros v0.4.0 |
176 | 2025-01-11T04:23:29.500Z | Downloaded usdt v0.5.0 |
177 | 2025-01-11T04:23:29.501Z | Downloaded thread-id v4.2.2 |
178 | 2025-01-11T04:23:29.503Z | Downloaded tabwriter v1.4.1 |
179 | 2025-01-11T04:23:29.503Z | Downloaded pest_meta v2.7.15 |
180 | 2025-01-11T04:23:29.506Z | Downloaded serde_derive v1.0.217 |
181 | 2025-01-11T04:23:29.509Z | Downloaded ryu v1.0.18 |
182 | 2025-01-11T04:23:29.509Z | Downloaded unicode-ident v1.0.14 |
183 | 2025-01-11T04:23:29.511Z | Downloaded usdt-impl v0.5.0 |
184 | 2025-01-11T04:23:29.514Z | Downloaded cfg-if v1.0.0 |
185 | 2025-01-11T04:23:29.514Z | Downloaded postcard v1.1.1 |
186 | 2025-01-11T04:23:29.516Z | Downloaded embedded-io v0.4.0 |
187 | 2025-01-11T04:23:29.518Z | Downloaded ucd-trie v0.1.7 |
188 | 2025-01-11T04:23:29.518Z | Downloaded typenum v1.17.0 |
189 | 2025-01-11T04:23:29.521Z | Downloaded bitflags v2.6.0 |
190 | 2025-01-11T04:23:29.524Z | Downloaded serde_tokenstream v0.2.2 |
191 | 2025-01-11T04:23:29.526Z | Downloaded dof v0.3.0 |
192 | 2025-01-11T04:23:29.526Z | Downloaded defmt-parser v0.4.1 |
193 | 2025-01-11T04:23:29.529Z | Downloaded cobs v0.2.3 |
194 | 2025-01-11T04:23:29.529Z | Downloaded darling v0.20.10 |
195 | 2025-01-11T04:23:29.531Z | Downloaded embedded-io v0.6.1 |
196 | 2025-01-11T04:23:29.537Z | Downloaded defmt v0.3.10 |
197 | 2025-01-11T04:23:29.551Z | Downloaded pest_derive v2.7.15 |
198 | 2025-01-11T04:23:29.555Z | Downloaded darling_core v0.20.10 |
199 | 2025-01-11T04:23:29.559Z | Downloaded serde v1.0.217 |
200 | 2025-01-11T04:23:29.564Z | Downloaded memchr v2.7.4 |
201 | 2025-01-11T04:23:29.586Z | Downloaded zerocopy-derive v0.8.14 |
202 | 2025-01-11T04:23:29.594Z | Downloaded heapless v0.8.0 |
203 | 2025-01-11T04:23:29.603Z | Downloaded pest v2.7.15 |
204 | 2025-01-11T04:23:29.633Z | Downloaded itertools v0.13.0 |
205 | 2025-01-11T04:23:29.648Z | Downloaded zerocopy v0.7.35 |
206 | 2025-01-11T04:23:29.661Z | Downloaded serde_json v1.0.134 |
207 | 2025-01-11T04:23:29.668Z | Downloaded aho-corasick v1.1.3 |
208 | 2025-01-11T04:23:29.673Z | Downloaded goblin v0.8.2 |
209 | 2025-01-11T04:23:29.687Z | Downloaded regex v1.11.1 |
210 | 2025-01-11T04:23:29.699Z | Downloaded unicode-width v0.2.0 |
211 | 2025-01-11T04:23:29.705Z | Downloaded zerocopy v0.8.14 |
212 | 2025-01-11T04:23:29.726Z | Downloaded syn v2.0.95 |
213 | 2025-01-11T04:23:29.736Z | Downloaded smoltcp v0.11.0 |
214 | 2025-01-11T04:23:29.756Z | Downloaded regex-syntax v0.8.5 |
215 | 2025-01-11T04:23:29.792Z | Downloaded regex-automata v0.4.9 |
216 | 2025-01-11T04:23:29.808Z | Downloaded libc v0.2.169 |
217 | 2025-01-11T04:23:29.965Z | Compiling proc-macro2 v1.0.92 |
218 | 2025-01-11T04:23:29.967Z | Compiling unicode-ident v1.0.14 |
219 | 2025-01-11T04:23:29.967Z | Documenting unicode-ident v1.0.14 |
220 | 2025-01-11T04:23:29.967Z | Compiling ident_case v1.0.1 |
221 | 2025-01-11T04:23:29.967Z | Compiling strsim v0.11.1 |
222 | 2025-01-11T04:23:29.979Z | Compiling fnv v1.0.7 |
223 | 2025-01-11T04:23:30.136Z | Compiling memchr v2.7.4 |
224 | 2025-01-11T04:23:30.177Z | Compiling zerocopy v0.8.14 |
225 | 2025-01-11T04:23:30.255Z | Compiling regex-syntax v0.8.5 |
226 | 2025-01-11T04:23:30.395Z | Compiling serde v1.0.217 |
227 | 2025-01-11T04:23:30.628Z | Compiling either v1.13.0 |
228 | 2025-01-11T04:23:30.675Z | Documenting fnv v1.0.7 |
229 | 2025-01-11T04:23:30.959Z | Documenting proc-macro2 v1.0.92 |
230 | 2025-01-11T04:23:31.049Z | Compiling aho-corasick v1.1.3 |
231 | 2025-01-11T04:23:31.587Z | Compiling quote v1.0.38 |
232 | 2025-01-11T04:23:31.650Z | Checking byteorder v1.5.0 |
233 | 2025-01-11T04:23:31.919Z | Checking syn v2.0.95 |
234 | 2025-01-11T04:23:31.929Z | Documenting ident_case v1.0.1 |
235 | 2025-01-11T04:23:32.149Z | Documenting quote v1.0.38 |
236 | 2025-01-11T04:23:32.724Z | Documenting strsim v0.11.1 |
237 | 2025-01-11T04:23:32.741Z | Compiling itertools v0.13.0 |
238 | 2025-01-11T04:23:33.156Z | Documenting syn v2.0.95 |
239 | 2025-01-11T04:23:33.605Z | Compiling heapless v0.8.0 |
240 | 2025-01-11T04:23:34.142Z | Compiling regex-automata v0.4.9 |
241 | 2025-01-11T04:23:35.051Z | Documenting memchr v2.7.4 |
242 | 2025-01-11T04:23:35.795Z | Checking hash32 v0.3.1 |
243 | 2025-01-11T04:23:35.890Z | Checking cfg-if v1.0.0 |
244 | 2025-01-11T04:23:35.973Z | Checking macaddr v1.0.1 |
245 | 2025-01-11T04:23:35.981Z | Documenting regex-syntax v0.8.5 |
246 | 2025-01-11T04:23:36.214Z | Checking stable_deref_trait v1.2.0 |
247 | 2025-01-11T04:23:36.304Z | Compiling smoltcp v0.11.0 |
248 | 2025-01-11T04:23:36.396Z | Documenting aho-corasick v1.1.3 |
249 | 2025-01-11T04:23:37.073Z | Checking darling_core v0.20.10 |
250 | 2025-01-11T04:23:38.278Z | Compiling regex v1.11.1 |
251 | 2025-01-11T04:23:38.520Z | Documenting darling_core v0.20.10 |
252 | 2025-01-11T04:23:38.691Z | Documenting regex-automata v0.4.9 |
253 | 2025-01-11T04:23:39.202Z | Documenting zerocopy-derive v0.8.14 |
254 | 2025-01-11T04:23:39.603Z | Documenting serde_derive v1.0.217 |
255 | 2025-01-11T04:23:40.481Z | Checking bitflags v2.6.0 |
256 | 2025-01-11T04:23:40.498Z | Checking managed v0.8.0 |
257 | 2025-01-11T04:23:40.716Z | Documenting byteorder v1.5.0 |
258 | 2025-01-11T04:23:40.772Z | Documenting darling_macro v0.20.10 |
259 | 2025-01-11T04:23:40.876Z | Checking bitflags v1.3.2 |
260 | 2025-01-11T04:23:40.967Z | Checking cobs v0.2.3 |
261 | 2025-01-11T04:23:41.017Z | Documenting stable_deref_trait v1.2.0 |
262 | 2025-01-11T04:23:41.150Z | Documenting macaddr v1.0.1 |
263 | 2025-01-11T04:23:41.362Z | Documenting regex v1.11.1 |
264 | 2025-01-11T04:23:41.493Z | Documenting hash32 v0.3.1 |
265 | 2025-01-11T04:23:41.678Z | Documenting cfg-if v1.0.0 |
266 | 2025-01-11T04:23:41.786Z | Compiling version_check v0.9.5 |
267 | 2025-01-11T04:23:41.834Z | Checking unicode-width v0.2.0 |
268 | 2025-01-11T04:23:42.155Z | Documenting heapless v0.8.0 |
269 | 2025-01-11T04:23:42.304Z | Documenting managed v0.8.0 |
270 | 2025-01-11T04:23:42.407Z | Documenting bitflags v2.6.0 |
271 | 2025-01-11T04:23:42.507Z | Compiling serde_derive v1.0.217 |
272 | 2025-01-11T04:23:42.598Z | Compiling zerocopy-derive v0.8.14 |
273 | 2025-01-11T04:23:42.778Z | Checking ipnetwork v0.20.0 |
274 | 2025-01-11T04:23:43.074Z | Documenting cobs v0.2.3 |
275 | 2025-01-11T04:23:43.128Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
276 | 2025-01-11T04:23:43.210Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
277 | 2025-01-11T04:23:43.265Z | Documenting smoltcp v0.11.0 |
278 | 2025-01-11T04:23:43.317Z | Documenting ipnetwork v0.20.0 |
279 | 2025-01-11T04:23:43.538Z | Compiling darling_macro v0.20.10 |
280 | 2025-01-11T04:23:43.584Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
281 | 2025-01-11T04:23:43.745Z | Documenting either v1.13.0 |
282 | 2025-01-11T04:23:44.287Z | Documenting unicode-width v0.2.0 |
283 | 2025-01-11T04:23:44.459Z | Documenting itertools v0.13.0 |
284 | 2025-01-11T04:23:44.552Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
285 | 2025-01-11T04:23:44.567Z | Compiling darling v0.20.10 |
286 | 2025-01-11T04:23:44.667Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
287 | 2025-01-11T04:23:45.268Z | Documenting darling v0.20.10 |
288 | 2025-01-11T04:23:45.308Z | Documenting tabwriter v1.4.1 |
289 | 2025-01-11T04:23:45.564Z | Documenting zerocopy v0.8.14 |
290 | 2025-01-11T04:23:46.225Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
291 | 2025-01-11T04:23:46.280Z | Checking tabwriter v1.4.1 |
292 | 2025-01-11T04:23:46.458Z | Documenting crc32fast v1.4.2 |
293 | 2025-01-11T04:23:46.497Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
294 | 2025-01-11T04:23:46.567Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
295 | 2025-01-11T04:23:47.220Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2025-01-11T04:23:47.511Z | Checking crc32fast v1.4.2 |
297 | 2025-01-11T04:23:47.540Z | Checking dyn-clone v1.0.17 |
298 | 2025-01-11T04:23:47.664Z | Documenting dyn-clone v1.0.17 |
299 | 2025-01-11T04:23:49.028Z | Documenting serde v1.0.217 |
300 | 2025-01-11T04:23:49.400Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2025-01-11T04:23:49.400Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2025-01-11T04:23:51.757Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2025-01-11T04:23:51.757Z | Checking postcard v1.1.1 |
304 | 2025-01-11T04:23:51.757Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2025-01-11T04:23:51.760Z | Documenting postcard v1.1.1 |
306 | 2025-01-11T04:23:53.003Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2025-01-11T04:23:53.003Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2025-01-11T04:23:53.906Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2025-01-11T04:23:56.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s |
310 | 2025-01-11T04:23:56.368Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2025-01-11T04:23:56.392Z | |
312 | 2025-01-11T04:23:56.394Z | real 30.949060784 |
313 | 2025-01-11T04:23:56.394Z | user 2:20.396208428 |
314 | 2025-01-11T04:23:56.394Z | sys 19.119702550 |
315 | 2025-01-11T04:23:56.394Z | trap 0.109978913 |
316 | 2025-01-11T04:23:56.395Z | tflt 0.203995736 |
317 | 2025-01-11T04:23:56.395Z | dflt 0.085152588 |
318 | 2025-01-11T04:23:56.395Z | kflt 0.001874262 |
319 | 2025-01-11T04:23:56.395Z | lock 3:06.251557473 |
320 | 2025-01-11T04:23:56.395Z | slp 7:35.668962346 |
321 | 2025-01-11T04:23:56.395Z | lat 17.698337178 |
322 | 2025-01-11T04:23:56.395Z | stop 12.150836193 |
323 | 2025-01-11T04:23:56.395Z | + header 'analyze std + api' |
324 | 2025-01-11T04:23:56.395Z | + echo '# ==== analyze std + api ==== #' |
325 | 2025-01-11T04:23:56.395Z | # ==== analyze std + api ==== # |
326 | 2025-01-11T04:23:56.395Z | + ptime -m cargo clippy --all-targets |
327 | 2025-01-11T04:23:56.797Z | Compiling proc-macro2 v1.0.92 |
328 | 2025-01-11T04:23:56.797Z | Compiling unicode-ident v1.0.14 |
329 | 2025-01-11T04:23:56.800Z | Compiling memchr v2.7.4 |
330 | 2025-01-11T04:23:56.800Z | Compiling thiserror v2.0.11 |
331 | 2025-01-11T04:23:56.800Z | Compiling thiserror v1.0.69 |
332 | 2025-01-11T04:23:56.800Z | Compiling libc v0.2.169 |
333 | 2025-01-11T04:23:56.800Z | Compiling ucd-trie v0.1.7 |
334 | 2025-01-11T04:23:56.800Z | Compiling version_check v0.9.5 |
335 | 2025-01-11T04:23:57.026Z | Compiling serde_json v1.0.134 |
336 | 2025-01-11T04:23:57.254Z | Compiling once_cell v1.20.2 |
337 | 2025-01-11T04:23:57.386Z | Compiling serde v1.0.217 |
338 | 2025-01-11T04:23:57.525Z | Compiling strsim v0.11.1 |
339 | 2025-01-11T04:23:57.572Z | Compiling ident_case v1.0.1 |
340 | 2025-01-11T04:23:57.713Z | Compiling fnv v1.0.7 |
341 | 2025-01-11T04:23:57.719Z | Checking byteorder v1.5.0 |
342 | 2025-01-11T04:23:57.745Z | Compiling aho-corasick v1.1.3 |
343 | 2025-01-11T04:23:57.929Z | Compiling ryu v1.0.18 |
344 | 2025-01-11T04:23:57.966Z | Compiling itoa v1.0.14 |
345 | 2025-01-11T04:23:58.078Z | Compiling regex-syntax v0.8.5 |
346 | 2025-01-11T04:23:58.172Z | Compiling usdt-impl v0.5.0 |
347 | 2025-01-11T04:23:58.224Z | Compiling zerocopy v0.8.14 |
348 | 2025-01-11T04:23:58.518Z | Compiling quote v1.0.38 |
349 | 2025-01-11T04:23:58.596Z | Compiling either v1.13.0 |
350 | 2025-01-11T04:23:58.695Z | Compiling thread-id v4.2.2 |
351 | 2025-01-11T04:23:58.923Z | Compiling syn v2.0.95 |
352 | 2025-01-11T04:23:58.942Z | Compiling itertools v0.13.0 |
353 | 2025-01-11T04:23:59.003Z | Compiling heapless v0.8.0 |
354 | 2025-01-11T04:23:59.475Z | Checking log v0.4.22 |
355 | 2025-01-11T04:23:59.477Z | Checking plain v0.2.3 |
356 | 2025-01-11T04:23:59.595Z | Checking hash32 v0.3.1 |
357 | 2025-01-11T04:23:59.746Z | Checking macaddr v1.0.1 |
358 | 2025-01-11T04:23:59.778Z | Checking pretty-hex v0.4.1 |
359 | 2025-01-11T04:23:59.803Z | Compiling smoltcp v0.11.0 |
360 | 2025-01-11T04:23:59.938Z | Checking stable_deref_trait v1.2.0 |
361 | 2025-01-11T04:23:59.974Z | Checking cfg-if v1.0.0 |
362 | 2025-01-11T04:24:00.311Z | Checking cobs v0.2.3 |
363 | 2025-01-11T04:24:00.403Z | Checking bitflags v1.3.2 |
364 | 2025-01-11T04:24:00.479Z | Checking managed v0.8.0 |
365 | 2025-01-11T04:24:00.484Z | Checking bitflags v2.6.0 |
366 | 2025-01-11T04:24:00.701Z | Checking memmap v0.7.0 |
367 | 2025-01-11T04:24:00.790Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
368 | 2025-01-11T04:24:00.909Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
369 | 2025-01-11T04:24:01.109Z | Checking ipnetwork v0.20.0 |
370 | 2025-01-11T04:24:01.215Z | Checking unicode-width v0.2.0 |
371 | 2025-01-11T04:24:01.608Z | Compiling regex-automata v0.4.9 |
372 | 2025-01-11T04:24:01.670Z | Checking tabwriter v1.4.1 |
373 | 2025-01-11T04:24:01.768Z | Checking crc32fast v1.4.2 |
374 | 2025-01-11T04:24:01.878Z | Checking dyn-clone v1.0.17 |
375 | 2025-01-11T04:24:03.982Z | Compiling darling_core v0.20.10 |
376 | 2025-01-11T04:24:04.433Z | Compiling regex v1.11.1 |
377 | 2025-01-11T04:24:05.157Z | Compiling serde_derive v1.0.217 |
378 | 2025-01-11T04:24:05.157Z | Compiling thiserror-impl v2.0.11 |
379 | 2025-01-11T04:24:05.271Z | Compiling thiserror-impl v1.0.69 |
380 | 2025-01-11T04:24:05.285Z | Compiling zerocopy-derive v0.7.35 |
381 | 2025-01-11T04:24:05.303Z | Compiling scroll_derive v0.12.0 |
382 | 2025-01-11T04:24:05.557Z | Compiling zerocopy-derive v0.8.14 |
383 | 2025-01-11T04:24:05.990Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
384 | 2025-01-11T04:24:06.745Z | Checking scroll v0.12.0 |
385 | 2025-01-11T04:24:07.189Z | Compiling zerocopy v0.7.35 |
386 | 2025-01-11T04:24:07.196Z | Checking goblin v0.8.2 |
387 | 2025-01-11T04:24:08.065Z | Compiling pest v2.7.15 |
388 | 2025-01-11T04:24:08.863Z | Compiling darling_macro v0.20.10 |
389 | 2025-01-11T04:24:09.766Z | Compiling darling v0.20.10 |
390 | 2025-01-11T04:24:09.864Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
391 | 2025-01-11T04:24:09.864Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
392 | 2025-01-11T04:24:10.494Z | Compiling pest_meta v2.7.15 |
393 | 2025-01-11T04:24:11.560Z | Compiling pest_generator v2.7.15 |
394 | 2025-01-11T04:24:12.743Z | Compiling pest_derive v2.7.15 |
395 | 2025-01-11T04:24:13.405Z | Compiling dtrace-parser v0.2.0 |
396 | 2025-01-11T04:24:13.798Z | Checking postcard v1.1.1 |
397 | 2025-01-11T04:24:13.883Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
398 | 2025-01-11T04:24:14.349Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
399 | 2025-01-11T04:24:14.382Z | Compiling serde_tokenstream v0.2.2 |
400 | 2025-01-11T04:24:14.840Z | Checking dof v0.3.0 |
401 | 2025-01-11T04:24:15.662Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
402 | 2025-01-11T04:24:16.330Z | Compiling usdt-attr-macro v0.5.0 |
403 | 2025-01-11T04:24:16.330Z | Compiling usdt-macro v0.5.0 |
404 | 2025-01-11T04:24:17.165Z | Checking usdt v0.5.0 |
405 | 2025-01-11T04:24:28.593Z | warning: the borrowed expression implements the required traits |
406 | 2025-01-11T04:24:28.593Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
407 | 2025-01-11T04:24:28.593Z | | |
408 | 2025-01-11T04:24:28.593Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
409 | 2025-01-11T04:24:28.593Z | | ^^^ help: change this to: `[]` |
410 | 2025-01-11T04:24:28.594Z | | |
411 | 2025-01-11T04:24:28.594Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
412 | 2025-01-11T04:24:28.594Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
413 | 2025-01-11T04:24:28.594Z | |
414 | 2025-01-11T04:24:28.606Z | warning: the borrowed expression implements the required traits |
415 | 2025-01-11T04:24:28.606Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
416 | 2025-01-11T04:24:28.606Z | | |
417 | 2025-01-11T04:24:28.606Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
418 | 2025-01-11T04:24:28.606Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
419 | 2025-01-11T04:24:28.606Z | | |
420 | 2025-01-11T04:24:28.606Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
421 | 2025-01-11T04:24:28.607Z | |
422 | 2025-01-11T04:24:28.609Z | warning: the borrowed expression implements the required traits |
423 | 2025-01-11T04:24:28.609Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
424 | 2025-01-11T04:24:28.609Z | | |
425 | 2025-01-11T04:24:28.609Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
426 | 2025-01-11T04:24:28.609Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
427 | 2025-01-11T04:24:28.609Z | | |
428 | 2025-01-11T04:24:28.609Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
429 | 2025-01-11T04:24:28.609Z | |
430 | 2025-01-11T04:24:28.609Z | warning: the borrowed expression implements the required traits |
431 | 2025-01-11T04:24:28.609Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
432 | 2025-01-11T04:24:28.609Z | | |
433 | 2025-01-11T04:24:28.609Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
434 | 2025-01-11T04:24:28.609Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
435 | 2025-01-11T04:24:28.609Z | | |
436 | 2025-01-11T04:24:28.609Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
437 | 2025-01-11T04:24:28.609Z | |
438 | 2025-01-11T04:24:28.636Z | warning: the loop variable `i` is only used to index `els` |
439 | 2025-01-11T04:24:28.636Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
440 | 2025-01-11T04:24:28.636Z | | |
441 | 2025-01-11T04:24:28.636Z | 1361 | for i in 0..els.len() { |
442 | 2025-01-11T04:24:28.636Z | | ^^^^^^^^^^^^ |
443 | 2025-01-11T04:24:28.636Z | | |
444 | 2025-01-11T04:24:28.637Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
445 | 2025-01-11T04:24:28.637Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
446 | 2025-01-11T04:24:28.637Z | help: consider using an iterator |
447 | 2025-01-11T04:24:28.637Z | | |
448 | 2025-01-11T04:24:28.637Z | 1361 | for <item> in &els { |
449 | 2025-01-11T04:24:28.637Z | | ~~~~~~ ~~~~ |
450 | 2025-01-11T04:24:28.637Z | |
451 | 2025-01-11T04:24:29.811Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
452 | 2025-01-11T04:24:29.811Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
453 | 2025-01-11T04:24:29.811Z | | |
454 | 2025-01-11T04:24:29.811Z | 461 | header.packet_length() as usize, |
455 | 2025-01-11T04:24:29.811Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
456 | 2025-01-11T04:24:29.811Z | | |
457 | 2025-01-11T04:24:29.811Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
458 | 2025-01-11T04:24:29.811Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
459 | 2025-01-11T04:24:29.811Z | |
460 | 2025-01-11T04:24:29.826Z | warning: redundant slicing of the whole range |
461 | 2025-01-11T04:24:29.826Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
462 | 2025-01-11T04:24:29.826Z | | |
463 | 2025-01-11T04:24:29.826Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
464 | 2025-01-11T04:24:29.826Z | | ^^^^^^^^ help: use the original value instead: `buf` |
465 | 2025-01-11T04:24:29.826Z | | |
466 | 2025-01-11T04:24:29.826Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
467 | 2025-01-11T04:24:29.826Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
468 | 2025-01-11T04:24:29.826Z | |
469 | 2025-01-11T04:24:29.829Z | warning: redundant slicing of the whole range |
470 | 2025-01-11T04:24:29.829Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
471 | 2025-01-11T04:24:29.829Z | | |
472 | 2025-01-11T04:24:29.829Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
473 | 2025-01-11T04:24:29.829Z | | ^^^^^^^^ help: use the original value instead: `buf` |
474 | 2025-01-11T04:24:29.829Z | | |
475 | 2025-01-11T04:24:29.829Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
476 | 2025-01-11T04:24:29.829Z | |
477 | 2025-01-11T04:24:29.992Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
478 | 2025-01-11T04:24:29.992Z | --> lib/opte/src/engine/layer.rs:1880:46 |
479 | 2025-01-11T04:24:29.992Z | | |
480 | 2025-01-11T04:24:29.992Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
481 | 2025-01-11T04:24:29.992Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
482 | 2025-01-11T04:24:29.992Z | | |
483 | 2025-01-11T04:24:29.992Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
484 | 2025-01-11T04:24:29.992Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
485 | 2025-01-11T04:24:29.992Z | |
486 | 2025-01-11T04:24:30.850Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
487 | 2025-01-11T04:24:30.850Z | --> lib/opte/src/engine/rule.rs:1162:25 |
488 | 2025-01-11T04:24:30.850Z | | |
489 | 2025-01-11T04:24:30.850Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
490 | 2025-01-11T04:24:30.850Z | | ^^^^^ help: change this to: `meta` |
491 | 2025-01-11T04:24:30.850Z | | |
492 | 2025-01-11T04:24:30.850Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
493 | 2025-01-11T04:24:30.851Z | |
494 | 2025-01-11T04:24:30.854Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
495 | 2025-01-11T04:24:30.854Z | --> lib/opte/src/engine/rule.rs:1171:26 |
496 | 2025-01-11T04:24:30.854Z | | |
497 | 2025-01-11T04:24:30.854Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
498 | 2025-01-11T04:24:30.854Z | | ^^^^^ help: change this to: `meta` |
499 | 2025-01-11T04:24:30.854Z | | |
500 | 2025-01-11T04:24:30.854Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
501 | 2025-01-11T04:24:30.854Z | |
502 | 2025-01-11T04:24:31.015Z | warning: useless use of `vec!` |
503 | 2025-01-11T04:24:31.015Z | --> lib/opte/src/engine/geneve.rs:401:19 |
504 | 2025-01-11T04:24:31.015Z | | |
505 | 2025-01-11T04:24:31.015Z | 401 | let buf = vec![ |
506 | 2025-01-11T04:24:31.015Z | | ___________________^ |
507 | 2025-01-11T04:24:31.015Z | 402 | | // source |
508 | 2025-01-11T04:24:31.015Z | 403 | | 0x1E, 0x61, |
509 | 2025-01-11T04:24:31.015Z | 404 | | // dest |
510 | 2025-01-11T04:24:31.015Z | ... | |
511 | 2025-01-11T04:24:31.016Z | 424 | | 0x00, |
512 | 2025-01-11T04:24:31.016Z | 425 | | ]; |
513 | 2025-01-11T04:24:31.016Z | | |_________^ |
514 | 2025-01-11T04:24:31.016Z | | |
515 | 2025-01-11T04:24:31.016Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
516 | 2025-01-11T04:24:31.016Z | = note: `#[warn(clippy::useless_vec)]` on by default |
517 | 2025-01-11T04:24:31.016Z | help: you can use an array directly |
518 | 2025-01-11T04:24:31.016Z | | |
519 | 2025-01-11T04:24:31.017Z | 401 ~ let buf = [0x1E, 0x61, |
520 | 2025-01-11T04:24:31.017Z | 402 + // dest |
521 | 2025-01-11T04:24:31.017Z | 403 + 0x17, 0xC1, |
522 | 2025-01-11T04:24:31.017Z | 404 + // length |
523 | 2025-01-11T04:24:31.017Z | 405 + 0x00, 0x14, |
524 | 2025-01-11T04:24:31.017Z | 406 + // csum |
525 | 2025-01-11T04:24:31.017Z | 407 + 0x00, 0x00, |
526 | 2025-01-11T04:24:31.017Z | 408 + // ver + opt len |
527 | 2025-01-11T04:24:31.017Z | 409 + 0x01, |
528 | 2025-01-11T04:24:31.017Z | 410 + // flags |
529 | 2025-01-11T04:24:31.017Z | 411 + 0x00, |
530 | 2025-01-11T04:24:31.017Z | 412 + // proto |
531 | 2025-01-11T04:24:31.017Z | 413 + 0x65, 0x58, |
532 | 2025-01-11T04:24:31.017Z | 414 + // vni + reserved |
533 | 2025-01-11T04:24:31.017Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
534 | 2025-01-11T04:24:31.017Z | 416 + |
535 | 2025-01-11T04:24:31.017Z | 417 + // option class |
536 | 2025-01-11T04:24:31.017Z | 418 + 0x01, 0x29, |
537 | 2025-01-11T04:24:31.021Z | 419 + // crt + type |
538 | 2025-01-11T04:24:31.021Z | 420 + 0x00, |
539 | 2025-01-11T04:24:31.021Z | 421 + // rsvd + len |
540 | 2025-01-11T04:24:31.021Z | 422 ~ 0x00]; |
541 | 2025-01-11T04:24:31.021Z | | |
542 | 2025-01-11T04:24:31.021Z | |
543 | 2025-01-11T04:24:31.021Z | warning: useless use of `vec!` |
544 | 2025-01-11T04:24:31.022Z | --> lib/opte/src/engine/geneve.rs:441:19 |
545 | 2025-01-11T04:24:31.022Z | | |
546 | 2025-01-11T04:24:31.022Z | 441 | let buf = vec![ |
547 | 2025-01-11T04:24:31.022Z | | ___________________^ |
548 | 2025-01-11T04:24:31.022Z | 442 | | // source |
549 | 2025-01-11T04:24:31.022Z | 443 | | 0x1E, 0x61, |
550 | 2025-01-11T04:24:31.022Z | 444 | | // dest |
551 | 2025-01-11T04:24:31.022Z | ... | |
552 | 2025-01-11T04:24:31.022Z | 464 | | 0x00, |
553 | 2025-01-11T04:24:31.022Z | 465 | | ]; |
554 | 2025-01-11T04:24:31.022Z | | |_________^ |
555 | 2025-01-11T04:24:31.022Z | | |
556 | 2025-01-11T04:24:31.022Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
557 | 2025-01-11T04:24:31.022Z | help: you can use an array directly |
558 | 2025-01-11T04:24:31.022Z | | |
559 | 2025-01-11T04:24:31.022Z | 441 ~ let buf = [0x1E, 0x61, |
560 | 2025-01-11T04:24:31.022Z | 442 + // dest |
561 | 2025-01-11T04:24:31.022Z | 443 + 0x17, 0xC1, |
562 | 2025-01-11T04:24:31.022Z | 444 + // length |
563 | 2025-01-11T04:24:31.022Z | 445 + 0x00, 0x14, |
564 | 2025-01-11T04:24:31.022Z | 446 + // csum |
565 | 2025-01-11T04:24:31.022Z | 447 + 0x00, 0x00, |
566 | 2025-01-11T04:24:31.022Z | 448 + // ver + opt len |
567 | 2025-01-11T04:24:31.022Z | 449 + 0x01, |
568 | 2025-01-11T04:24:31.022Z | 450 + // flags |
569 | 2025-01-11T04:24:31.022Z | 451 + 0b0100_0000, |
570 | 2025-01-11T04:24:31.022Z | 452 + // proto |
571 | 2025-01-11T04:24:31.022Z | 453 + 0x65, 0x58, |
572 | 2025-01-11T04:24:31.022Z | 454 + // vni + reserved |
573 | 2025-01-11T04:24:31.022Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
574 | 2025-01-11T04:24:31.022Z | 456 + |
575 | 2025-01-11T04:24:31.022Z | 457 + // experimenter option class |
576 | 2025-01-11T04:24:31.022Z | 458 + 0xff, 0xff, |
577 | 2025-01-11T04:24:31.022Z | 459 + // crt + type |
578 | 2025-01-11T04:24:31.022Z | 460 + 0x80, |
579 | 2025-01-11T04:24:31.022Z | 461 + // rsvd + len |
580 | 2025-01-11T04:24:31.022Z | 462 ~ 0x00]; |
581 | 2025-01-11T04:24:31.022Z | | |
582 | 2025-01-11T04:24:31.022Z | |
583 | 2025-01-11T04:24:31.023Z | warning: useless use of `vec!` |
584 | 2025-01-11T04:24:31.023Z | --> lib/opte/src/engine/geneve.rs:483:19 |
585 | 2025-01-11T04:24:31.023Z | | |
586 | 2025-01-11T04:24:31.023Z | 483 | let buf = vec![ |
587 | 2025-01-11T04:24:31.023Z | | ___________________^ |
588 | 2025-01-11T04:24:31.023Z | 484 | | // source |
589 | 2025-01-11T04:24:31.023Z | 485 | | 0x1E, 0x61, |
590 | 2025-01-11T04:24:31.023Z | 486 | | // dest |
591 | 2025-01-11T04:24:31.023Z | ... | |
592 | 2025-01-11T04:24:31.023Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
593 | 2025-01-11T04:24:31.023Z | 525 | | ]; |
594 | 2025-01-11T04:24:31.023Z | | |_________^ |
595 | 2025-01-11T04:24:31.023Z | | |
596 | 2025-01-11T04:24:31.023Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
597 | 2025-01-11T04:24:31.023Z | help: you can use an array directly |
598 | 2025-01-11T04:24:31.023Z | | |
599 | 2025-01-11T04:24:31.023Z | 483 ~ let buf = [0x1E, 0x61, |
600 | 2025-01-11T04:24:31.023Z | 484 + // dest |
601 | 2025-01-11T04:24:31.023Z | 485 + 0x17, 0xC1, |
602 | 2025-01-11T04:24:31.023Z | 486 + // length |
603 | 2025-01-11T04:24:31.023Z | 487 + 0x00, 0x1c, |
604 | 2025-01-11T04:24:31.023Z | 488 + // csum |
605 | 2025-01-11T04:24:31.023Z | 489 + 0x00, 0x00, |
606 | 2025-01-11T04:24:31.023Z | 490 + // ver + opt len |
607 | 2025-01-11T04:24:31.023Z | 491 + 0x05, |
608 | 2025-01-11T04:24:31.023Z | 492 + // flags |
609 | 2025-01-11T04:24:31.023Z | 493 + 0x00, |
610 | 2025-01-11T04:24:31.023Z | 494 + // proto |
611 | 2025-01-11T04:24:31.023Z | 495 + 0x65, 0x58, |
612 | 2025-01-11T04:24:31.023Z | 496 + // vni + reserved |
613 | 2025-01-11T04:24:31.023Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
614 | 2025-01-11T04:24:31.023Z | 498 + |
615 | 2025-01-11T04:24:31.023Z | 499 + // option class |
616 | 2025-01-11T04:24:31.023Z | 500 + 0x01, 0x29, |
617 | 2025-01-11T04:24:31.023Z | 501 + // crt + type |
618 | 2025-01-11T04:24:31.023Z | 502 + 0x00, |
619 | 2025-01-11T04:24:31.023Z | 503 + // rsvd + len |
620 | 2025-01-11T04:24:31.023Z | 504 + 0x00, |
621 | 2025-01-11T04:24:31.023Z | 505 + |
622 | 2025-01-11T04:24:31.024Z | 506 + // experimenter option class |
623 | 2025-01-11T04:24:31.024Z | 507 + 0xff, 0xff, |
624 | 2025-01-11T04:24:31.024Z | 508 + // crt + type |
625 | 2025-01-11T04:24:31.024Z | 509 + 0x05, |
626 | 2025-01-11T04:24:31.024Z | 510 + // rsvd + len |
627 | 2025-01-11T04:24:31.024Z | 511 + 0x01, |
628 | 2025-01-11T04:24:31.024Z | 512 + // body |
629 | 2025-01-11T04:24:31.024Z | 513 + 0x00, 0x00, 0x00, 0x00, |
630 | 2025-01-11T04:24:31.024Z | 514 + |
631 | 2025-01-11T04:24:31.024Z | 515 + // experimenter option class |
632 | 2025-01-11T04:24:31.024Z | 516 + 0xff, 0xff, |
633 | 2025-01-11T04:24:31.024Z | 517 + // crt + type |
634 | 2025-01-11T04:24:31.024Z | 518 + 0x06, |
635 | 2025-01-11T04:24:31.024Z | 519 + // rsvd + len |
636 | 2025-01-11T04:24:31.024Z | 520 + 0x01, |
637 | 2025-01-11T04:24:31.027Z | 521 + // body |
638 | 2025-01-11T04:24:31.027Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
639 | 2025-01-11T04:24:31.027Z | | |
640 | 2025-01-11T04:24:31.027Z | |
641 | 2025-01-11T04:24:31.317Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
642 | 2025-01-11T04:24:31.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.78s |
643 | 2025-01-11T04:24:31.351Z | |
644 | 2025-01-11T04:24:31.354Z | real 34.947368636 |
645 | 2025-01-11T04:24:31.354Z | user 2:07.977979700 |
646 | 2025-01-11T04:24:31.354Z | sys 17.692446331 |
647 | 2025-01-11T04:24:31.354Z | trap 0.066688027 |
648 | 2025-01-11T04:24:31.354Z | tflt 0.295720632 |
649 | 2025-01-11T04:24:31.354Z | dflt 0.496654174 |
650 | 2025-01-11T04:24:31.354Z | kflt 0.000001859 |
651 | 2025-01-11T04:24:31.355Z | lock 3:16.079257059 |
652 | 2025-01-11T04:24:31.355Z | slp 7:39.985663831 |
653 | 2025-01-11T04:24:31.355Z | lat 3.979532700 |
654 | 2025-01-11T04:24:31.355Z | stop 6.506040511 |
655 | 2025-01-11T04:24:31.355Z | + header 'analyze no_std + engine + kernel' |
656 | 2025-01-11T04:24:31.355Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
657 | 2025-01-11T04:24:31.355Z | # ==== analyze no_std + engine + kernel ==== # |
658 | 2025-01-11T04:24:31.355Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
659 | 2025-01-11T04:24:31.656Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
660 | 2025-01-11T04:24:31.656Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
661 | 2025-01-11T04:24:31.658Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
662 | 2025-01-11T04:24:31.659Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
663 | 2025-01-11T04:24:31.814Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
664 | 2025-01-11T04:24:38.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.22s |
665 | 2025-01-11T04:24:38.702Z | |
666 | 2025-01-11T04:24:38.706Z | real 7.342889652 |
667 | 2025-01-11T04:24:38.706Z | user 8.144777975 |
668 | 2025-01-11T04:24:38.706Z | sys 1.185282223 |
669 | 2025-01-11T04:24:38.706Z | trap 0.001535941 |
670 | 2025-01-11T04:24:38.706Z | tflt 0.005317515 |
671 | 2025-01-11T04:24:38.706Z | dflt 0.001144496 |
672 | 2025-01-11T04:24:38.706Z | kflt 0.000001189 |
673 | 2025-01-11T04:24:38.706Z | lock 18.845521538 |
674 | 2025-01-11T04:24:38.706Z | slp 27.395623389 |
675 | 2025-01-11T04:24:38.706Z | lat 0.065418851 |
676 | 2025-01-11T04:24:38.706Z | stop 0.150184590 |
677 | 2025-01-11T04:24:38.706Z | + header test |
678 | 2025-01-11T04:24:38.706Z | + echo '# ==== test ==== #' |
679 | 2025-01-11T04:24:38.706Z | # ==== test ==== # |
680 | 2025-01-11T04:24:38.706Z | + ptime -m cargo test |
681 | 2025-01-11T04:24:38.969Z | Compiling unicode-ident v1.0.14 |
682 | 2025-01-11T04:24:38.969Z | Compiling memchr v2.7.4 |
683 | 2025-01-11T04:24:38.969Z | Compiling byteorder v1.5.0 |
684 | 2025-01-11T04:24:38.972Z | Compiling ucd-trie v0.1.7 |
685 | 2025-01-11T04:24:38.972Z | Compiling ryu v1.0.18 |
686 | 2025-01-11T04:24:38.978Z | Compiling itoa v1.0.14 |
687 | 2025-01-11T04:24:38.989Z | Compiling libc v0.2.169 |
688 | 2025-01-11T04:24:38.993Z | Compiling either v1.13.0 |
689 | 2025-01-11T04:24:39.135Z | Compiling proc-macro2 v1.0.92 |
690 | 2025-01-11T04:24:39.168Z | Compiling log v0.4.22 |
691 | 2025-01-11T04:24:39.302Z | Compiling itertools v0.13.0 |
692 | 2025-01-11T04:24:39.334Z | Compiling plain v0.2.3 |
693 | 2025-01-11T04:24:39.377Z | Compiling hash32 v0.3.1 |
694 | 2025-01-11T04:24:39.468Z | Compiling pretty-hex v0.4.1 |
695 | 2025-01-11T04:24:39.500Z | Compiling macaddr v1.0.1 |
696 | 2025-01-11T04:24:39.527Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-11T04:24:39.583Z | Compiling thread-id v4.2.2 |
698 | 2025-01-11T04:24:39.601Z | Compiling stable_deref_trait v1.2.0 |
699 | 2025-01-11T04:24:39.624Z | Compiling bitflags v2.6.0 |
700 | 2025-01-11T04:24:39.641Z | Compiling bitflags v1.3.2 |
701 | 2025-01-11T04:24:39.670Z | Compiling heapless v0.8.0 |
702 | 2025-01-11T04:24:39.680Z | Compiling cobs v0.2.3 |
703 | 2025-01-11T04:24:39.718Z | Compiling managed v0.8.0 |
704 | 2025-01-11T04:24:39.832Z | Compiling quote v1.0.38 |
705 | 2025-01-11T04:24:39.890Z | Compiling aho-corasick v1.1.3 |
706 | 2025-01-11T04:24:39.945Z | Compiling memmap v0.7.0 |
707 | 2025-01-11T04:24:40.104Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
708 | 2025-01-11T04:24:40.260Z | Compiling syn v2.0.95 |
709 | 2025-01-11T04:24:40.494Z | Compiling smoltcp v0.11.0 |
710 | 2025-01-11T04:24:40.534Z | Compiling unicode-width v0.2.0 |
711 | 2025-01-11T04:24:40.591Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
712 | 2025-01-11T04:24:40.737Z | Compiling ipnetwork v0.20.0 |
713 | 2025-01-11T04:24:40.815Z | Compiling crc32fast v1.4.2 |
714 | 2025-01-11T04:24:41.045Z | Compiling tabwriter v1.4.1 |
715 | 2025-01-11T04:24:41.292Z | Compiling dyn-clone v1.0.17 |
716 | 2025-01-11T04:24:41.643Z | Compiling regex-automata v0.4.9 |
717 | 2025-01-11T04:24:44.529Z | Compiling regex v1.11.1 |
718 | 2025-01-11T04:24:45.509Z | Compiling darling_core v0.20.10 |
719 | 2025-01-11T04:24:47.137Z | Compiling serde_derive v1.0.217 |
720 | 2025-01-11T04:24:47.138Z | Compiling thiserror-impl v2.0.11 |
721 | 2025-01-11T04:24:47.138Z | Compiling thiserror-impl v1.0.69 |
722 | 2025-01-11T04:24:47.140Z | Compiling zerocopy-derive v0.7.35 |
723 | 2025-01-11T04:24:47.140Z | Compiling scroll_derive v0.12.0 |
724 | 2025-01-11T04:24:47.140Z | Compiling zerocopy-derive v0.8.14 |
725 | 2025-01-11T04:24:47.161Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
726 | 2025-01-11T04:24:48.582Z | Compiling scroll v0.12.0 |
727 | 2025-01-11T04:24:49.043Z | Compiling zerocopy v0.7.35 |
728 | 2025-01-11T04:24:49.063Z | Compiling goblin v0.8.2 |
729 | 2025-01-11T04:24:49.562Z | Compiling darling_macro v0.20.10 |
730 | 2025-01-11T04:24:49.746Z | Compiling thiserror v1.0.69 |
731 | 2025-01-11T04:24:49.779Z | Compiling zerocopy v0.8.14 |
732 | 2025-01-11T04:24:49.912Z | Compiling thiserror v2.0.11 |
733 | 2025-01-11T04:24:50.001Z | Compiling pest v2.7.15 |
734 | 2025-01-11T04:24:50.419Z | Compiling darling v0.20.10 |
735 | 2025-01-11T04:24:50.514Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
736 | 2025-01-11T04:24:50.540Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
737 | 2025-01-11T04:24:52.047Z | Compiling pest_meta v2.7.15 |
738 | 2025-01-11T04:24:52.083Z | Compiling serde v1.0.217 |
739 | 2025-01-11T04:24:53.281Z | Compiling pest_generator v2.7.15 |
740 | 2025-01-11T04:24:54.546Z | Compiling pest_derive v2.7.15 |
741 | 2025-01-11T04:24:54.743Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
742 | 2025-01-11T04:24:55.413Z | Compiling dtrace-parser v0.2.0 |
743 | 2025-01-11T04:24:56.467Z | Compiling serde_json v1.0.134 |
744 | 2025-01-11T04:24:56.467Z | Compiling serde_tokenstream v0.2.2 |
745 | 2025-01-11T04:24:56.544Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
746 | 2025-01-11T04:24:56.544Z | Compiling postcard v1.1.1 |
747 | 2025-01-11T04:24:57.580Z | Compiling dof v0.3.0 |
748 | 2025-01-11T04:24:58.074Z | Compiling usdt-impl v0.5.0 |
749 | 2025-01-11T04:24:58.122Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
750 | 2025-01-11T04:24:58.805Z | Compiling usdt-macro v0.5.0 |
751 | 2025-01-11T04:24:58.805Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2025-01-11T04:24:59.875Z | Compiling usdt v0.5.0 |
753 | 2025-01-11T04:25:14.756Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 35.99s |
754 | 2025-01-11T04:25:14.775Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-7dcf5d890f0a4783) |
755 | 2025-01-11T04:25:14.789Z | |
756 | 2025-01-11T04:25:14.789Z | running 72 tests |
757 | 2025-01-11T04:25:14.792Z | test d_error::tests::name_truncation ... ok |
758 | 2025-01-11T04:25:14.792Z | test d_error::tests::name_and_data_storage ... ok |
759 | 2025-01-11T04:25:14.792Z | test ddi::mblk::test::chain_append_links ... ok |
760 | 2025-01-11T04:25:14.792Z | test ddi::mblk::test::chain_breaks_links ... ok |
761 | 2025-01-11T04:25:14.792Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
762 | 2025-01-11T04:25:14.792Z | test ddi::mblk::test::chain_drain_complete ... ok |
763 | 2025-01-11T04:25:14.792Z | test ddi::mblk::test::prefix_len ... ok |
764 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::expand_and_shrink ... ok |
765 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
766 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::read_seg ... ok |
767 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::truncate ... ok |
768 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::uninitialized_packet ... ok |
769 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::wrap ... ok |
770 | 2025-01-11T04:25:14.793Z | test ddi::time::test::good_interval ... ok |
771 | 2025-01-11T04:25:14.793Z | test ddi::mblk::test::zero_byte_packet ... ok |
772 | 2025-01-11T04:25:14.793Z | test engine::dhcp::test::offlink_encode ... ok |
773 | 2025-01-11T04:25:14.793Z | test engine::dhcp::test::hostname_encode ... ok |
774 | 2025-01-11T04:25:14.793Z | test engine::dhcp::test::domain_search_option_encode ... ok |
775 | 2025-01-11T04:25:14.793Z | test engine::dhcp::test::domainname_encode ... ok |
776 | 2025-01-11T04:25:14.793Z | test engine::dhcp::test::rfc3442_encode ... ok |
777 | 2025-01-11T04:25:14.793Z | test ddi::time::test::bad_interval - should panic ... ok |
778 | 2025-01-11T04:25:14.793Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
779 | 2025-01-11T04:25:14.793Z | test engine::dhcpv6::options::test::test_client_id ... ok |
780 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
781 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
782 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
783 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_option_request ... ok |
784 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
785 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_iana ... ok |
786 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
787 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
788 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
789 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_iata ... ok |
790 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
791 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_server_id ... ok |
792 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
793 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::options::test::test_status ... ok |
794 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
795 | 2025-01-11T04:25:14.796Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
796 | 2025-01-11T04:25:14.796Z | test engine::ether::test::emit ... ok |
797 | 2025-01-11T04:25:14.796Z | test engine::geneve::test::emit_external_opt ... ok |
798 | 2025-01-11T04:25:14.796Z | test engine::geneve::test::emit_no_opts ... ok |
799 | 2025-01-11T04:25:14.797Z | test engine::geneve::test::parse_multi_opt ... ok |
800 | 2025-01-11T04:25:14.797Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
801 | 2025-01-11T04:25:14.797Z | test engine::geneve::test::parse_single_opt ... ok |
802 | 2025-01-11T04:25:14.797Z | test engine::flow_table::test::flow_expired ... ok |
803 | 2025-01-11T04:25:14.797Z | test engine::flow_table::test::flow_clear ... ok |
804 | 2025-01-11T04:25:14.797Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
805 | 2025-01-11T04:25:14.797Z | test engine::ip::v4::test::cidr_match ... ok |
806 | 2025-01-11T04:25:14.797Z | test engine::ip::v4::test::emit ... ok |
807 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
808 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::emit ... ok |
809 | 2025-01-11T04:25:14.797Z | test engine::ip::v4::test::match_check ... ok |
810 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::from_pairs ... ok |
811 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
812 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
813 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::test_set_total_len ... ok |
814 | 2025-01-11T04:25:14.797Z | test engine::nat::test::nat4_rewrite ... ok |
815 | 2025-01-11T04:25:14.797Z | test engine::layer::test::find_rule ... ok |
816 | 2025-01-11T04:25:14.797Z | test engine::packet::test::read_multi_segment ... ok |
817 | 2025-01-11T04:25:14.797Z | test engine::packet::test::read_single_segment ... ok |
818 | 2025-01-11T04:25:14.797Z | test engine::packet::test::small_packet_with_padding ... ok |
819 | 2025-01-11T04:25:14.797Z | test engine::packet::test::straddled_tcp ... ok |
820 | 2025-01-11T04:25:14.797Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
821 | 2025-01-11T04:25:14.797Z | test engine::rule::rule_matching ... ok |
822 | 2025-01-11T04:25:14.797Z | test engine::packet::test::udp6_packet_with_padding ... ok |
823 | 2025-01-11T04:25:14.797Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
824 | 2025-01-11T04:25:14.797Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
825 | 2025-01-11T04:25:14.797Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
826 | 2025-01-11T04:25:14.797Z | test engine::snat::test::nat_mappings ... ok |
827 | 2025-01-11T04:25:14.797Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
828 | 2025-01-11T04:25:14.797Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
829 | 2025-01-11T04:25:14.797Z | |
830 | 2025-01-11T04:25:14.797Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
831 | 2025-01-11T04:25:14.797Z | |
832 | 2025-01-11T04:25:14.797Z | Doc-tests opte |
833 | 2025-01-11T04:25:15.584Z | |
834 | 2025-01-11T04:25:15.584Z | running 3 tests |
835 | 2025-01-11T04:25:15.587Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
836 | 2025-01-11T04:25:16.893Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
837 | 2025-01-11T04:25:17.348Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
838 | 2025-01-11T04:25:17.349Z | |
839 | 2025-01-11T04:25:17.351Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.76s |
840 | 2025-01-11T04:25:17.351Z | |
841 | 2025-01-11T04:25:17.386Z | |
842 | 2025-01-11T04:25:17.389Z | real 38.667945370 |
843 | 2025-01-11T04:25:17.389Z | user 2:24.710443200 |
844 | 2025-01-11T04:25:17.389Z | sys 16.006357332 |
845 | 2025-01-11T04:25:17.389Z | trap 0.067529089 |
846 | 2025-01-11T04:25:17.389Z | tflt 0.233440646 |
847 | 2025-01-11T04:25:17.389Z | dflt 0.583633773 |
848 | 2025-01-11T04:25:17.389Z | kflt 0.000029353 |
849 | 2025-01-11T04:25:17.389Z | lock 3:45.810751136 |
850 | 2025-01-11T04:25:17.389Z | slp 7:13.438652634 |
851 | 2025-01-11T04:25:17.389Z | lat 3.438614313 |
852 | 2025-01-11T04:25:17.389Z | stop 5.400628442 |
853 | 2025-01-11T04:25:17.389Z | process exited: duration 135323 ms, exit code 0 |
|
854 | 2025-01-11T04:25:17.397Z | found 0 output files |