|
|
|
1 | 2024-12-31T16:20:32.311Z | job assigned to worker 01JGER8740EYJDEDGABY4XCBXJ [factory aws, i-022d079211859c55a] (queued for 55 s) |
|
2 | 2024-12-31T16:20:40.388Z | starting task 0: "setup" |
3 | 2024-12-31T16:20:40.396Z | ++ uname -s |
4 | 2024-12-31T16:20:40.398Z | + kern=SunOS |
5 | 2024-12-31T16:20:40.398Z | + case "$kern" in |
6 | 2024-12-31T16:20:40.398Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:20:40.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:20:42.408Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:20:42.482Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:20:42.485Z | + home_fs=zfs |
11 | 2024-12-31T16:20:42.485Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:20:42.485Z | + mkdir -p /home/build |
13 | 2024-12-31T16:20:42.487Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:20:44.489Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:20:44.491Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-12-31T16:20:44.497Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:20:44.503Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:20:44.503Z | ' nightly-2024-11-18 |
19 | 2024-12-31T16:20:44.503Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T16:20:44.503Z | ' default |
21 | 2024-12-31T16:20:44.503Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-31T16:20:44.503Z | * toolchain profile = "default" |
23 | 2024-12-31T16:20:44.506Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:20:44.506Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:20:44.806Z | info: downloading installer |
26 | 2024-12-31T16:20:46.481Z | info: profile set to 'default' |
27 | 2024-12-31T16:20:46.481Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:20:46.484Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:20:46.660Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:20:46.660Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:20:47.708Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:20:48.108Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:20:49.533Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:20:51.834Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:20:59.971Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:21:00.270Z | info: installing component 'cargo' |
37 | 2024-12-31T16:21:01.101Z | info: installing component 'clippy' |
38 | 2024-12-31T16:21:01.481Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:21:03.189Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:05.055Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:11.040Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:11.367Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:11.367Z | |
44 | 2024-12-31T16:21:11.751Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:11.751Z | |
46 | 2024-12-31T16:21:11.754Z | |
47 | 2024-12-31T16:21:11.754Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:11.754Z | |
49 | 2024-12-31T16:21:11.754Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:11.754Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:11.754Z | |
52 | 2024-12-31T16:21:11.754Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:11.754Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:11.754Z | |
55 | 2024-12-31T16:21:11.754Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:11.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:11.754Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:11.831Z | + rustc --version |
59 | 2024-12-31T16:21:11.898Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:11.901Z | process exited: duration 27402 ms, exit code 0 |
|
61 | 2024-12-31T16:21:11.906Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:11.927Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-31T16:21:11.933Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:11.937Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:11.939Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:12.183Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:13.003Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:13.003Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:13.298Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:13.298Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:13.306Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:13.308Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:13.311Z | + current=master |
74 | 2024-12-31T16:21:13.311Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:13.311Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:13.313Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:13.335Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:13.338Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:13.358Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:13.361Z | process exited: duration 1426 ms, exit code 0 |
|
81 | 2024-12-31T16:21:13.366Z | starting task 4: "build" |
82 | 2024-12-31T16:21:13.372Z | + cargo --version |
83 | 2024-12-31T16:21:13.377Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T16:21:13.554Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T16:21:13.554Z | info: downloading component 'cargo' |
86 | 2024-12-31T16:21:14.304Z | info: downloading component 'clippy' |
87 | 2024-12-31T16:21:14.595Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T16:21:15.648Z | info: downloading component 'rust-std' |
89 | 2024-12-31T16:21:17.170Z | info: downloading component 'rustc' |
90 | 2024-12-31T16:21:22.930Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T16:21:23.152Z | info: installing component 'cargo' |
92 | 2024-12-31T16:21:23.967Z | info: installing component 'clippy' |
93 | 2024-12-31T16:21:24.342Z | info: installing component 'rust-docs' |
94 | 2024-12-31T16:21:26.064Z | info: installing component 'rust-std' |
95 | 2024-12-31T16:21:27.642Z | info: installing component 'rustc' |
96 | 2024-12-31T16:21:33.428Z | info: installing component 'rustfmt' |
97 | 2024-12-31T16:21:33.853Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T16:21:33.856Z | + rustc --version |
99 | 2024-12-31T16:21:33.925Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T16:21:33.931Z | + cd lib/opte |
101 | 2024-12-31T16:21:33.934Z | + header 'check style' |
102 | 2024-12-31T16:21:33.934Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T16:21:33.934Z | # ==== check style ==== # |
104 | 2024-12-31T16:21:33.934Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T16:21:34.301Z | |
106 | 2024-12-31T16:21:34.301Z | real 0.366165222 |
107 | 2024-12-31T16:21:34.302Z | user 0.259929711 |
108 | 2024-12-31T16:21:34.302Z | sys 0.098427234 |
109 | 2024-12-31T16:21:34.302Z | trap 0.000147618 |
110 | 2024-12-31T16:21:34.302Z | tflt 0.000000000 |
111 | 2024-12-31T16:21:34.302Z | dflt 0.000000000 |
112 | 2024-12-31T16:21:34.302Z | kflt 0.000000000 |
113 | 2024-12-31T16:21:34.302Z | lock 0.000000000 |
114 | 2024-12-31T16:21:34.305Z | slp 0.278644739 |
115 | 2024-12-31T16:21:34.305Z | lat 0.000824711 |
116 | 2024-12-31T16:21:34.305Z | stop 0.000136637 |
117 | 2024-12-31T16:21:34.305Z | + header 'check docs' |
118 | 2024-12-31T16:21:34.305Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-31T16:21:34.305Z | # ==== check docs ==== # |
120 | 2024-12-31T16:21:34.305Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-31T16:21:34.305Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-31T16:21:34.413Z | Updating crates.io index |
123 | 2024-12-31T16:21:34.478Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-31T16:21:35.236Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-31T16:21:35.563Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-31T16:21:35.846Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-31T16:21:36.168Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-31T16:21:36.459Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-31T16:21:36.729Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-31T16:21:37.004Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-31T16:21:37.310Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-31T16:21:38.210Z | Downloading crates ... |
133 | 2024-12-31T16:21:38.315Z | Downloaded darling_macro v0.20.10 |
134 | 2024-12-31T16:21:38.318Z | Downloaded pretty-hex v0.4.1 |
135 | 2024-12-31T16:21:38.334Z | Downloaded usdt-attr-macro v0.5.0 |
136 | 2024-12-31T16:21:38.336Z | Downloaded ident_case v1.0.1 |
137 | 2024-12-31T16:21:38.343Z | Downloaded scroll_derive v0.12.0 |
138 | 2024-12-31T16:21:38.348Z | Downloaded dtrace-parser v0.2.0 |
139 | 2024-12-31T16:21:38.357Z | Downloaded usdt-macro v0.5.0 |
140 | 2024-12-31T16:21:38.359Z | Downloaded dyn-clone v1.0.17 |
141 | 2024-12-31T16:21:38.362Z | Downloaded hash32 v0.3.1 |
142 | 2024-12-31T16:21:38.362Z | Downloaded digest v0.10.7 |
143 | 2024-12-31T16:21:38.364Z | Downloaded defmt-macros v0.4.0 |
144 | 2024-12-31T16:21:38.366Z | Downloaded crypto-common v0.1.6 |
145 | 2024-12-31T16:21:38.369Z | Downloaded managed v0.8.0 |
146 | 2024-12-31T16:21:38.371Z | Downloaded cobs v0.2.3 |
147 | 2024-12-31T16:21:38.375Z | Downloaded itoa v1.0.14 |
148 | 2024-12-31T16:21:38.378Z | Downloaded pest_generator v2.7.15 |
149 | 2024-12-31T16:21:38.380Z | Downloaded tabwriter v1.4.0 |
150 | 2024-12-31T16:21:38.380Z | Downloaded block-buffer v0.10.4 |
151 | 2024-12-31T16:21:38.383Z | Downloaded plain v0.2.3 |
152 | 2024-12-31T16:21:38.383Z | Downloaded macaddr v1.0.1 |
153 | 2024-12-31T16:21:38.385Z | Downloaded ipnetwork v0.20.0 |
154 | 2024-12-31T16:21:38.387Z | Downloaded usdt v0.5.0 |
155 | 2024-12-31T16:21:38.387Z | Downloaded thread-id v4.2.2 |
156 | 2024-12-31T16:21:38.387Z | Downloaded strsim v0.11.1 |
157 | 2024-12-31T16:21:38.390Z | Downloaded stable_deref_trait v1.2.0 |
158 | 2024-12-31T16:21:38.390Z | Downloaded serde_tokenstream v0.2.2 |
159 | 2024-12-31T16:21:38.392Z | Downloaded embedded-io v0.6.1 |
160 | 2024-12-31T16:21:38.392Z | Downloaded dof v0.3.0 |
161 | 2024-12-31T16:21:38.396Z | Downloaded defmt-parser v0.4.1 |
162 | 2024-12-31T16:21:38.396Z | Downloaded cfg-if v1.0.0 |
163 | 2024-12-31T16:21:38.398Z | Downloaded byteorder v1.5.0 |
164 | 2024-12-31T16:21:38.398Z | Downloaded cpufeatures v0.2.16 |
165 | 2024-12-31T16:21:38.398Z | Downloaded memmap v0.7.0 |
166 | 2024-12-31T16:21:38.403Z | Downloaded generic-array v0.14.7 |
167 | 2024-12-31T16:21:38.405Z | Downloaded fnv v1.0.7 |
168 | 2024-12-31T16:21:38.408Z | Downloaded embedded-io v0.4.0 |
169 | 2024-12-31T16:21:38.408Z | Downloaded thiserror v1.0.69 |
170 | 2024-12-31T16:21:38.412Z | Downloaded usdt-impl v0.5.0 |
171 | 2024-12-31T16:21:38.415Z | Downloaded bitflags v1.3.2 |
172 | 2024-12-31T16:21:38.417Z | Downloaded proc-macro-error-attr2 v2.0.0 |
173 | 2024-12-31T16:21:38.419Z | Downloaded defmt v0.3.10 |
174 | 2024-12-31T16:21:38.422Z | Downloaded postcard v1.1.1 |
175 | 2024-12-31T16:21:38.424Z | Downloaded quote v1.0.37 |
176 | 2024-12-31T16:21:38.426Z | Downloaded darling v0.20.10 |
177 | 2024-12-31T16:21:38.430Z | Downloaded once_cell v1.20.2 |
178 | 2024-12-31T16:21:38.437Z | Downloaded thiserror v2.0.9 |
179 | 2024-12-31T16:21:38.443Z | Downloaded scroll v0.12.0 |
180 | 2024-12-31T16:21:38.445Z | Downloaded crc32fast v1.4.2 |
181 | 2024-12-31T16:21:38.447Z | Downloaded proc-macro-error2 v2.0.1 |
182 | 2024-12-31T16:21:38.449Z | Downloaded thiserror-impl v2.0.9 |
183 | 2024-12-31T16:21:38.452Z | Downloaded either v1.13.0 |
184 | 2024-12-31T16:21:38.454Z | Downloaded zerocopy-derive v0.7.35 |
185 | 2024-12-31T16:21:38.456Z | Downloaded thiserror-impl v1.0.69 |
186 | 2024-12-31T16:21:38.459Z | Downloaded ryu v1.0.18 |
187 | 2024-12-31T16:21:38.461Z | Downloaded pest_derive v2.7.15 |
188 | 2024-12-31T16:21:38.464Z | Downloaded sha2 v0.10.8 |
189 | 2024-12-31T16:21:38.466Z | Downloaded proc-macro2 v1.0.92 |
190 | 2024-12-31T16:21:38.469Z | Downloaded log v0.4.22 |
191 | 2024-12-31T16:21:38.473Z | Downloaded version_check v0.9.5 |
192 | 2024-12-31T16:21:38.475Z | Downloaded unicode-ident v1.0.14 |
193 | 2024-12-31T16:21:38.478Z | Downloaded pest_meta v2.7.15 |
194 | 2024-12-31T16:21:38.480Z | Downloaded typenum v1.17.0 |
195 | 2024-12-31T16:21:38.483Z | Downloaded darling_core v0.20.10 |
196 | 2024-12-31T16:21:38.486Z | Downloaded bitflags v2.6.0 |
197 | 2024-12-31T16:21:38.490Z | Downloaded serde_derive v1.0.216 |
198 | 2024-12-31T16:21:38.493Z | Downloaded aho-corasick v1.1.3 |
199 | 2024-12-31T16:21:38.499Z | Downloaded ucd-trie v0.1.7 |
200 | 2024-12-31T16:21:38.515Z | Downloaded serde v1.0.216 |
201 | 2024-12-31T16:21:38.522Z | Downloaded memchr v2.7.4 |
202 | 2024-12-31T16:21:38.527Z | Downloaded heapless v0.8.0 |
203 | 2024-12-31T16:21:38.533Z | Downloaded zerocopy-derive v0.8.13 |
204 | 2024-12-31T16:21:38.569Z | Downloaded pest v2.7.15 |
205 | 2024-12-31T16:21:38.574Z | Downloaded itertools v0.13.0 |
206 | 2024-12-31T16:21:38.581Z | Downloaded zerocopy v0.7.35 |
207 | 2024-12-31T16:21:38.595Z | Downloaded serde_json v1.0.134 |
208 | 2024-12-31T16:21:38.605Z | Downloaded goblin v0.8.2 |
209 | 2024-12-31T16:21:38.633Z | Downloaded zerocopy v0.8.13 |
210 | 2024-12-31T16:21:38.655Z | Downloaded regex v1.11.1 |
211 | 2024-12-31T16:21:38.667Z | Downloaded unicode-width v0.1.14 |
212 | 2024-12-31T16:21:38.672Z | Downloaded syn v2.0.91 |
213 | 2024-12-31T16:21:38.690Z | Downloaded smoltcp v0.11.0 |
214 | 2024-12-31T16:21:38.702Z | Downloaded regex-syntax v0.8.5 |
215 | 2024-12-31T16:21:38.735Z | Downloaded regex-automata v0.4.9 |
216 | 2024-12-31T16:21:38.750Z | Downloaded libc v0.2.169 |
217 | 2024-12-31T16:21:38.906Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-12-31T16:21:38.909Z | Compiling unicode-ident v1.0.14 |
219 | 2024-12-31T16:21:38.909Z | Documenting unicode-ident v1.0.14 |
220 | 2024-12-31T16:21:38.909Z | Compiling ident_case v1.0.1 |
221 | 2024-12-31T16:21:38.909Z | Compiling strsim v0.11.1 |
222 | 2024-12-31T16:21:38.909Z | Compiling fnv v1.0.7 |
223 | 2024-12-31T16:21:38.909Z | Compiling serde v1.0.216 |
224 | 2024-12-31T16:21:39.084Z | Compiling memchr v2.7.4 |
225 | 2024-12-31T16:21:39.349Z | Compiling regex-syntax v0.8.5 |
226 | 2024-12-31T16:21:39.367Z | Compiling zerocopy v0.8.13 |
227 | 2024-12-31T16:21:39.528Z | Documenting fnv v1.0.7 |
228 | 2024-12-31T16:21:39.564Z | Documenting ident_case v1.0.1 |
229 | 2024-12-31T16:21:39.852Z | Compiling aho-corasick v1.1.3 |
230 | 2024-12-31T16:21:40.179Z | Documenting strsim v0.11.1 |
231 | 2024-12-31T16:21:40.319Z | Compiling either v1.13.0 |
232 | 2024-12-31T16:21:40.753Z | Checking byteorder v1.5.0 |
233 | 2024-12-31T16:21:41.037Z | Compiling itertools v0.13.0 |
234 | 2024-12-31T16:21:41.415Z | Documenting memchr v2.7.4 |
235 | 2024-12-31T16:21:41.429Z | Compiling heapless v0.8.0 |
236 | 2024-12-31T16:21:41.439Z | Checking hash32 v0.3.1 |
237 | 2024-12-31T16:21:41.984Z | Documenting proc-macro2 v1.0.92 |
238 | 2024-12-31T16:21:42.241Z | Checking quote v1.0.37 |
239 | 2024-12-31T16:21:42.800Z | Checking syn v2.0.91 |
240 | 2024-12-31T16:21:42.843Z | Compiling regex-automata v0.4.9 |
241 | 2024-12-31T16:21:43.163Z | Documenting quote v1.0.37 |
242 | 2024-12-31T16:21:43.675Z | Documenting aho-corasick v1.1.3 |
243 | 2024-12-31T16:21:44.066Z | Checking macaddr v1.0.1 |
244 | 2024-12-31T16:21:44.083Z | Documenting syn v2.0.91 |
245 | 2024-12-31T16:21:44.229Z | Documenting regex-syntax v0.8.5 |
246 | 2024-12-31T16:21:44.311Z | Checking cfg-if v1.0.0 |
247 | 2024-12-31T16:21:44.392Z | Checking stable_deref_trait v1.2.0 |
248 | 2024-12-31T16:21:44.794Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-31T16:21:46.230Z | Checking bitflags v1.3.2 |
250 | 2024-12-31T16:21:46.352Z | Checking cobs v0.2.3 |
251 | 2024-12-31T16:21:46.526Z | Documenting byteorder v1.5.0 |
252 | 2024-12-31T16:21:46.539Z | Documenting regex-automata v0.4.9 |
253 | 2024-12-31T16:21:46.968Z | Compiling regex v1.11.1 |
254 | 2024-12-31T16:21:47.700Z | Checking managed v0.8.0 |
255 | 2024-12-31T16:21:47.842Z | Documenting hash32 v0.3.1 |
256 | 2024-12-31T16:21:47.856Z | Documenting stable_deref_trait v1.2.0 |
257 | 2024-12-31T16:21:47.951Z | Checking darling_core v0.20.10 |
258 | 2024-12-31T16:21:48.055Z | Documenting macaddr v1.0.1 |
259 | 2024-12-31T16:21:48.431Z | Documenting cfg-if v1.0.0 |
260 | 2024-12-31T16:21:48.455Z | Documenting heapless v0.8.0 |
261 | 2024-12-31T16:21:49.065Z | Checking unicode-width v0.1.14 |
262 | 2024-12-31T16:21:49.247Z | Documenting regex v1.11.1 |
263 | 2024-12-31T16:21:49.531Z | Documenting darling_core v0.20.10 |
264 | 2024-12-31T16:21:49.589Z | Documenting serde_derive v1.0.216 |
265 | 2024-12-31T16:21:49.681Z | Documenting zerocopy-derive v0.8.13 |
266 | 2024-12-31T16:21:49.954Z | Checking ipnetwork v0.20.0 |
267 | 2024-12-31T16:21:50.245Z | Documenting cobs v0.2.3 |
268 | 2024-12-31T16:21:50.866Z | Compiling version_check v0.9.5 |
269 | 2024-12-31T16:21:50.965Z | Documenting managed v0.8.0 |
270 | 2024-12-31T16:21:50.986Z | Documenting unicode-width v0.1.14 |
271 | 2024-12-31T16:21:51.445Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-12-31T16:21:51.579Z | Documenting either v1.13.0 |
273 | 2024-12-31T16:21:51.747Z | Documenting darling_macro v0.20.10 |
274 | 2024-12-31T16:21:51.785Z | Documenting ipnetwork v0.20.0 |
275 | 2024-12-31T16:21:51.857Z | Documenting smoltcp v0.11.0 |
276 | 2024-12-31T16:21:51.946Z | Documenting tabwriter v1.4.0 |
277 | 2024-12-31T16:21:52.273Z | Documenting itertools v0.13.0 |
278 | 2024-12-31T16:21:52.753Z | Checking tabwriter v1.4.0 |
279 | 2024-12-31T16:21:52.802Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
280 | 2024-12-31T16:21:52.844Z | Documenting crc32fast v1.4.2 |
281 | 2024-12-31T16:21:52.983Z | Checking crc32fast v1.4.2 |
282 | 2024-12-31T16:21:53.185Z | Documenting dyn-clone v1.0.17 |
283 | 2024-12-31T16:21:53.568Z | Checking dyn-clone v1.0.17 |
284 | 2024-12-31T16:21:53.738Z | Compiling serde_derive v1.0.216 |
285 | 2024-12-31T16:21:53.832Z | Compiling zerocopy-derive v0.8.13 |
286 | 2024-12-31T16:21:53.861Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
287 | 2024-12-31T16:21:54.162Z | Compiling darling_macro v0.20.10 |
288 | 2024-12-31T16:21:55.152Z | Compiling darling v0.20.10 |
289 | 2024-12-31T16:21:55.152Z | Documenting darling v0.20.10 |
290 | 2024-12-31T16:21:55.233Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
291 | 2024-12-31T16:21:55.236Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
292 | 2024-12-31T16:21:55.352Z | Documenting zerocopy v0.8.13 |
293 | 2024-12-31T16:21:56.007Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
294 | 2024-12-31T16:21:56.007Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
295 | 2024-12-31T16:21:58.048Z | Documenting serde v1.0.216 |
296 | 2024-12-31T16:21:59.141Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
297 | 2024-12-31T16:21:59.141Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
298 | 2024-12-31T16:22:00.808Z | Checking bitflags v2.6.0 |
299 | 2024-12-31T16:22:00.808Z | Documenting bitflags v2.6.0 |
300 | 2024-12-31T16:22:00.808Z | Checking postcard v1.1.1 |
301 | 2024-12-31T16:22:00.811Z | Documenting postcard v1.1.1 |
302 | 2024-12-31T16:22:00.996Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-12-31T16:22:00.996Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
304 | 2024-12-31T16:22:01.382Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-31T16:22:01.383Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
306 | 2024-12-31T16:22:02.425Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-12-31T16:22:02.602Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2024-12-31T16:22:03.508Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2024-12-31T16:22:05.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.56s |
310 | 2024-12-31T16:22:05.990Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2024-12-31T16:22:06.008Z | |
312 | 2024-12-31T16:22:06.012Z | real 31.685278948 |
313 | 2024-12-31T16:22:06.013Z | user 2:14.639032694 |
314 | 2024-12-31T16:22:06.013Z | sys 18.800998475 |
315 | 2024-12-31T16:22:06.013Z | trap 0.098042886 |
316 | 2024-12-31T16:22:06.013Z | tflt 0.287367782 |
317 | 2024-12-31T16:22:06.013Z | dflt 1.929819675 |
318 | 2024-12-31T16:22:06.013Z | kflt 0.005380013 |
319 | 2024-12-31T16:22:06.013Z | lock 2:56.470220154 |
320 | 2024-12-31T16:22:06.013Z | slp 7:34.483132293 |
321 | 2024-12-31T16:22:06.013Z | lat 14.291904208 |
322 | 2024-12-31T16:22:06.013Z | stop 10.526107977 |
323 | 2024-12-31T16:22:06.013Z | + header 'analyze std + api' |
324 | 2024-12-31T16:22:06.013Z | + echo '# ==== analyze std + api ==== #' |
325 | 2024-12-31T16:22:06.013Z | # ==== analyze std + api ==== # |
326 | 2024-12-31T16:22:06.013Z | + ptime -m cargo clippy --all-targets |
327 | 2024-12-31T16:22:06.412Z | Compiling proc-macro2 v1.0.92 |
328 | 2024-12-31T16:22:06.412Z | Compiling unicode-ident v1.0.14 |
329 | 2024-12-31T16:22:06.414Z | Compiling memchr v2.7.4 |
330 | 2024-12-31T16:22:06.415Z | Compiling thiserror v2.0.9 |
331 | 2024-12-31T16:22:06.415Z | Compiling thiserror v1.0.69 |
332 | 2024-12-31T16:22:06.415Z | Compiling libc v0.2.169 |
333 | 2024-12-31T16:22:06.415Z | Compiling version_check v0.9.5 |
334 | 2024-12-31T16:22:06.421Z | Compiling serde v1.0.216 |
335 | 2024-12-31T16:22:06.643Z | Compiling ucd-trie v0.1.7 |
336 | 2024-12-31T16:22:07.002Z | Compiling once_cell v1.20.2 |
337 | 2024-12-31T16:22:07.061Z | Compiling serde_json v1.0.134 |
338 | 2024-12-31T16:22:07.144Z | Compiling strsim v0.11.1 |
339 | 2024-12-31T16:22:07.308Z | Compiling fnv v1.0.7 |
340 | 2024-12-31T16:22:07.313Z | Checking byteorder v1.5.0 |
341 | 2024-12-31T16:22:07.347Z | Compiling ident_case v1.0.1 |
342 | 2024-12-31T16:22:07.414Z | Compiling aho-corasick v1.1.3 |
343 | 2024-12-31T16:22:07.435Z | Compiling regex-syntax v0.8.5 |
344 | 2024-12-31T16:22:07.499Z | Compiling ryu v1.0.18 |
345 | 2024-12-31T16:22:07.642Z | Compiling itoa v1.0.14 |
346 | 2024-12-31T16:22:07.816Z | Compiling usdt-impl v0.5.0 |
347 | 2024-12-31T16:22:07.834Z | Compiling zerocopy v0.8.13 |
348 | 2024-12-31T16:22:08.140Z | Compiling quote v1.0.37 |
349 | 2024-12-31T16:22:08.213Z | Compiling either v1.13.0 |
350 | 2024-12-31T16:22:08.518Z | Compiling syn v2.0.91 |
351 | 2024-12-31T16:22:08.555Z | Compiling itertools v0.13.0 |
352 | 2024-12-31T16:22:08.583Z | Compiling thread-id v4.2.2 |
353 | 2024-12-31T16:22:08.856Z | Checking log v0.4.22 |
354 | 2024-12-31T16:22:08.963Z | Compiling heapless v0.8.0 |
355 | 2024-12-31T16:22:09.084Z | Checking plain v0.2.3 |
356 | 2024-12-31T16:22:09.248Z | Checking hash32 v0.3.1 |
357 | 2024-12-31T16:22:09.418Z | Checking cfg-if v1.0.0 |
358 | 2024-12-31T16:22:09.493Z | Checking macaddr v1.0.1 |
359 | 2024-12-31T16:22:09.505Z | Compiling smoltcp v0.11.0 |
360 | 2024-12-31T16:22:09.697Z | Checking pretty-hex v0.4.1 |
361 | 2024-12-31T16:22:09.731Z | Checking stable_deref_trait v1.2.0 |
362 | 2024-12-31T16:22:10.008Z | Checking bitflags v1.3.2 |
363 | 2024-12-31T16:22:10.082Z | Checking cobs v0.2.3 |
364 | 2024-12-31T16:22:10.088Z | Checking managed v0.8.0 |
365 | 2024-12-31T16:22:10.245Z | Checking memmap v0.7.0 |
366 | 2024-12-31T16:22:10.418Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
367 | 2024-12-31T16:22:10.765Z | Checking ipnetwork v0.20.0 |
368 | 2024-12-31T16:22:10.800Z | Compiling regex-automata v0.4.9 |
369 | 2024-12-31T16:22:11.037Z | Checking unicode-width v0.1.14 |
370 | 2024-12-31T16:22:11.295Z | Checking crc32fast v1.4.2 |
371 | 2024-12-31T16:22:11.480Z | Checking dyn-clone v1.0.17 |
372 | 2024-12-31T16:22:11.516Z | Checking tabwriter v1.4.0 |
373 | 2024-12-31T16:22:13.722Z | Compiling regex v1.11.1 |
374 | 2024-12-31T16:22:13.766Z | Compiling darling_core v0.20.10 |
375 | 2024-12-31T16:22:15.281Z | Compiling serde_derive v1.0.216 |
376 | 2024-12-31T16:22:15.281Z | Compiling thiserror-impl v2.0.9 |
377 | 2024-12-31T16:22:15.283Z | Compiling thiserror-impl v1.0.69 |
378 | 2024-12-31T16:22:15.283Z | Compiling zerocopy-derive v0.7.35 |
379 | 2024-12-31T16:22:15.283Z | Compiling scroll_derive v0.12.0 |
380 | 2024-12-31T16:22:15.283Z | Compiling zerocopy-derive v0.8.13 |
381 | 2024-12-31T16:22:15.283Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
382 | 2024-12-31T16:22:16.750Z | Checking scroll v0.12.0 |
383 | 2024-12-31T16:22:17.168Z | Compiling zerocopy v0.7.35 |
384 | 2024-12-31T16:22:17.188Z | Checking goblin v0.8.2 |
385 | 2024-12-31T16:22:18.136Z | Compiling pest v2.7.15 |
386 | 2024-12-31T16:22:18.169Z | Compiling darling_macro v0.20.10 |
387 | 2024-12-31T16:22:19.106Z | Compiling darling v0.20.10 |
388 | 2024-12-31T16:22:19.200Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
389 | 2024-12-31T16:22:19.301Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
390 | 2024-12-31T16:22:20.453Z | Compiling pest_meta v2.7.15 |
391 | 2024-12-31T16:22:21.275Z | Compiling pest_generator v2.7.15 |
392 | 2024-12-31T16:22:22.516Z | Compiling pest_derive v2.7.15 |
393 | 2024-12-31T16:22:23.156Z | Compiling dtrace-parser v0.2.0 |
394 | 2024-12-31T16:22:23.595Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
395 | 2024-12-31T16:22:23.881Z | Checking bitflags v2.6.0 |
396 | 2024-12-31T16:22:23.881Z | Checking postcard v1.1.1 |
397 | 2024-12-31T16:22:24.108Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
398 | 2024-12-31T16:22:24.111Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
399 | 2024-12-31T16:22:24.231Z | Compiling serde_tokenstream v0.2.2 |
400 | 2024-12-31T16:22:24.952Z | Checking dof v0.3.0 |
401 | 2024-12-31T16:22:25.477Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
402 | 2024-12-31T16:22:26.226Z | Compiling usdt-attr-macro v0.5.0 |
403 | 2024-12-31T16:22:26.226Z | Compiling usdt-macro v0.5.0 |
404 | 2024-12-31T16:22:27.153Z | Checking usdt v0.5.0 |
405 | 2024-12-31T16:22:33.250Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
406 | 2024-12-31T16:22:33.250Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
407 | 2024-12-31T16:22:33.250Z | | |
408 | 2024-12-31T16:22:33.250Z | 103 | / self.get(Self::INTERNAL_TARGET) |
409 | 2024-12-31T16:22:33.250Z | 104 | | .and_then(|v| Some(v == "1")) |
410 | 2024-12-31T16:22:33.250Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
411 | 2024-12-31T16:22:33.250Z | | |
412 | 2024-12-31T16:22:33.250Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
413 | 2024-12-31T16:22:33.250Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
414 | 2024-12-31T16:22:33.250Z | |
415 | 2024-12-31T16:22:34.230Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
416 | 2024-12-31T16:22:39.048Z | warning: the borrowed expression implements the required traits |
417 | 2024-12-31T16:22:39.048Z | --> lib/opte/src/ddi/mblk.rs:1225:33 |
418 | 2024-12-31T16:22:39.048Z | | |
419 | 2024-12-31T16:22:39.048Z | 1225 | let pkt2 = MsgBlk::copy(&[]); |
420 | 2024-12-31T16:22:39.048Z | | ^^^ help: change this to: `[]` |
421 | 2024-12-31T16:22:39.048Z | | |
422 | 2024-12-31T16:22:39.048Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
423 | 2024-12-31T16:22:39.048Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
424 | 2024-12-31T16:22:39.049Z | |
425 | 2024-12-31T16:22:39.061Z | warning: the borrowed expression implements the required traits |
426 | 2024-12-31T16:22:39.061Z | --> lib/opte/src/ddi/mblk.rs:1282:35 |
427 | 2024-12-31T16:22:39.061Z | | |
428 | 2024-12-31T16:22:39.061Z | 1282 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
429 | 2024-12-31T16:22:39.061Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
430 | 2024-12-31T16:22:39.061Z | | |
431 | 2024-12-31T16:22:39.061Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
432 | 2024-12-31T16:22:39.061Z | |
433 | 2024-12-31T16:22:39.063Z | warning: the borrowed expression implements the required traits |
434 | 2024-12-31T16:22:39.063Z | --> lib/opte/src/ddi/mblk.rs:1283:32 |
435 | 2024-12-31T16:22:39.064Z | | |
436 | 2024-12-31T16:22:39.064Z | 1283 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
437 | 2024-12-31T16:22:39.064Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
438 | 2024-12-31T16:22:39.064Z | | |
439 | 2024-12-31T16:22:39.064Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
440 | 2024-12-31T16:22:39.064Z | |
441 | 2024-12-31T16:22:39.064Z | warning: the borrowed expression implements the required traits |
442 | 2024-12-31T16:22:39.064Z | --> lib/opte/src/ddi/mblk.rs:1284:32 |
443 | 2024-12-31T16:22:39.064Z | | |
444 | 2024-12-31T16:22:39.064Z | 1284 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
445 | 2024-12-31T16:22:39.064Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
446 | 2024-12-31T16:22:39.064Z | | |
447 | 2024-12-31T16:22:39.064Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
448 | 2024-12-31T16:22:39.064Z | |
449 | 2024-12-31T16:22:39.092Z | warning: the loop variable `i` is only used to index `els` |
450 | 2024-12-31T16:22:39.095Z | --> lib/opte/src/ddi/mblk.rs:1448:18 |
451 | 2024-12-31T16:22:39.095Z | | |
452 | 2024-12-31T16:22:39.095Z | 1448 | for i in 0..els.len() { |
453 | 2024-12-31T16:22:39.095Z | | ^^^^^^^^^^^^ |
454 | 2024-12-31T16:22:39.095Z | | |
455 | 2024-12-31T16:22:39.095Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
456 | 2024-12-31T16:22:39.095Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
457 | 2024-12-31T16:22:39.095Z | help: consider using an iterator |
458 | 2024-12-31T16:22:39.095Z | | |
459 | 2024-12-31T16:22:39.095Z | 1448 | for <item> in &els { |
460 | 2024-12-31T16:22:39.095Z | | ~~~~~~ ~~~~ |
461 | 2024-12-31T16:22:39.095Z | |
462 | 2024-12-31T16:22:40.282Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
463 | 2024-12-31T16:22:40.282Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
464 | 2024-12-31T16:22:40.282Z | | |
465 | 2024-12-31T16:22:40.282Z | 461 | header.packet_length() as usize, |
466 | 2024-12-31T16:22:40.282Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
467 | 2024-12-31T16:22:40.282Z | | |
468 | 2024-12-31T16:22:40.282Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
469 | 2024-12-31T16:22:40.282Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
470 | 2024-12-31T16:22:40.282Z | |
471 | 2024-12-31T16:22:40.297Z | warning: redundant slicing of the whole range |
472 | 2024-12-31T16:22:40.297Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
473 | 2024-12-31T16:22:40.297Z | | |
474 | 2024-12-31T16:22:40.297Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
475 | 2024-12-31T16:22:40.297Z | | ^^^^^^^^ help: use the original value instead: `buf` |
476 | 2024-12-31T16:22:40.298Z | | |
477 | 2024-12-31T16:22:40.298Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
478 | 2024-12-31T16:22:40.298Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
479 | 2024-12-31T16:22:40.298Z | |
480 | 2024-12-31T16:22:40.301Z | warning: redundant slicing of the whole range |
481 | 2024-12-31T16:22:40.301Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
482 | 2024-12-31T16:22:40.301Z | | |
483 | 2024-12-31T16:22:40.301Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
484 | 2024-12-31T16:22:40.301Z | | ^^^^^^^^ help: use the original value instead: `buf` |
485 | 2024-12-31T16:22:40.301Z | | |
486 | 2024-12-31T16:22:40.301Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
487 | 2024-12-31T16:22:40.301Z | |
488 | 2024-12-31T16:22:40.465Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
489 | 2024-12-31T16:22:40.465Z | --> lib/opte/src/engine/layer.rs:1880:46 |
490 | 2024-12-31T16:22:40.465Z | | |
491 | 2024-12-31T16:22:40.465Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
492 | 2024-12-31T16:22:40.465Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
493 | 2024-12-31T16:22:40.465Z | | |
494 | 2024-12-31T16:22:40.465Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
495 | 2024-12-31T16:22:40.465Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
496 | 2024-12-31T16:22:40.465Z | |
497 | 2024-12-31T16:22:41.382Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
498 | 2024-12-31T16:22:41.382Z | --> lib/opte/src/engine/rule.rs:1181:25 |
499 | 2024-12-31T16:22:41.382Z | | |
500 | 2024-12-31T16:22:41.382Z | 1181 | assert!(r1.is_match(&meta, &ameta)); |
501 | 2024-12-31T16:22:41.382Z | | ^^^^^ help: change this to: `meta` |
502 | 2024-12-31T16:22:41.382Z | | |
503 | 2024-12-31T16:22:41.382Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
504 | 2024-12-31T16:22:41.382Z | |
505 | 2024-12-31T16:22:41.385Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
506 | 2024-12-31T16:22:41.385Z | --> lib/opte/src/engine/rule.rs:1190:26 |
507 | 2024-12-31T16:22:41.385Z | | |
508 | 2024-12-31T16:22:41.385Z | 1190 | assert!(!r1.is_match(&meta, &ameta)); |
509 | 2024-12-31T16:22:41.385Z | | ^^^^^ help: change this to: `meta` |
510 | 2024-12-31T16:22:41.385Z | | |
511 | 2024-12-31T16:22:41.385Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
512 | 2024-12-31T16:22:41.385Z | |
513 | 2024-12-31T16:22:41.543Z | warning: useless use of `vec!` |
514 | 2024-12-31T16:22:41.543Z | --> lib/opte/src/engine/geneve.rs:401:19 |
515 | 2024-12-31T16:22:41.543Z | | |
516 | 2024-12-31T16:22:41.543Z | 401 | let buf = vec![ |
517 | 2024-12-31T16:22:41.543Z | | ___________________^ |
518 | 2024-12-31T16:22:41.543Z | 402 | | // source |
519 | 2024-12-31T16:22:41.543Z | 403 | | 0x1E, 0x61, |
520 | 2024-12-31T16:22:41.543Z | 404 | | // dest |
521 | 2024-12-31T16:22:41.543Z | ... | |
522 | 2024-12-31T16:22:41.543Z | 424 | | 0x00, |
523 | 2024-12-31T16:22:41.543Z | 425 | | ]; |
524 | 2024-12-31T16:22:41.543Z | | |_________^ |
525 | 2024-12-31T16:22:41.543Z | | |
526 | 2024-12-31T16:22:41.547Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
527 | 2024-12-31T16:22:41.547Z | = note: `#[warn(clippy::useless_vec)]` on by default |
528 | 2024-12-31T16:22:41.547Z | help: you can use an array directly |
529 | 2024-12-31T16:22:41.547Z | | |
530 | 2024-12-31T16:22:41.547Z | 401 ~ let buf = [0x1E, 0x61, |
531 | 2024-12-31T16:22:41.547Z | 402 + // dest |
532 | 2024-12-31T16:22:41.547Z | 403 + 0x17, 0xC1, |
533 | 2024-12-31T16:22:41.547Z | 404 + // length |
534 | 2024-12-31T16:22:41.547Z | 405 + 0x00, 0x14, |
535 | 2024-12-31T16:22:41.547Z | 406 + // csum |
536 | 2024-12-31T16:22:41.547Z | 407 + 0x00, 0x00, |
537 | 2024-12-31T16:22:41.547Z | 408 + // ver + opt len |
538 | 2024-12-31T16:22:41.547Z | 409 + 0x01, |
539 | 2024-12-31T16:22:41.547Z | 410 + // flags |
540 | 2024-12-31T16:22:41.547Z | 411 + 0x00, |
541 | 2024-12-31T16:22:41.547Z | 412 + // proto |
542 | 2024-12-31T16:22:41.547Z | 413 + 0x65, 0x58, |
543 | 2024-12-31T16:22:41.547Z | 414 + // vni + reserved |
544 | 2024-12-31T16:22:41.547Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
545 | 2024-12-31T16:22:41.547Z | 416 + |
546 | 2024-12-31T16:22:41.547Z | 417 + // option class |
547 | 2024-12-31T16:22:41.547Z | 418 + 0x01, 0x29, |
548 | 2024-12-31T16:22:41.547Z | 419 + // crt + type |
549 | 2024-12-31T16:22:41.547Z | 420 + 0x00, |
550 | 2024-12-31T16:22:41.547Z | 421 + // rsvd + len |
551 | 2024-12-31T16:22:41.548Z | 422 ~ 0x00]; |
552 | 2024-12-31T16:22:41.548Z | | |
553 | 2024-12-31T16:22:41.548Z | |
554 | 2024-12-31T16:22:41.548Z | warning: useless use of `vec!` |
555 | 2024-12-31T16:22:41.548Z | --> lib/opte/src/engine/geneve.rs:441:19 |
556 | 2024-12-31T16:22:41.548Z | | |
557 | 2024-12-31T16:22:41.548Z | 441 | let buf = vec![ |
558 | 2024-12-31T16:22:41.548Z | | ___________________^ |
559 | 2024-12-31T16:22:41.548Z | 442 | | // source |
560 | 2024-12-31T16:22:41.548Z | 443 | | 0x1E, 0x61, |
561 | 2024-12-31T16:22:41.548Z | 444 | | // dest |
562 | 2024-12-31T16:22:41.548Z | ... | |
563 | 2024-12-31T16:22:41.548Z | 464 | | 0x00, |
564 | 2024-12-31T16:22:41.548Z | 465 | | ]; |
565 | 2024-12-31T16:22:41.548Z | | |_________^ |
566 | 2024-12-31T16:22:41.548Z | | |
567 | 2024-12-31T16:22:41.548Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
568 | 2024-12-31T16:22:41.548Z | help: you can use an array directly |
569 | 2024-12-31T16:22:41.548Z | | |
570 | 2024-12-31T16:22:41.548Z | 441 ~ let buf = [0x1E, 0x61, |
571 | 2024-12-31T16:22:41.548Z | 442 + // dest |
572 | 2024-12-31T16:22:41.548Z | 443 + 0x17, 0xC1, |
573 | 2024-12-31T16:22:41.548Z | 444 + // length |
574 | 2024-12-31T16:22:41.548Z | 445 + 0x00, 0x14, |
575 | 2024-12-31T16:22:41.548Z | 446 + // csum |
576 | 2024-12-31T16:22:41.548Z | 447 + 0x00, 0x00, |
577 | 2024-12-31T16:22:41.548Z | 448 + // ver + opt len |
578 | 2024-12-31T16:22:41.548Z | 449 + 0x01, |
579 | 2024-12-31T16:22:41.548Z | 450 + // flags |
580 | 2024-12-31T16:22:41.548Z | 451 + 0b0100_0000, |
581 | 2024-12-31T16:22:41.548Z | 452 + // proto |
582 | 2024-12-31T16:22:41.548Z | 453 + 0x65, 0x58, |
583 | 2024-12-31T16:22:41.548Z | 454 + // vni + reserved |
584 | 2024-12-31T16:22:41.548Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
585 | 2024-12-31T16:22:41.548Z | 456 + |
586 | 2024-12-31T16:22:41.548Z | 457 + // experimenter option class |
587 | 2024-12-31T16:22:41.548Z | 458 + 0xff, 0xff, |
588 | 2024-12-31T16:22:41.548Z | 459 + // crt + type |
589 | 2024-12-31T16:22:41.548Z | 460 + 0x80, |
590 | 2024-12-31T16:22:41.549Z | 461 + // rsvd + len |
591 | 2024-12-31T16:22:41.549Z | 462 ~ 0x00]; |
592 | 2024-12-31T16:22:41.549Z | | |
593 | 2024-12-31T16:22:41.549Z | |
594 | 2024-12-31T16:22:41.549Z | warning: useless use of `vec!` |
595 | 2024-12-31T16:22:41.549Z | --> lib/opte/src/engine/geneve.rs:483:19 |
596 | 2024-12-31T16:22:41.549Z | | |
597 | 2024-12-31T16:22:41.549Z | 483 | let buf = vec![ |
598 | 2024-12-31T16:22:41.549Z | | ___________________^ |
599 | 2024-12-31T16:22:41.549Z | 484 | | // source |
600 | 2024-12-31T16:22:41.549Z | 485 | | 0x1E, 0x61, |
601 | 2024-12-31T16:22:41.549Z | 486 | | // dest |
602 | 2024-12-31T16:22:41.549Z | ... | |
603 | 2024-12-31T16:22:41.549Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
604 | 2024-12-31T16:22:41.549Z | 525 | | ]; |
605 | 2024-12-31T16:22:41.549Z | | |_________^ |
606 | 2024-12-31T16:22:41.549Z | | |
607 | 2024-12-31T16:22:41.549Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
608 | 2024-12-31T16:22:41.549Z | help: you can use an array directly |
609 | 2024-12-31T16:22:41.549Z | | |
610 | 2024-12-31T16:22:41.549Z | 483 ~ let buf = [0x1E, 0x61, |
611 | 2024-12-31T16:22:41.549Z | 484 + // dest |
612 | 2024-12-31T16:22:41.549Z | 485 + 0x17, 0xC1, |
613 | 2024-12-31T16:22:41.549Z | 486 + // length |
614 | 2024-12-31T16:22:41.549Z | 487 + 0x00, 0x1c, |
615 | 2024-12-31T16:22:41.549Z | 488 + // csum |
616 | 2024-12-31T16:22:41.549Z | 489 + 0x00, 0x00, |
617 | 2024-12-31T16:22:41.549Z | 490 + // ver + opt len |
618 | 2024-12-31T16:22:41.549Z | 491 + 0x05, |
619 | 2024-12-31T16:22:41.549Z | 492 + // flags |
620 | 2024-12-31T16:22:41.549Z | 493 + 0x00, |
621 | 2024-12-31T16:22:41.549Z | 494 + // proto |
622 | 2024-12-31T16:22:41.549Z | 495 + 0x65, 0x58, |
623 | 2024-12-31T16:22:41.549Z | 496 + // vni + reserved |
624 | 2024-12-31T16:22:41.549Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
625 | 2024-12-31T16:22:41.549Z | 498 + |
626 | 2024-12-31T16:22:41.552Z | 499 + // option class |
627 | 2024-12-31T16:22:41.552Z | 500 + 0x01, 0x29, |
628 | 2024-12-31T16:22:41.552Z | 501 + // crt + type |
629 | 2024-12-31T16:22:41.552Z | 502 + 0x00, |
630 | 2024-12-31T16:22:41.552Z | 503 + // rsvd + len |
631 | 2024-12-31T16:22:41.552Z | 504 + 0x00, |
632 | 2024-12-31T16:22:41.552Z | 505 + |
633 | 2024-12-31T16:22:41.552Z | 506 + // experimenter option class |
634 | 2024-12-31T16:22:41.552Z | 507 + 0xff, 0xff, |
635 | 2024-12-31T16:22:41.552Z | 508 + // crt + type |
636 | 2024-12-31T16:22:41.552Z | 509 + 0x05, |
637 | 2024-12-31T16:22:41.552Z | 510 + // rsvd + len |
638 | 2024-12-31T16:22:41.552Z | 511 + 0x01, |
639 | 2024-12-31T16:22:41.552Z | 512 + // body |
640 | 2024-12-31T16:22:41.552Z | 513 + 0x00, 0x00, 0x00, 0x00, |
641 | 2024-12-31T16:22:41.552Z | 514 + |
642 | 2024-12-31T16:22:41.552Z | 515 + // experimenter option class |
643 | 2024-12-31T16:22:41.552Z | 516 + 0xff, 0xff, |
644 | 2024-12-31T16:22:41.552Z | 517 + // crt + type |
645 | 2024-12-31T16:22:41.552Z | 518 + 0x06, |
646 | 2024-12-31T16:22:41.553Z | 519 + // rsvd + len |
647 | 2024-12-31T16:22:41.553Z | 520 + 0x01, |
648 | 2024-12-31T16:22:41.553Z | 521 + // body |
649 | 2024-12-31T16:22:41.553Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
650 | 2024-12-31T16:22:41.553Z | | |
651 | 2024-12-31T16:22:41.553Z | |
652 | 2024-12-31T16:22:41.860Z | warning: `opte` (lib test) generated 15 warnings (1 duplicate) (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
653 | 2024-12-31T16:22:41.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s |
654 | 2024-12-31T16:22:41.895Z | |
655 | 2024-12-31T16:22:41.900Z | real 35.877382519 |
656 | 2024-12-31T16:22:41.900Z | user 2:08.673022446 |
657 | 2024-12-31T16:22:41.900Z | sys 17.781448744 |
658 | 2024-12-31T16:22:41.900Z | trap 0.073748681 |
659 | 2024-12-31T16:22:41.900Z | tflt 0.331143772 |
660 | 2024-12-31T16:22:41.900Z | dflt 0.485766755 |
661 | 2024-12-31T16:22:41.900Z | kflt 0.007501075 |
662 | 2024-12-31T16:22:41.900Z | lock 3:20.554919445 |
663 | 2024-12-31T16:22:41.901Z | slp 7:40.872071914 |
664 | 2024-12-31T16:22:41.901Z | lat 4.257430965 |
665 | 2024-12-31T16:22:41.901Z | stop 6.601880411 |
666 | 2024-12-31T16:22:41.901Z | + header 'analyze no_std + engine + kernel' |
667 | 2024-12-31T16:22:41.901Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
668 | 2024-12-31T16:22:41.901Z | # ==== analyze no_std + engine + kernel ==== # |
669 | 2024-12-31T16:22:41.901Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
670 | 2024-12-31T16:22:42.200Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
671 | 2024-12-31T16:22:42.200Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
672 | 2024-12-31T16:22:42.203Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
673 | 2024-12-31T16:22:42.203Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
674 | 2024-12-31T16:22:42.652Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
675 | 2024-12-31T16:22:48.836Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
676 | 2024-12-31T16:22:48.836Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
677 | 2024-12-31T16:22:48.836Z | | |
678 | 2024-12-31T16:22:48.836Z | 103 | / self.get(Self::INTERNAL_TARGET) |
679 | 2024-12-31T16:22:48.836Z | 104 | | .and_then(|v| Some(v == "1")) |
680 | 2024-12-31T16:22:48.836Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
681 | 2024-12-31T16:22:48.836Z | | |
682 | 2024-12-31T16:22:48.836Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
683 | 2024-12-31T16:22:48.836Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
684 | 2024-12-31T16:22:48.836Z | |
685 | 2024-12-31T16:22:49.536Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
686 | 2024-12-31T16:22:49.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s |
687 | 2024-12-31T16:22:49.568Z | |
688 | 2024-12-31T16:22:49.571Z | real 7.666542711 |
689 | 2024-12-31T16:22:49.571Z | user 8.452723866 |
690 | 2024-12-31T16:22:49.571Z | sys 1.179036943 |
691 | 2024-12-31T16:22:49.571Z | trap 0.001636672 |
692 | 2024-12-31T16:22:49.571Z | tflt 0.005217463 |
693 | 2024-12-31T16:22:49.571Z | dflt 0.002200168 |
694 | 2024-12-31T16:22:49.571Z | kflt 0.000000000 |
695 | 2024-12-31T16:22:49.571Z | lock 26.090693339 |
696 | 2024-12-31T16:22:49.571Z | slp 28.294024690 |
697 | 2024-12-31T16:22:49.571Z | lat 0.054825628 |
698 | 2024-12-31T16:22:49.571Z | stop 0.148310619 |
699 | 2024-12-31T16:22:49.571Z | + header test |
700 | 2024-12-31T16:22:49.571Z | + echo '# ==== test ==== #' |
701 | 2024-12-31T16:22:49.571Z | # ==== test ==== # |
702 | 2024-12-31T16:22:49.571Z | + ptime -m cargo test |
703 | 2024-12-31T16:22:49.838Z | Compiling unicode-ident v1.0.14 |
704 | 2024-12-31T16:22:49.838Z | Compiling memchr v2.7.4 |
705 | 2024-12-31T16:22:49.838Z | Compiling byteorder v1.5.0 |
706 | 2024-12-31T16:22:49.840Z | Compiling ucd-trie v0.1.7 |
707 | 2024-12-31T16:22:49.844Z | Compiling itoa v1.0.14 |
708 | 2024-12-31T16:22:49.847Z | Compiling ryu v1.0.18 |
709 | 2024-12-31T16:22:49.851Z | Compiling libc v0.2.169 |
710 | 2024-12-31T16:22:49.853Z | Compiling either v1.13.0 |
711 | 2024-12-31T16:22:49.998Z | Compiling proc-macro2 v1.0.92 |
712 | 2024-12-31T16:22:50.034Z | Compiling plain v0.2.3 |
713 | 2024-12-31T16:22:50.161Z | Compiling itertools v0.13.0 |
714 | 2024-12-31T16:22:50.188Z | Compiling log v0.4.22 |
715 | 2024-12-31T16:22:50.193Z | Compiling hash32 v0.3.1 |
716 | 2024-12-31T16:22:50.234Z | Compiling stable_deref_trait v1.2.0 |
717 | 2024-12-31T16:22:50.324Z | Compiling cfg-if v1.0.0 |
718 | 2024-12-31T16:22:50.399Z | Compiling thread-id v4.2.2 |
719 | 2024-12-31T16:22:50.405Z | Compiling pretty-hex v0.4.1 |
720 | 2024-12-31T16:22:50.418Z | Compiling macaddr v1.0.1 |
721 | 2024-12-31T16:22:50.466Z | Compiling heapless v0.8.0 |
722 | 2024-12-31T16:22:50.488Z | Compiling managed v0.8.0 |
723 | 2024-12-31T16:22:50.510Z | Compiling bitflags v1.3.2 |
724 | 2024-12-31T16:22:50.572Z | Compiling cobs v0.2.3 |
725 | 2024-12-31T16:22:50.594Z | Compiling memmap v0.7.0 |
726 | 2024-12-31T16:22:50.749Z | Compiling quote v1.0.37 |
727 | 2024-12-31T16:22:50.839Z | Compiling aho-corasick v1.1.3 |
728 | 2024-12-31T16:22:50.868Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
729 | 2024-12-31T16:22:50.939Z | Compiling ipnetwork v0.20.0 |
730 | 2024-12-31T16:22:51.228Z | Compiling syn v2.0.91 |
731 | 2024-12-31T16:22:51.454Z | Compiling smoltcp v0.11.0 |
732 | 2024-12-31T16:22:51.460Z | Compiling unicode-width v0.1.14 |
733 | 2024-12-31T16:22:51.549Z | Compiling crc32fast v1.4.2 |
734 | 2024-12-31T16:22:51.798Z | Compiling dyn-clone v1.0.17 |
735 | 2024-12-31T16:22:51.945Z | Compiling tabwriter v1.4.0 |
736 | 2024-12-31T16:22:52.632Z | Compiling regex-automata v0.4.9 |
737 | 2024-12-31T16:22:55.509Z | Compiling regex v1.11.1 |
738 | 2024-12-31T16:22:56.189Z | Compiling darling_core v0.20.10 |
739 | 2024-12-31T16:22:57.819Z | Compiling serde_derive v1.0.216 |
740 | 2024-12-31T16:22:57.819Z | Compiling thiserror-impl v2.0.9 |
741 | 2024-12-31T16:22:57.821Z | Compiling thiserror-impl v1.0.69 |
742 | 2024-12-31T16:22:57.821Z | Compiling zerocopy-derive v0.7.35 |
743 | 2024-12-31T16:22:57.821Z | Compiling scroll_derive v0.12.0 |
744 | 2024-12-31T16:22:57.821Z | Compiling zerocopy-derive v0.8.13 |
745 | 2024-12-31T16:22:58.370Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
746 | 2024-12-31T16:22:59.273Z | Compiling scroll v0.12.0 |
747 | 2024-12-31T16:22:59.723Z | Compiling zerocopy v0.7.35 |
748 | 2024-12-31T16:22:59.776Z | Compiling goblin v0.8.2 |
749 | 2024-12-31T16:23:00.407Z | Compiling zerocopy v0.8.13 |
750 | 2024-12-31T16:23:00.452Z | Compiling darling_macro v0.20.10 |
751 | 2024-12-31T16:23:00.491Z | Compiling thiserror v1.0.69 |
752 | 2024-12-31T16:23:00.590Z | Compiling thiserror v2.0.9 |
753 | 2024-12-31T16:23:00.671Z | Compiling pest v2.7.15 |
754 | 2024-12-31T16:23:01.400Z | Compiling darling v0.20.10 |
755 | 2024-12-31T16:23:01.496Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
756 | 2024-12-31T16:23:01.648Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
757 | 2024-12-31T16:23:02.561Z | Compiling serde v1.0.216 |
758 | 2024-12-31T16:23:02.685Z | Compiling pest_meta v2.7.15 |
759 | 2024-12-31T16:23:03.553Z | Compiling pest_generator v2.7.15 |
760 | 2024-12-31T16:23:05.012Z | Compiling pest_derive v2.7.15 |
761 | 2024-12-31T16:23:05.916Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-12-31T16:23:06.301Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
763 | 2024-12-31T16:23:06.953Z | Compiling bitflags v2.6.0 |
764 | 2024-12-31T16:23:06.953Z | Compiling serde_json v1.0.134 |
765 | 2024-12-31T16:23:06.953Z | Compiling postcard v1.1.1 |
766 | 2024-12-31T16:23:07.150Z | Compiling serde_tokenstream v0.2.2 |
767 | 2024-12-31T16:23:07.160Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
768 | 2024-12-31T16:23:08.180Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
769 | 2024-12-31T16:23:08.183Z | Compiling dof v0.3.0 |
770 | 2024-12-31T16:23:08.728Z | Compiling usdt-impl v0.5.0 |
771 | 2024-12-31T16:23:08.825Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
772 | 2024-12-31T16:23:09.622Z | Compiling usdt-attr-macro v0.5.0 |
773 | 2024-12-31T16:23:09.622Z | Compiling usdt-macro v0.5.0 |
774 | 2024-12-31T16:23:10.635Z | Compiling usdt v0.5.0 |
775 | 2024-12-31T16:23:25.834Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 36.21s |
776 | 2024-12-31T16:23:25.853Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-9ec24ecc4705421f) |
777 | 2024-12-31T16:23:25.867Z | |
778 | 2024-12-31T16:23:25.867Z | running 72 tests |
779 | 2024-12-31T16:23:25.870Z | test d_error::tests::name_and_data_storage ... ok |
780 | 2024-12-31T16:23:25.870Z | test d_error::tests::name_truncation ... ok |
781 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::chain_breaks_links ... ok |
782 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::chain_append_links ... ok |
783 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::chain_drain_complete ... ok |
784 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
785 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::prefix_len ... ok |
786 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::expand_and_shrink ... ok |
787 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::uninitialized_packet ... ok |
788 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
789 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::read_seg ... ok |
790 | 2024-12-31T16:23:25.870Z | test ddi::mblk::test::wrap ... ok |
791 | 2024-12-31T16:23:25.871Z | test ddi::mblk::test::truncate ... ok |
792 | 2024-12-31T16:23:25.871Z | test ddi::time::test::good_interval ... ok |
793 | 2024-12-31T16:23:25.871Z | test ddi::mblk::test::zero_byte_packet ... ok |
794 | 2024-12-31T16:23:25.871Z | test engine::dhcp::test::offlink_encode ... ok |
795 | 2024-12-31T16:23:25.871Z | test engine::dhcp::test::domainname_encode ... ok |
796 | 2024-12-31T16:23:25.871Z | test engine::dhcp::test::domain_search_option_encode ... ok |
797 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_client_id ... ok |
798 | 2024-12-31T16:23:25.871Z | test engine::dhcp::test::hostname_encode ... ok |
799 | 2024-12-31T16:23:25.871Z | test engine::dhcp::test::rfc3442_encode ... ok |
800 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
801 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
802 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
803 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_iata ... ok |
804 | 2024-12-31T16:23:25.871Z | test engine::dhcpv6::options::test::test_iana ... ok |
805 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
806 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
807 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
808 | 2024-12-31T16:23:25.874Z | test ddi::time::test::bad_interval - should panic ... ok |
809 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
810 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_server_id ... ok |
811 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
812 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_option_request ... ok |
813 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
814 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
815 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_status ... ok |
816 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
817 | 2024-12-31T16:23:25.874Z | test engine::ether::test::emit ... ok |
818 | 2024-12-31T16:23:25.874Z | test engine::flow_table::test::flow_clear ... ok |
819 | 2024-12-31T16:23:25.874Z | test engine::flow_table::test::flow_expired ... ok |
820 | 2024-12-31T16:23:25.874Z | test engine::geneve::test::emit_no_opts ... ok |
821 | 2024-12-31T16:23:25.874Z | test engine::geneve::test::emit_external_opt ... ok |
822 | 2024-12-31T16:23:25.874Z | test engine::geneve::test::parse_multi_opt ... ok |
823 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
824 | 2024-12-31T16:23:25.874Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
825 | 2024-12-31T16:23:25.874Z | test engine::geneve::test::parse_single_opt ... ok |
826 | 2024-12-31T16:23:25.874Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
827 | 2024-12-31T16:23:25.874Z | test engine::ip::v4::test::cidr_match ... ok |
828 | 2024-12-31T16:23:25.874Z | test engine::ip::v4::test::emit ... ok |
829 | 2024-12-31T16:23:25.874Z | test engine::ip::v6::test::emit ... ok |
830 | 2024-12-31T16:23:25.874Z | test engine::ip::v6::test::from_pairs ... ok |
831 | 2024-12-31T16:23:25.874Z | test engine::ip::v4::test::match_check ... ok |
832 | 2024-12-31T16:23:25.874Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
833 | 2024-12-31T16:23:25.875Z | test engine::ip::v6::test::test_set_total_len ... ok |
834 | 2024-12-31T16:23:25.875Z | test engine::nat::test::nat4_rewrite ... ok |
835 | 2024-12-31T16:23:25.875Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
836 | 2024-12-31T16:23:25.875Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
837 | 2024-12-31T16:23:25.875Z | test engine::packet::test::read_multi_segment ... ok |
838 | 2024-12-31T16:23:25.875Z | test engine::packet::test::read_single_segment ... ok |
839 | 2024-12-31T16:23:25.875Z | test engine::packet::test::straddled_tcp ... ok |
840 | 2024-12-31T16:23:25.875Z | test engine::layer::test::find_rule ... ok |
841 | 2024-12-31T16:23:25.875Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
842 | 2024-12-31T16:23:25.875Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
843 | 2024-12-31T16:23:25.875Z | test engine::packet::test::small_packet_with_padding ... ok |
844 | 2024-12-31T16:23:25.875Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
845 | 2024-12-31T16:23:25.875Z | test engine::packet::test::udp6_packet_with_padding ... ok |
846 | 2024-12-31T16:23:25.875Z | test engine::rule::rule_matching ... ok |
847 | 2024-12-31T16:23:25.875Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
848 | 2024-12-31T16:23:25.875Z | test engine::snat::test::nat_mappings ... ok |
849 | 2024-12-31T16:23:25.875Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
850 | 2024-12-31T16:23:25.875Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
851 | 2024-12-31T16:23:25.875Z | |
852 | 2024-12-31T16:23:25.875Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
853 | 2024-12-31T16:23:25.875Z | |
854 | 2024-12-31T16:23:25.878Z | Doc-tests opte |
855 | 2024-12-31T16:23:26.700Z | |
856 | 2024-12-31T16:23:26.700Z | running 3 tests |
857 | 2024-12-31T16:23:26.703Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
858 | 2024-12-31T16:23:27.995Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
859 | 2024-12-31T16:23:28.480Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
860 | 2024-12-31T16:23:28.480Z | |
861 | 2024-12-31T16:23:28.483Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.78s |
862 | 2024-12-31T16:23:28.483Z | |
863 | 2024-12-31T16:23:28.518Z | |
864 | 2024-12-31T16:23:28.521Z | real 38.937420987 |
865 | 2024-12-31T16:23:28.521Z | user 2:25.433512457 |
866 | 2024-12-31T16:23:28.521Z | sys 16.173236122 |
867 | 2024-12-31T16:23:28.521Z | trap 0.063151097 |
868 | 2024-12-31T16:23:28.521Z | tflt 0.279396830 |
869 | 2024-12-31T16:23:28.521Z | dflt 0.551389426 |
870 | 2024-12-31T16:23:28.521Z | kflt 0.000010549 |
871 | 2024-12-31T16:23:28.521Z | lock 3:51.681334717 |
872 | 2024-12-31T16:23:28.521Z | slp 7:19.874640016 |
873 | 2024-12-31T16:23:28.522Z | lat 4.323001572 |
874 | 2024-12-31T16:23:28.522Z | stop 6.264049282 |
875 | 2024-12-31T16:23:28.522Z | process exited: duration 135143 ms, exit code 0 |
|
876 | 2024-12-31T16:23:28.528Z | found 0 output files |