|
|
|
1 | 2024-12-16T18:38:56.587Z | job assigned to worker 01JF8C6VFCF1MYEHNDS4QAQ7GX [factory aws, i-0407810435e5b2340] (queued for 51 s) |
|
2 | 2024-12-16T18:39:04.978Z | starting task 0: "setup" |
3 | 2024-12-16T18:39:04.986Z | ++ uname -s |
4 | 2024-12-16T18:39:04.989Z | + kern=SunOS |
5 | 2024-12-16T18:39:04.989Z | + case "$kern" in |
6 | 2024-12-16T18:39:04.989Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:39:04.992Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:39:06.998Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:39:07.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:39:07.208Z | + home_fs=zfs |
11 | 2024-12-16T18:39:07.208Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:39:07.208Z | + mkdir -p /home/build |
13 | 2024-12-16T18:39:07.210Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:39:08.211Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:39:08.214Z | process exited: duration 3236 ms, exit code 0 |
|
16 | 2024-12-16T18:39:08.220Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:39:08.225Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:39:08.225Z | ' nightly-2024-11-18 |
19 | 2024-12-16T18:39:08.225Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T18:39:08.225Z | ' default |
21 | 2024-12-16T18:39:08.225Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-16T18:39:08.225Z | * toolchain profile = "default" |
23 | 2024-12-16T18:39:08.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:39:08.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:39:08.352Z | info: downloading installer |
26 | 2024-12-16T18:39:10.019Z | info: profile set to 'default' |
27 | 2024-12-16T18:39:10.019Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:39:10.022Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:39:10.164Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:39:10.164Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:39:10.927Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:39:11.218Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:39:12.255Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:39:13.929Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:39:19.869Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:39:20.097Z | info: installing component 'cargo' |
37 | 2024-12-16T18:39:20.920Z | info: installing component 'clippy' |
38 | 2024-12-16T18:39:21.300Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:39:22.966Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:39:24.816Z | info: installing component 'rustc' |
41 | 2024-12-16T18:39:30.742Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:39:31.071Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:39:31.071Z | |
44 | 2024-12-16T18:39:31.502Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:39:31.502Z | |
46 | 2024-12-16T18:39:31.506Z | |
47 | 2024-12-16T18:39:31.506Z | Rust is installed now. Great! |
48 | 2024-12-16T18:39:31.506Z | |
49 | 2024-12-16T18:39:31.506Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:39:31.506Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:39:31.507Z | |
52 | 2024-12-16T18:39:31.507Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:39:31.507Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:39:31.507Z | |
55 | 2024-12-16T18:39:31.507Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:39:31.507Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:39:31.507Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:39:31.582Z | + rustc --version |
59 | 2024-12-16T18:39:31.652Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:39:31.655Z | process exited: duration 23432 ms, exit code 0 |
|
61 | 2024-12-16T18:39:31.661Z | starting task 2: "authentication" |
62 | 2024-12-16T18:39:31.683Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-16T18:39:31.691Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:39:31.696Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:39:31.700Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:39:32.027Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:39:32.945Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:39:32.948Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:39:33.253Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:39:33.253Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:39:33.261Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:39:33.264Z | ++ git branch --show-current |
73 | 2024-12-16T18:39:33.267Z | + current=master |
74 | 2024-12-16T18:39:33.267Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:39:33.267Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:39:33.270Z | + git checkout -f rwlock |
77 | 2024-12-16T18:39:33.291Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:39:33.294Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:39:33.298Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:39:33.301Z | process exited: duration 1608 ms, exit code 0 |
|
81 | 2024-12-16T18:39:33.306Z | starting task 4: "build" |
82 | 2024-12-16T18:39:33.311Z | + cargo --version |
83 | 2024-12-16T18:39:33.316Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-16T18:39:33.480Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-16T18:39:33.480Z | info: downloading component 'cargo' |
86 | 2024-12-16T18:39:34.359Z | info: downloading component 'clippy' |
87 | 2024-12-16T18:39:34.696Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T18:39:35.942Z | info: downloading component 'rust-std' |
89 | 2024-12-16T18:39:37.729Z | info: downloading component 'rustc' |
90 | 2024-12-16T18:39:44.537Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T18:39:44.913Z | info: installing component 'cargo' |
92 | 2024-12-16T18:39:45.728Z | info: installing component 'clippy' |
93 | 2024-12-16T18:39:46.102Z | info: installing component 'rust-docs' |
94 | 2024-12-16T18:39:47.827Z | info: installing component 'rust-std' |
95 | 2024-12-16T18:39:49.437Z | info: installing component 'rustc' |
96 | 2024-12-16T18:39:55.167Z | info: installing component 'rustfmt' |
97 | 2024-12-16T18:39:55.587Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-16T18:39:55.590Z | + rustc --version |
99 | 2024-12-16T18:39:55.662Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-16T18:39:55.667Z | + cd lib/opte |
101 | 2024-12-16T18:39:55.671Z | + header 'check style' |
102 | 2024-12-16T18:39:55.672Z | + echo '# ==== check style ==== #' |
103 | 2024-12-16T18:39:55.672Z | # ==== check style ==== # |
104 | 2024-12-16T18:39:55.672Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-16T18:39:56.052Z | |
106 | 2024-12-16T18:39:56.052Z | real 0.381059372 |
107 | 2024-12-16T18:39:56.052Z | user 0.268134828 |
108 | 2024-12-16T18:39:56.052Z | sys 0.103591470 |
109 | 2024-12-16T18:39:56.052Z | trap 0.000139014 |
110 | 2024-12-16T18:39:56.052Z | tflt 0.000000000 |
111 | 2024-12-16T18:39:56.052Z | dflt 0.000008679 |
112 | 2024-12-16T18:39:56.052Z | kflt 0.000000000 |
113 | 2024-12-16T18:39:56.052Z | lock 0.000000000 |
114 | 2024-12-16T18:39:56.055Z | slp 0.290162593 |
115 | 2024-12-16T18:39:56.055Z | lat 0.001214305 |
116 | 2024-12-16T18:39:56.055Z | stop 0.000135625 |
117 | 2024-12-16T18:39:56.055Z | + header 'check docs' |
118 | 2024-12-16T18:39:56.055Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-16T18:39:56.055Z | # ==== check docs ==== # |
120 | 2024-12-16T18:39:56.055Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-16T18:39:56.055Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-16T18:39:56.165Z | Updating crates.io index |
123 | 2024-12-16T18:39:56.214Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-16T18:39:56.967Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-16T18:39:57.283Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-16T18:39:57.566Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-16T18:39:57.948Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-16T18:39:58.197Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-16T18:39:58.516Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-16T18:39:58.874Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-16T18:39:59.183Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-16T18:39:59.942Z | Downloading crates ... |
133 | 2024-12-16T18:39:59.989Z | Downloaded dyn-clone v1.0.17 |
134 | 2024-12-16T18:40:00.001Z | Downloaded darling_macro v0.20.10 |
135 | 2024-12-16T18:40:00.019Z | Downloaded usdt-attr-macro v0.5.0 |
136 | 2024-12-16T18:40:00.022Z | Downloaded darling v0.20.10 |
137 | 2024-12-16T18:40:00.025Z | Downloaded scroll_derive v0.12.0 |
138 | 2024-12-16T18:40:00.025Z | Downloaded ident_case v1.0.1 |
139 | 2024-12-16T18:40:00.027Z | Downloaded dtrace-parser v0.2.0 |
140 | 2024-12-16T18:40:00.033Z | Downloaded crypto-common v0.1.6 |
141 | 2024-12-16T18:40:00.036Z | Downloaded pretty-hex v0.4.1 |
142 | 2024-12-16T18:40:00.041Z | Downloaded usdt-macro v0.5.0 |
143 | 2024-12-16T18:40:00.043Z | Downloaded cfg-if v1.0.0 |
144 | 2024-12-16T18:40:00.044Z | Downloaded bitflags v1.3.2 |
145 | 2024-12-16T18:40:00.047Z | Downloaded dof v0.3.0 |
146 | 2024-12-16T18:40:00.049Z | Downloaded digest v0.10.7 |
147 | 2024-12-16T18:40:00.049Z | Downloaded embedded-io v0.6.1 |
148 | 2024-12-16T18:40:00.052Z | Downloaded embedded-io v0.4.0 |
149 | 2024-12-16T18:40:00.052Z | Downloaded version_check v0.9.5 |
150 | 2024-12-16T18:40:00.055Z | Downloaded managed v0.8.0 |
151 | 2024-12-16T18:40:00.055Z | Downloaded defmt-parser v0.4.1 |
152 | 2024-12-16T18:40:00.055Z | Downloaded defmt-macros v0.4.0 |
153 | 2024-12-16T18:40:00.059Z | Downloaded pest_generator v2.7.15 |
154 | 2024-12-16T18:40:00.062Z | Downloaded itoa v1.0.14 |
155 | 2024-12-16T18:40:00.062Z | Downloaded generic-array v0.14.7 |
156 | 2024-12-16T18:40:00.062Z | Downloaded byteorder v1.5.0 |
157 | 2024-12-16T18:40:00.064Z | Downloaded block-buffer v0.10.4 |
158 | 2024-12-16T18:40:00.064Z | Downloaded cpufeatures v0.2.16 |
159 | 2024-12-16T18:40:00.071Z | Downloaded thread-id v4.2.2 |
160 | 2024-12-16T18:40:00.074Z | Downloaded either v1.13.0 |
161 | 2024-12-16T18:40:00.074Z | Downloaded usdt v0.5.0 |
162 | 2024-12-16T18:40:00.077Z | Downloaded serde_tokenstream v0.2.2 |
163 | 2024-12-16T18:40:00.077Z | Downloaded tabwriter v1.4.0 |
164 | 2024-12-16T18:40:00.080Z | Downloaded memmap v0.7.0 |
165 | 2024-12-16T18:40:00.080Z | Downloaded proc-macro-error-attr2 v2.0.0 |
166 | 2024-12-16T18:40:00.080Z | Downloaded macaddr v1.0.1 |
167 | 2024-12-16T18:40:00.082Z | Downloaded hash32 v0.3.1 |
168 | 2024-12-16T18:40:00.082Z | Downloaded thiserror v1.0.69 |
169 | 2024-12-16T18:40:00.087Z | Downloaded strsim v0.11.1 |
170 | 2024-12-16T18:40:00.089Z | Downloaded thiserror-impl v2.0.7 |
171 | 2024-12-16T18:40:00.089Z | Downloaded cobs v0.2.3 |
172 | 2024-12-16T18:40:00.092Z | Downloaded ipnetwork v0.20.0 |
173 | 2024-12-16T18:40:00.092Z | Downloaded postcard v1.1.1 |
174 | 2024-12-16T18:40:00.095Z | Downloaded crc32fast v1.4.2 |
175 | 2024-12-16T18:40:00.097Z | Downloaded defmt v0.3.10 |
176 | 2024-12-16T18:40:00.100Z | Downloaded thiserror v2.0.7 |
177 | 2024-12-16T18:40:00.104Z | Downloaded sha2 v0.10.8 |
178 | 2024-12-16T18:40:00.108Z | Downloaded usdt-impl v0.5.0 |
179 | 2024-12-16T18:40:00.110Z | Downloaded fnv v1.0.7 |
180 | 2024-12-16T18:40:00.111Z | Downloaded scroll v0.12.0 |
181 | 2024-12-16T18:40:00.111Z | Downloaded once_cell v1.20.2 |
182 | 2024-12-16T18:40:00.113Z | Downloaded quote v1.0.37 |
183 | 2024-12-16T18:40:00.115Z | Downloaded bitflags v2.6.0 |
184 | 2024-12-16T18:40:00.118Z | Downloaded proc-macro-error2 v2.0.1 |
185 | 2024-12-16T18:40:00.121Z | Downloaded stable_deref_trait v1.2.0 |
186 | 2024-12-16T18:40:00.124Z | Downloaded thiserror-impl v1.0.69 |
187 | 2024-12-16T18:40:00.127Z | Downloaded unicode-ident v1.0.14 |
188 | 2024-12-16T18:40:00.133Z | Downloaded pest_meta v2.7.15 |
189 | 2024-12-16T18:40:00.136Z | Downloaded typenum v1.17.0 |
190 | 2024-12-16T18:40:00.138Z | Downloaded log v0.4.22 |
191 | 2024-12-16T18:40:00.143Z | Downloaded pest_derive v2.7.15 |
192 | 2024-12-16T18:40:00.148Z | Downloaded ucd-trie v0.1.7 |
193 | 2024-12-16T18:40:00.151Z | Downloaded darling_core v0.20.10 |
194 | 2024-12-16T18:40:00.154Z | Downloaded serde_derive v1.0.216 |
195 | 2024-12-16T18:40:00.157Z | Downloaded zerocopy-derive v0.7.35 |
196 | 2024-12-16T18:40:00.161Z | Downloaded ryu v1.0.18 |
197 | 2024-12-16T18:40:00.164Z | Downloaded proc-macro2 v1.0.92 |
198 | 2024-12-16T18:40:00.167Z | Downloaded serde v1.0.216 |
199 | 2024-12-16T18:40:00.170Z | Downloaded plain v0.2.3 |
200 | 2024-12-16T18:40:00.173Z | Downloaded heapless v0.8.0 |
201 | 2024-12-16T18:40:00.181Z | Downloaded zerocopy-derive v0.8.13 |
202 | 2024-12-16T18:40:00.196Z | Downloaded memchr v2.7.4 |
203 | 2024-12-16T18:40:00.201Z | Downloaded aho-corasick v1.1.3 |
204 | 2024-12-16T18:40:00.213Z | Downloaded pest v2.7.15 |
205 | 2024-12-16T18:40:00.224Z | Downloaded itertools v0.13.0 |
206 | 2024-12-16T18:40:00.231Z | Downloaded serde_json v1.0.133 |
207 | 2024-12-16T18:40:00.240Z | Downloaded zerocopy v0.7.35 |
208 | 2024-12-16T18:40:00.256Z | Downloaded goblin v0.8.2 |
209 | 2024-12-16T18:40:00.273Z | Downloaded regex v1.11.1 |
210 | 2024-12-16T18:40:00.285Z | Downloaded zerocopy v0.8.13 |
211 | 2024-12-16T18:40:00.308Z | Downloaded unicode-width v0.1.14 |
212 | 2024-12-16T18:40:00.328Z | Downloaded syn v2.0.90 |
213 | 2024-12-16T18:40:00.339Z | Downloaded smoltcp v0.11.0 |
214 | 2024-12-16T18:40:00.351Z | Downloaded regex-syntax v0.8.5 |
215 | 2024-12-16T18:40:00.389Z | Downloaded regex-automata v0.4.9 |
216 | 2024-12-16T18:40:00.405Z | Downloaded libc v0.2.168 |
217 | 2024-12-16T18:40:00.564Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-12-16T18:40:00.567Z | Compiling unicode-ident v1.0.14 |
219 | 2024-12-16T18:40:00.567Z | Documenting unicode-ident v1.0.14 |
220 | 2024-12-16T18:40:00.567Z | Compiling ident_case v1.0.1 |
221 | 2024-12-16T18:40:00.567Z | Compiling fnv v1.0.7 |
222 | 2024-12-16T18:40:00.567Z | Compiling strsim v0.11.1 |
223 | 2024-12-16T18:40:00.750Z | Checking memchr v2.7.4 |
224 | 2024-12-16T18:40:00.789Z | Compiling serde v1.0.216 |
225 | 2024-12-16T18:40:00.923Z | Compiling regex-syntax v0.8.5 |
226 | 2024-12-16T18:40:00.997Z | Compiling zerocopy v0.8.13 |
227 | 2024-12-16T18:40:01.225Z | Compiling either v1.13.0 |
228 | 2024-12-16T18:40:01.271Z | Checking byteorder v1.5.0 |
229 | 2024-12-16T18:40:01.450Z | Checking aho-corasick v1.1.3 |
230 | 2024-12-16T18:40:01.480Z | Documenting ident_case v1.0.1 |
231 | 2024-12-16T18:40:02.120Z | Documenting fnv v1.0.7 |
232 | 2024-12-16T18:40:02.705Z | Documenting strsim v0.11.1 |
233 | 2024-12-16T18:40:02.716Z | Compiling itertools v0.13.0 |
234 | 2024-12-16T18:40:02.732Z | Documenting memchr v2.7.4 |
235 | 2024-12-16T18:40:03.477Z | Checking quote v1.0.37 |
236 | 2024-12-16T18:40:03.793Z | Checking syn v2.0.90 |
237 | 2024-12-16T18:40:04.176Z | Documenting proc-macro2 v1.0.92 |
238 | 2024-12-16T18:40:04.239Z | Compiling regex-automata v0.4.9 |
239 | 2024-12-16T18:40:04.504Z | Compiling heapless v0.8.0 |
240 | 2024-12-16T18:40:05.244Z | Documenting quote v1.0.37 |
241 | 2024-12-16T18:40:05.621Z | Documenting aho-corasick v1.1.3 |
242 | 2024-12-16T18:40:05.840Z | Checking hash32 v0.3.1 |
243 | 2024-12-16T18:40:05.975Z | Documenting regex-syntax v0.8.5 |
244 | 2024-12-16T18:40:05.996Z | Checking stable_deref_trait v1.2.0 |
245 | 2024-12-16T18:40:06.093Z | Checking macaddr v1.0.1 |
246 | 2024-12-16T18:40:06.220Z | Documenting syn v2.0.90 |
247 | 2024-12-16T18:40:06.322Z | Checking cfg-if v1.0.0 |
248 | 2024-12-16T18:40:06.402Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-16T18:40:08.086Z | Checking cobs v0.2.3 |
250 | 2024-12-16T18:40:08.243Z | Compiling regex v1.11.1 |
251 | 2024-12-16T18:40:08.253Z | Documenting regex-automata v0.4.9 |
252 | 2024-12-16T18:40:08.903Z | Checking darling_core v0.20.10 |
253 | 2024-12-16T18:40:09.157Z | Checking bitflags v1.3.2 |
254 | 2024-12-16T18:40:09.198Z | Documenting byteorder v1.5.0 |
255 | 2024-12-16T18:40:09.239Z | Checking bitflags v2.6.0 |
256 | 2024-12-16T18:40:09.465Z | Checking managed v0.8.0 |
257 | 2024-12-16T18:40:09.816Z | Documenting stable_deref_trait v1.2.0 |
258 | 2024-12-16T18:40:09.864Z | Documenting macaddr v1.0.1 |
259 | 2024-12-16T18:40:09.924Z | Documenting hash32 v0.3.1 |
260 | 2024-12-16T18:40:10.539Z | Documenting cfg-if v1.0.0 |
261 | 2024-12-16T18:40:10.556Z | Documenting heapless v0.8.0 |
262 | 2024-12-16T18:40:10.925Z | Documenting regex v1.11.1 |
263 | 2024-12-16T18:40:11.190Z | Compiling version_check v0.9.5 |
264 | 2024-12-16T18:40:11.341Z | Documenting darling_core v0.20.10 |
265 | 2024-12-16T18:40:11.541Z | Documenting zerocopy-derive v0.8.13 |
266 | 2024-12-16T18:40:11.692Z | Documenting serde_derive v1.0.216 |
267 | 2024-12-16T18:40:11.795Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-12-16T18:40:12.020Z | Checking ipnetwork v0.20.0 |
269 | 2024-12-16T18:40:12.318Z | Documenting cobs v0.2.3 |
270 | 2024-12-16T18:40:12.446Z | Checking unicode-width v0.1.14 |
271 | 2024-12-16T18:40:12.826Z | Documenting bitflags v2.6.0 |
272 | 2024-12-16T18:40:12.945Z | Documenting managed v0.8.0 |
273 | 2024-12-16T18:40:12.993Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
274 | 2024-12-16T18:40:13.375Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
275 | 2024-12-16T18:40:13.580Z | Documenting unicode-width v0.1.14 |
276 | 2024-12-16T18:40:13.642Z | Documenting darling_macro v0.20.10 |
277 | 2024-12-16T18:40:13.747Z | Documenting ipnetwork v0.20.0 |
278 | 2024-12-16T18:40:13.767Z | Documenting smoltcp v0.11.0 |
279 | 2024-12-16T18:40:13.825Z | Documenting either v1.13.0 |
280 | 2024-12-16T18:40:14.156Z | Checking tabwriter v1.4.0 |
281 | 2024-12-16T18:40:14.534Z | Documenting tabwriter v1.4.0 |
282 | 2024-12-16T18:40:14.593Z | Documenting itertools v0.13.0 |
283 | 2024-12-16T18:40:14.616Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
284 | 2024-12-16T18:40:14.697Z | Documenting crc32fast v1.4.2 |
285 | 2024-12-16T18:40:14.725Z | Compiling zerocopy-derive v0.8.13 |
286 | 2024-12-16T18:40:15.338Z | Compiling serde_derive v1.0.216 |
287 | 2024-12-16T18:40:15.386Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
288 | 2024-12-16T18:40:15.624Z | Checking crc32fast v1.4.2 |
289 | 2024-12-16T18:40:15.779Z | Checking dyn-clone v1.0.17 |
290 | 2024-12-16T18:40:15.826Z | Documenting dyn-clone v1.0.17 |
291 | 2024-12-16T18:40:15.877Z | Compiling darling_macro v0.20.10 |
292 | 2024-12-16T18:40:16.710Z | Compiling darling v0.20.10 |
293 | 2024-12-16T18:40:16.710Z | Documenting darling v0.20.10 |
294 | 2024-12-16T18:40:16.792Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
295 | 2024-12-16T18:40:16.792Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2024-12-16T18:40:16.808Z | Documenting zerocopy v0.8.13 |
297 | 2024-12-16T18:40:17.870Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
298 | 2024-12-16T18:40:17.873Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
299 | 2024-12-16T18:40:19.927Z | Documenting serde v1.0.216 |
300 | 2024-12-16T18:40:20.628Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-16T18:40:20.628Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2024-12-16T18:40:22.695Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-12-16T18:40:22.695Z | Checking postcard v1.1.1 |
304 | 2024-12-16T18:40:22.697Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-16T18:40:22.697Z | Documenting postcard v1.1.1 |
306 | 2024-12-16T18:40:23.994Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-12-16T18:40:23.994Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2024-12-16T18:40:24.935Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2024-12-16T18:40:27.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.22s |
310 | 2024-12-16T18:40:27.406Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2024-12-16T18:40:27.427Z | |
312 | 2024-12-16T18:40:27.430Z | real 31.349889555 |
313 | 2024-12-16T18:40:27.430Z | user 2:16.588872077 |
314 | 2024-12-16T18:40:27.430Z | sys 18.982270979 |
315 | 2024-12-16T18:40:27.430Z | trap 0.096595703 |
316 | 2024-12-16T18:40:27.430Z | tflt 0.253087823 |
317 | 2024-12-16T18:40:27.430Z | dflt 1.459663183 |
318 | 2024-12-16T18:40:27.430Z | kflt 0.007094443 |
319 | 2024-12-16T18:40:27.430Z | lock 2:58.096170366 |
320 | 2024-12-16T18:40:27.430Z | slp 7:34.319803199 |
321 | 2024-12-16T18:40:27.430Z | lat 16.145619974 |
322 | 2024-12-16T18:40:27.430Z | stop 10.415729914 |
323 | 2024-12-16T18:40:27.430Z | + header 'analyze std + api' |
324 | 2024-12-16T18:40:27.430Z | + echo '# ==== analyze std + api ==== #' |
325 | 2024-12-16T18:40:27.430Z | # ==== analyze std + api ==== # |
326 | 2024-12-16T18:40:27.430Z | + ptime -m cargo clippy --all-targets |
327 | 2024-12-16T18:40:27.841Z | Compiling proc-macro2 v1.0.92 |
328 | 2024-12-16T18:40:27.842Z | Compiling unicode-ident v1.0.14 |
329 | 2024-12-16T18:40:27.844Z | Compiling memchr v2.7.4 |
330 | 2024-12-16T18:40:27.844Z | Compiling thiserror v2.0.7 |
331 | 2024-12-16T18:40:27.844Z | Compiling thiserror v1.0.69 |
332 | 2024-12-16T18:40:27.844Z | Compiling libc v0.2.168 |
333 | 2024-12-16T18:40:27.844Z | Compiling ucd-trie v0.1.7 |
334 | 2024-12-16T18:40:27.844Z | Compiling version_check v0.9.5 |
335 | 2024-12-16T18:40:28.284Z | Compiling once_cell v1.20.2 |
336 | 2024-12-16T18:40:28.388Z | Compiling serde_json v1.0.133 |
337 | 2024-12-16T18:40:28.437Z | Compiling serde v1.0.216 |
338 | 2024-12-16T18:40:28.606Z | Checking byteorder v1.5.0 |
339 | 2024-12-16T18:40:28.725Z | Compiling strsim v0.11.1 |
340 | 2024-12-16T18:40:28.730Z | Compiling fnv v1.0.7 |
341 | 2024-12-16T18:40:28.767Z | Compiling ident_case v1.0.1 |
342 | 2024-12-16T18:40:28.837Z | Compiling aho-corasick v1.1.3 |
343 | 2024-12-16T18:40:28.978Z | Compiling regex-syntax v0.8.5 |
344 | 2024-12-16T18:40:29.099Z | Compiling itoa v1.0.14 |
345 | 2024-12-16T18:40:29.105Z | Compiling ryu v1.0.18 |
346 | 2024-12-16T18:40:29.299Z | Compiling usdt-impl v0.5.0 |
347 | 2024-12-16T18:40:29.391Z | Compiling either v1.13.0 |
348 | 2024-12-16T18:40:29.537Z | Compiling quote v1.0.37 |
349 | 2024-12-16T18:40:29.686Z | Compiling zerocopy v0.8.13 |
350 | 2024-12-16T18:40:29.742Z | Compiling itertools v0.13.0 |
351 | 2024-12-16T18:40:29.899Z | Compiling syn v2.0.90 |
352 | 2024-12-16T18:40:29.922Z | Compiling thread-id v4.2.2 |
353 | 2024-12-16T18:40:30.090Z | Compiling heapless v0.8.0 |
354 | 2024-12-16T18:40:30.603Z | Checking plain v0.2.3 |
355 | 2024-12-16T18:40:30.627Z | Checking log v0.4.22 |
356 | 2024-12-16T18:40:30.850Z | Checking hash32 v0.3.1 |
357 | 2024-12-16T18:40:31.022Z | Checking cfg-if v1.0.0 |
358 | 2024-12-16T18:40:31.043Z | Checking stable_deref_trait v1.2.0 |
359 | 2024-12-16T18:40:31.093Z | Checking pretty-hex v0.4.1 |
360 | 2024-12-16T18:40:31.099Z | Compiling smoltcp v0.11.0 |
361 | 2024-12-16T18:40:31.124Z | Checking macaddr v1.0.1 |
362 | 2024-12-16T18:40:31.460Z | Checking bitflags v2.6.0 |
363 | 2024-12-16T18:40:31.670Z | Checking cobs v0.2.3 |
364 | 2024-12-16T18:40:31.705Z | Checking managed v0.8.0 |
365 | 2024-12-16T18:40:31.839Z | Checking bitflags v1.3.2 |
366 | 2024-12-16T18:40:31.918Z | Checking memmap v0.7.0 |
367 | 2024-12-16T18:40:32.034Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
368 | 2024-12-16T18:40:32.097Z | Checking ipnetwork v0.20.0 |
369 | 2024-12-16T18:40:32.373Z | Compiling regex-automata v0.4.9 |
370 | 2024-12-16T18:40:32.485Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
371 | 2024-12-16T18:40:32.645Z | warning: passing a unit value to a function |
372 | 2024-12-16T18:40:32.645Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
373 | 2024-12-16T18:40:32.645Z | | |
374 | 2024-12-16T18:40:32.645Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
375 | 2024-12-16T18:40:32.645Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
376 | 2024-12-16T18:40:32.645Z | | |
377 | 2024-12-16T18:40:32.645Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
378 | 2024-12-16T18:40:32.645Z | = note: `#[warn(clippy::unit_arg)]` on by default |
379 | 2024-12-16T18:40:32.646Z | help: move the expression in front of the call and replace it with the unit literal `()` |
380 | 2024-12-16T18:40:32.646Z | | |
381 | 2024-12-16T18:40:32.646Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
382 | 2024-12-16T18:40:32.646Z | 183 ~ core::hint::black_box(()); |
383 | 2024-12-16T18:40:32.646Z | | |
384 | 2024-12-16T18:40:32.646Z | |
385 | 2024-12-16T18:40:32.699Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
386 | 2024-12-16T18:40:32.701Z | Checking unicode-width v0.1.14 |
387 | 2024-12-16T18:40:32.781Z | Checking crc32fast v1.4.2 |
388 | 2024-12-16T18:40:32.965Z | Checking dyn-clone v1.0.17 |
389 | 2024-12-16T18:40:33.169Z | Checking tabwriter v1.4.0 |
390 | 2024-12-16T18:40:34.903Z | Compiling darling_core v0.20.10 |
391 | 2024-12-16T18:40:35.768Z | Compiling regex v1.11.1 |
392 | 2024-12-16T18:40:36.087Z | Compiling serde_derive v1.0.216 |
393 | 2024-12-16T18:40:36.123Z | Compiling thiserror-impl v2.0.7 |
394 | 2024-12-16T18:40:36.292Z | Compiling thiserror-impl v1.0.69 |
395 | 2024-12-16T18:40:36.305Z | Compiling zerocopy-derive v0.7.35 |
396 | 2024-12-16T18:40:36.567Z | Compiling scroll_derive v0.12.0 |
397 | 2024-12-16T18:40:36.597Z | Compiling zerocopy-derive v0.8.13 |
398 | 2024-12-16T18:40:36.969Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
399 | 2024-12-16T18:40:37.999Z | Checking scroll v0.12.0 |
400 | 2024-12-16T18:40:38.187Z | Compiling zerocopy v0.7.35 |
401 | 2024-12-16T18:40:38.436Z | Checking goblin v0.8.2 |
402 | 2024-12-16T18:40:39.150Z | Compiling pest v2.7.15 |
403 | 2024-12-16T18:40:39.669Z | Compiling darling_macro v0.20.10 |
404 | 2024-12-16T18:40:40.614Z | Compiling darling v0.20.10 |
405 | 2024-12-16T18:40:40.710Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
406 | 2024-12-16T18:40:40.710Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
407 | 2024-12-16T18:40:41.522Z | Compiling pest_meta v2.7.15 |
408 | 2024-12-16T18:40:42.640Z | Compiling pest_generator v2.7.15 |
409 | 2024-12-16T18:40:43.854Z | Compiling pest_derive v2.7.15 |
410 | 2024-12-16T18:40:44.502Z | Compiling dtrace-parser v0.2.0 |
411 | 2024-12-16T18:40:44.782Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
412 | 2024-12-16T18:40:44.859Z | Checking postcard v1.1.1 |
413 | 2024-12-16T18:40:45.268Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
414 | 2024-12-16T18:40:45.576Z | Compiling serde_tokenstream v0.2.2 |
415 | 2024-12-16T18:40:45.966Z | Checking dof v0.3.0 |
416 | 2024-12-16T18:40:46.576Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
417 | 2024-12-16T18:40:47.512Z | Compiling usdt-macro v0.5.0 |
418 | 2024-12-16T18:40:47.512Z | Compiling usdt-attr-macro v0.5.0 |
419 | 2024-12-16T18:40:48.369Z | Checking usdt v0.5.0 |
420 | 2024-12-16T18:40:59.999Z | warning: the borrowed expression implements the required traits |
421 | 2024-12-16T18:40:59.999Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
422 | 2024-12-16T18:40:59.999Z | | |
423 | 2024-12-16T18:40:59.999Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
424 | 2024-12-16T18:40:59.999Z | | ^^^ help: change this to: `[]` |
425 | 2024-12-16T18:40:59.999Z | | |
426 | 2024-12-16T18:40:59.999Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
427 | 2024-12-16T18:40:59.999Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
428 | 2024-12-16T18:40:59.999Z | |
429 | 2024-12-16T18:41:00.012Z | warning: the borrowed expression implements the required traits |
430 | 2024-12-16T18:41:00.012Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
431 | 2024-12-16T18:41:00.012Z | | |
432 | 2024-12-16T18:41:00.012Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
433 | 2024-12-16T18:41:00.012Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
434 | 2024-12-16T18:41:00.012Z | | |
435 | 2024-12-16T18:41:00.012Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
436 | 2024-12-16T18:41:00.012Z | |
437 | 2024-12-16T18:41:00.015Z | warning: the borrowed expression implements the required traits |
438 | 2024-12-16T18:41:00.015Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
439 | 2024-12-16T18:41:00.015Z | | |
440 | 2024-12-16T18:41:00.015Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
441 | 2024-12-16T18:41:00.015Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
442 | 2024-12-16T18:41:00.015Z | | |
443 | 2024-12-16T18:41:00.015Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
444 | 2024-12-16T18:41:00.015Z | |
445 | 2024-12-16T18:41:00.015Z | warning: the borrowed expression implements the required traits |
446 | 2024-12-16T18:41:00.015Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
447 | 2024-12-16T18:41:00.015Z | | |
448 | 2024-12-16T18:41:00.015Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
449 | 2024-12-16T18:41:00.015Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
450 | 2024-12-16T18:41:00.015Z | | |
451 | 2024-12-16T18:41:00.015Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
452 | 2024-12-16T18:41:00.015Z | |
453 | 2024-12-16T18:41:00.042Z | warning: the loop variable `i` is only used to index `els` |
454 | 2024-12-16T18:41:00.042Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
455 | 2024-12-16T18:41:00.042Z | | |
456 | 2024-12-16T18:41:00.042Z | 1361 | for i in 0..els.len() { |
457 | 2024-12-16T18:41:00.042Z | | ^^^^^^^^^^^^ |
458 | 2024-12-16T18:41:00.042Z | | |
459 | 2024-12-16T18:41:00.042Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
460 | 2024-12-16T18:41:00.042Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
461 | 2024-12-16T18:41:00.042Z | help: consider using an iterator |
462 | 2024-12-16T18:41:00.042Z | | |
463 | 2024-12-16T18:41:00.042Z | 1361 | for <item> in &els { |
464 | 2024-12-16T18:41:00.042Z | | ~~~~~~ ~~~~ |
465 | 2024-12-16T18:41:00.042Z | |
466 | 2024-12-16T18:41:01.223Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
467 | 2024-12-16T18:41:01.223Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
468 | 2024-12-16T18:41:01.223Z | | |
469 | 2024-12-16T18:41:01.223Z | 461 | header.packet_length() as usize, |
470 | 2024-12-16T18:41:01.223Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
471 | 2024-12-16T18:41:01.223Z | | |
472 | 2024-12-16T18:41:01.223Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
473 | 2024-12-16T18:41:01.223Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
474 | 2024-12-16T18:41:01.223Z | |
475 | 2024-12-16T18:41:01.238Z | warning: redundant slicing of the whole range |
476 | 2024-12-16T18:41:01.238Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
477 | 2024-12-16T18:41:01.238Z | | |
478 | 2024-12-16T18:41:01.238Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
479 | 2024-12-16T18:41:01.238Z | | ^^^^^^^^ help: use the original value instead: `buf` |
480 | 2024-12-16T18:41:01.239Z | | |
481 | 2024-12-16T18:41:01.239Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
482 | 2024-12-16T18:41:01.239Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
483 | 2024-12-16T18:41:01.239Z | |
484 | 2024-12-16T18:41:01.241Z | warning: redundant slicing of the whole range |
485 | 2024-12-16T18:41:01.241Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
486 | 2024-12-16T18:41:01.241Z | | |
487 | 2024-12-16T18:41:01.241Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
488 | 2024-12-16T18:41:01.241Z | | ^^^^^^^^ help: use the original value instead: `buf` |
489 | 2024-12-16T18:41:01.241Z | | |
490 | 2024-12-16T18:41:01.241Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
491 | 2024-12-16T18:41:01.241Z | |
492 | 2024-12-16T18:41:01.404Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
493 | 2024-12-16T18:41:01.404Z | --> lib/opte/src/engine/layer.rs:1880:46 |
494 | 2024-12-16T18:41:01.404Z | | |
495 | 2024-12-16T18:41:01.404Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
496 | 2024-12-16T18:41:01.404Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
497 | 2024-12-16T18:41:01.404Z | | |
498 | 2024-12-16T18:41:01.404Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
499 | 2024-12-16T18:41:01.404Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
500 | 2024-12-16T18:41:01.404Z | |
501 | 2024-12-16T18:41:02.268Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
502 | 2024-12-16T18:41:02.268Z | --> lib/opte/src/engine/rule.rs:1162:25 |
503 | 2024-12-16T18:41:02.268Z | | |
504 | 2024-12-16T18:41:02.268Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
505 | 2024-12-16T18:41:02.268Z | | ^^^^^ help: change this to: `meta` |
506 | 2024-12-16T18:41:02.268Z | | |
507 | 2024-12-16T18:41:02.268Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
508 | 2024-12-16T18:41:02.269Z | |
509 | 2024-12-16T18:41:02.272Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
510 | 2024-12-16T18:41:02.272Z | --> lib/opte/src/engine/rule.rs:1171:26 |
511 | 2024-12-16T18:41:02.272Z | | |
512 | 2024-12-16T18:41:02.272Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
513 | 2024-12-16T18:41:02.272Z | | ^^^^^ help: change this to: `meta` |
514 | 2024-12-16T18:41:02.272Z | | |
515 | 2024-12-16T18:41:02.272Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
516 | 2024-12-16T18:41:02.272Z | |
517 | 2024-12-16T18:41:02.429Z | warning: useless use of `vec!` |
518 | 2024-12-16T18:41:02.429Z | --> lib/opte/src/engine/geneve.rs:401:19 |
519 | 2024-12-16T18:41:02.429Z | | |
520 | 2024-12-16T18:41:02.429Z | 401 | let buf = vec![ |
521 | 2024-12-16T18:41:02.429Z | | ___________________^ |
522 | 2024-12-16T18:41:02.429Z | 402 | | // source |
523 | 2024-12-16T18:41:02.429Z | 403 | | 0x1E, 0x61, |
524 | 2024-12-16T18:41:02.429Z | 404 | | // dest |
525 | 2024-12-16T18:41:02.429Z | ... | |
526 | 2024-12-16T18:41:02.429Z | 424 | | 0x00, |
527 | 2024-12-16T18:41:02.429Z | 425 | | ]; |
528 | 2024-12-16T18:41:02.429Z | | |_________^ |
529 | 2024-12-16T18:41:02.429Z | | |
530 | 2024-12-16T18:41:02.430Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
531 | 2024-12-16T18:41:02.430Z | = note: `#[warn(clippy::useless_vec)]` on by default |
532 | 2024-12-16T18:41:02.430Z | help: you can use an array directly |
533 | 2024-12-16T18:41:02.430Z | | |
534 | 2024-12-16T18:41:02.430Z | 401 ~ let buf = [0x1E, 0x61, |
535 | 2024-12-16T18:41:02.430Z | 402 + // dest |
536 | 2024-12-16T18:41:02.430Z | 403 + 0x17, 0xC1, |
537 | 2024-12-16T18:41:02.430Z | 404 + // length |
538 | 2024-12-16T18:41:02.430Z | 405 + 0x00, 0x14, |
539 | 2024-12-16T18:41:02.430Z | 406 + // csum |
540 | 2024-12-16T18:41:02.430Z | 407 + 0x00, 0x00, |
541 | 2024-12-16T18:41:02.430Z | 408 + // ver + opt len |
542 | 2024-12-16T18:41:02.430Z | 409 + 0x01, |
543 | 2024-12-16T18:41:02.430Z | 410 + // flags |
544 | 2024-12-16T18:41:02.430Z | 411 + 0x00, |
545 | 2024-12-16T18:41:02.430Z | 412 + // proto |
546 | 2024-12-16T18:41:02.430Z | 413 + 0x65, 0x58, |
547 | 2024-12-16T18:41:02.430Z | 414 + // vni + reserved |
548 | 2024-12-16T18:41:02.430Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
549 | 2024-12-16T18:41:02.430Z | 416 + |
550 | 2024-12-16T18:41:02.430Z | 417 + // option class |
551 | 2024-12-16T18:41:02.430Z | 418 + 0x01, 0x29, |
552 | 2024-12-16T18:41:02.430Z | 419 + // crt + type |
553 | 2024-12-16T18:41:02.434Z | 420 + 0x00, |
554 | 2024-12-16T18:41:02.434Z | 421 + // rsvd + len |
555 | 2024-12-16T18:41:02.434Z | 422 ~ 0x00]; |
556 | 2024-12-16T18:41:02.434Z | | |
557 | 2024-12-16T18:41:02.434Z | |
558 | 2024-12-16T18:41:02.434Z | warning: useless use of `vec!` |
559 | 2024-12-16T18:41:02.434Z | --> lib/opte/src/engine/geneve.rs:441:19 |
560 | 2024-12-16T18:41:02.434Z | | |
561 | 2024-12-16T18:41:02.434Z | 441 | let buf = vec![ |
562 | 2024-12-16T18:41:02.434Z | | ___________________^ |
563 | 2024-12-16T18:41:02.434Z | 442 | | // source |
564 | 2024-12-16T18:41:02.434Z | 443 | | 0x1E, 0x61, |
565 | 2024-12-16T18:41:02.434Z | 444 | | // dest |
566 | 2024-12-16T18:41:02.434Z | ... | |
567 | 2024-12-16T18:41:02.434Z | 464 | | 0x00, |
568 | 2024-12-16T18:41:02.434Z | 465 | | ]; |
569 | 2024-12-16T18:41:02.434Z | | |_________^ |
570 | 2024-12-16T18:41:02.434Z | | |
571 | 2024-12-16T18:41:02.434Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
572 | 2024-12-16T18:41:02.434Z | help: you can use an array directly |
573 | 2024-12-16T18:41:02.434Z | | |
574 | 2024-12-16T18:41:02.434Z | 441 ~ let buf = [0x1E, 0x61, |
575 | 2024-12-16T18:41:02.434Z | 442 + // dest |
576 | 2024-12-16T18:41:02.434Z | 443 + 0x17, 0xC1, |
577 | 2024-12-16T18:41:02.434Z | 444 + // length |
578 | 2024-12-16T18:41:02.434Z | 445 + 0x00, 0x14, |
579 | 2024-12-16T18:41:02.434Z | 446 + // csum |
580 | 2024-12-16T18:41:02.435Z | 447 + 0x00, 0x00, |
581 | 2024-12-16T18:41:02.435Z | 448 + // ver + opt len |
582 | 2024-12-16T18:41:02.435Z | 449 + 0x01, |
583 | 2024-12-16T18:41:02.435Z | 450 + // flags |
584 | 2024-12-16T18:41:02.435Z | 451 + 0b0100_0000, |
585 | 2024-12-16T18:41:02.435Z | 452 + // proto |
586 | 2024-12-16T18:41:02.435Z | 453 + 0x65, 0x58, |
587 | 2024-12-16T18:41:02.435Z | 454 + // vni + reserved |
588 | 2024-12-16T18:41:02.435Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
589 | 2024-12-16T18:41:02.435Z | 456 + |
590 | 2024-12-16T18:41:02.435Z | 457 + // experimenter option class |
591 | 2024-12-16T18:41:02.435Z | 458 + 0xff, 0xff, |
592 | 2024-12-16T18:41:02.435Z | 459 + // crt + type |
593 | 2024-12-16T18:41:02.435Z | 460 + 0x80, |
594 | 2024-12-16T18:41:02.435Z | 461 + // rsvd + len |
595 | 2024-12-16T18:41:02.435Z | 462 ~ 0x00]; |
596 | 2024-12-16T18:41:02.435Z | | |
597 | 2024-12-16T18:41:02.435Z | |
598 | 2024-12-16T18:41:02.435Z | warning: useless use of `vec!` |
599 | 2024-12-16T18:41:02.435Z | --> lib/opte/src/engine/geneve.rs:483:19 |
600 | 2024-12-16T18:41:02.435Z | | |
601 | 2024-12-16T18:41:02.435Z | 483 | let buf = vec![ |
602 | 2024-12-16T18:41:02.435Z | | ___________________^ |
603 | 2024-12-16T18:41:02.435Z | 484 | | // source |
604 | 2024-12-16T18:41:02.435Z | 485 | | 0x1E, 0x61, |
605 | 2024-12-16T18:41:02.435Z | 486 | | // dest |
606 | 2024-12-16T18:41:02.435Z | ... | |
607 | 2024-12-16T18:41:02.435Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
608 | 2024-12-16T18:41:02.435Z | 525 | | ]; |
609 | 2024-12-16T18:41:02.435Z | | |_________^ |
610 | 2024-12-16T18:41:02.435Z | | |
611 | 2024-12-16T18:41:02.435Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
612 | 2024-12-16T18:41:02.435Z | help: you can use an array directly |
613 | 2024-12-16T18:41:02.435Z | | |
614 | 2024-12-16T18:41:02.435Z | 483 ~ let buf = [0x1E, 0x61, |
615 | 2024-12-16T18:41:02.435Z | 484 + // dest |
616 | 2024-12-16T18:41:02.436Z | 485 + 0x17, 0xC1, |
617 | 2024-12-16T18:41:02.436Z | 486 + // length |
618 | 2024-12-16T18:41:02.436Z | 487 + 0x00, 0x1c, |
619 | 2024-12-16T18:41:02.436Z | 488 + // csum |
620 | 2024-12-16T18:41:02.436Z | 489 + 0x00, 0x00, |
621 | 2024-12-16T18:41:02.436Z | 490 + // ver + opt len |
622 | 2024-12-16T18:41:02.436Z | 491 + 0x05, |
623 | 2024-12-16T18:41:02.436Z | 492 + // flags |
624 | 2024-12-16T18:41:02.436Z | 493 + 0x00, |
625 | 2024-12-16T18:41:02.436Z | 494 + // proto |
626 | 2024-12-16T18:41:02.436Z | 495 + 0x65, 0x58, |
627 | 2024-12-16T18:41:02.436Z | 496 + // vni + reserved |
628 | 2024-12-16T18:41:02.436Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
629 | 2024-12-16T18:41:02.436Z | 498 + |
630 | 2024-12-16T18:41:02.436Z | 499 + // option class |
631 | 2024-12-16T18:41:02.436Z | 500 + 0x01, 0x29, |
632 | 2024-12-16T18:41:02.436Z | 501 + // crt + type |
633 | 2024-12-16T18:41:02.436Z | 502 + 0x00, |
634 | 2024-12-16T18:41:02.436Z | 503 + // rsvd + len |
635 | 2024-12-16T18:41:02.436Z | 504 + 0x00, |
636 | 2024-12-16T18:41:02.436Z | 505 + |
637 | 2024-12-16T18:41:02.436Z | 506 + // experimenter option class |
638 | 2024-12-16T18:41:02.436Z | 507 + 0xff, 0xff, |
639 | 2024-12-16T18:41:02.436Z | 508 + // crt + type |
640 | 2024-12-16T18:41:02.436Z | 509 + 0x05, |
641 | 2024-12-16T18:41:02.436Z | 510 + // rsvd + len |
642 | 2024-12-16T18:41:02.436Z | 511 + 0x01, |
643 | 2024-12-16T18:41:02.436Z | 512 + // body |
644 | 2024-12-16T18:41:02.436Z | 513 + 0x00, 0x00, 0x00, 0x00, |
645 | 2024-12-16T18:41:02.436Z | 514 + |
646 | 2024-12-16T18:41:02.436Z | 515 + // experimenter option class |
647 | 2024-12-16T18:41:02.436Z | 516 + 0xff, 0xff, |
648 | 2024-12-16T18:41:02.436Z | 517 + // crt + type |
649 | 2024-12-16T18:41:02.436Z | 518 + 0x06, |
650 | 2024-12-16T18:41:02.436Z | 519 + // rsvd + len |
651 | 2024-12-16T18:41:02.436Z | 520 + 0x01, |
652 | 2024-12-16T18:41:02.436Z | 521 + // body |
653 | 2024-12-16T18:41:02.439Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
654 | 2024-12-16T18:41:02.440Z | | |
655 | 2024-12-16T18:41:02.440Z | |
656 | 2024-12-16T18:41:02.738Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
657 | 2024-12-16T18:41:02.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s |
658 | 2024-12-16T18:41:02.773Z | |
659 | 2024-12-16T18:41:02.776Z | real 35.335764814 |
660 | 2024-12-16T18:41:02.776Z | user 2:08.523544389 |
661 | 2024-12-16T18:41:02.776Z | sys 17.878617701 |
662 | 2024-12-16T18:41:02.776Z | trap 0.070674534 |
663 | 2024-12-16T18:41:02.776Z | tflt 0.364508174 |
664 | 2024-12-16T18:41:02.776Z | dflt 0.399962148 |
665 | 2024-12-16T18:41:02.776Z | kflt 0.000002330 |
666 | 2024-12-16T18:41:02.776Z | lock 3:17.169845392 |
667 | 2024-12-16T18:41:02.776Z | slp 7:44.478264413 |
668 | 2024-12-16T18:41:02.776Z | lat 4.499754617 |
669 | 2024-12-16T18:41:02.776Z | stop 6.658284001 |
670 | 2024-12-16T18:41:02.776Z | + header 'analyze no_std + engine + kernel' |
671 | 2024-12-16T18:41:02.776Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
672 | 2024-12-16T18:41:02.776Z | # ==== analyze no_std + engine + kernel ==== # |
673 | 2024-12-16T18:41:02.776Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
674 | 2024-12-16T18:41:03.080Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
675 | 2024-12-16T18:41:03.080Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
676 | 2024-12-16T18:41:03.083Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
677 | 2024-12-16T18:41:03.083Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
678 | 2024-12-16T18:41:03.216Z | warning: passing a unit value to a function |
679 | 2024-12-16T18:41:03.216Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
680 | 2024-12-16T18:41:03.216Z | | |
681 | 2024-12-16T18:41:03.216Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
682 | 2024-12-16T18:41:03.216Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
683 | 2024-12-16T18:41:03.216Z | | |
684 | 2024-12-16T18:41:03.217Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
685 | 2024-12-16T18:41:03.217Z | = note: `#[warn(clippy::unit_arg)]` on by default |
686 | 2024-12-16T18:41:03.217Z | help: move the expression in front of the call and replace it with the unit literal `()` |
687 | 2024-12-16T18:41:03.217Z | | |
688 | 2024-12-16T18:41:03.217Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
689 | 2024-12-16T18:41:03.217Z | 183 ~ core::hint::black_box(()); |
690 | 2024-12-16T18:41:03.217Z | | |
691 | 2024-12-16T18:41:03.217Z | |
692 | 2024-12-16T18:41:03.252Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
693 | 2024-12-16T18:41:03.255Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
694 | 2024-12-16T18:41:10.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s |
695 | 2024-12-16T18:41:10.085Z | |
696 | 2024-12-16T18:41:10.088Z | real 7.304181669 |
697 | 2024-12-16T18:41:10.088Z | user 8.076447195 |
698 | 2024-12-16T18:41:10.088Z | sys 1.198107603 |
699 | 2024-12-16T18:41:10.088Z | trap 0.001441376 |
700 | 2024-12-16T18:41:10.088Z | tflt 0.004962501 |
701 | 2024-12-16T18:41:10.088Z | dflt 0.001900833 |
702 | 2024-12-16T18:41:10.088Z | kflt 0.000000000 |
703 | 2024-12-16T18:41:10.088Z | lock 18.721903225 |
704 | 2024-12-16T18:41:10.088Z | slp 27.151751100 |
705 | 2024-12-16T18:41:10.088Z | lat 0.068650696 |
706 | 2024-12-16T18:41:10.088Z | stop 0.159999394 |
707 | 2024-12-16T18:41:10.088Z | + header test |
708 | 2024-12-16T18:41:10.088Z | + echo '# ==== test ==== #' |
709 | 2024-12-16T18:41:10.088Z | # ==== test ==== # |
710 | 2024-12-16T18:41:10.088Z | + ptime -m cargo test |
711 | 2024-12-16T18:41:10.353Z | Compiling unicode-ident v1.0.14 |
712 | 2024-12-16T18:41:10.353Z | Compiling memchr v2.7.4 |
713 | 2024-12-16T18:41:10.353Z | Compiling byteorder v1.5.0 |
714 | 2024-12-16T18:41:10.356Z | Compiling ucd-trie v0.1.7 |
715 | 2024-12-16T18:41:10.356Z | Compiling ryu v1.0.18 |
716 | 2024-12-16T18:41:10.362Z | Compiling itoa v1.0.14 |
717 | 2024-12-16T18:41:10.376Z | Compiling libc v0.2.168 |
718 | 2024-12-16T18:41:10.379Z | Compiling either v1.13.0 |
719 | 2024-12-16T18:41:10.523Z | Compiling proc-macro2 v1.0.92 |
720 | 2024-12-16T18:41:10.542Z | Compiling log v0.4.22 |
721 | 2024-12-16T18:41:10.693Z | Compiling itertools v0.13.0 |
722 | 2024-12-16T18:41:10.723Z | Compiling plain v0.2.3 |
723 | 2024-12-16T18:41:10.753Z | Compiling hash32 v0.3.1 |
724 | 2024-12-16T18:41:10.856Z | Compiling pretty-hex v0.4.1 |
725 | 2024-12-16T18:41:10.870Z | Compiling cfg-if v1.0.0 |
726 | 2024-12-16T18:41:10.931Z | Compiling thread-id v4.2.2 |
727 | 2024-12-16T18:41:10.946Z | Compiling stable_deref_trait v1.2.0 |
728 | 2024-12-16T18:41:10.970Z | Compiling macaddr v1.0.1 |
729 | 2024-12-16T18:41:10.981Z | Compiling cobs v0.2.3 |
730 | 2024-12-16T18:41:11.018Z | Compiling heapless v0.8.0 |
731 | 2024-12-16T18:41:11.028Z | Compiling bitflags v1.3.2 |
732 | 2024-12-16T18:41:11.041Z | Compiling bitflags v2.6.0 |
733 | 2024-12-16T18:41:11.110Z | Compiling managed v0.8.0 |
734 | 2024-12-16T18:41:11.241Z | Compiling quote v1.0.37 |
735 | 2024-12-16T18:41:11.300Z | Compiling aho-corasick v1.1.3 |
736 | 2024-12-16T18:41:11.319Z | Compiling memmap v0.7.0 |
737 | 2024-12-16T18:41:11.493Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
738 | 2024-12-16T18:41:11.639Z | Compiling syn v2.0.90 |
739 | 2024-12-16T18:41:11.877Z | Compiling smoltcp v0.11.0 |
740 | 2024-12-16T18:41:11.885Z | Compiling unicode-width v0.1.14 |
741 | 2024-12-16T18:41:12.021Z | Compiling ipnetwork v0.20.0 |
742 | 2024-12-16T18:41:12.189Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
743 | 2024-12-16T18:41:12.356Z | Compiling tabwriter v1.4.0 |
744 | 2024-12-16T18:41:12.431Z | Compiling crc32fast v1.4.2 |
745 | 2024-12-16T18:41:12.722Z | Compiling dyn-clone v1.0.17 |
746 | 2024-12-16T18:41:13.023Z | Compiling regex-automata v0.4.9 |
747 | 2024-12-16T18:41:16.150Z | Compiling regex v1.11.1 |
748 | 2024-12-16T18:41:16.684Z | Compiling darling_core v0.20.10 |
749 | 2024-12-16T18:41:18.387Z | Compiling serde_derive v1.0.216 |
750 | 2024-12-16T18:41:18.387Z | Compiling thiserror-impl v2.0.7 |
751 | 2024-12-16T18:41:18.387Z | Compiling thiserror-impl v1.0.69 |
752 | 2024-12-16T18:41:18.387Z | Compiling zerocopy-derive v0.7.35 |
753 | 2024-12-16T18:41:18.400Z | Compiling scroll_derive v0.12.0 |
754 | 2024-12-16T18:41:18.563Z | Compiling zerocopy-derive v0.8.13 |
755 | 2024-12-16T18:41:18.821Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
756 | 2024-12-16T18:41:19.782Z | Compiling scroll v0.12.0 |
757 | 2024-12-16T18:41:20.294Z | Compiling goblin v0.8.2 |
758 | 2024-12-16T18:41:20.321Z | Compiling zerocopy v0.7.35 |
759 | 2024-12-16T18:41:21.000Z | Compiling darling_macro v0.20.10 |
760 | 2024-12-16T18:41:21.086Z | Compiling thiserror v1.0.69 |
761 | 2024-12-16T18:41:21.197Z | Compiling zerocopy v0.8.13 |
762 | 2024-12-16T18:41:21.227Z | Compiling thiserror v2.0.7 |
763 | 2024-12-16T18:41:21.313Z | Compiling pest v2.7.15 |
764 | 2024-12-16T18:41:21.884Z | Compiling darling v0.20.10 |
765 | 2024-12-16T18:41:21.976Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
766 | 2024-12-16T18:41:22.144Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
767 | 2024-12-16T18:41:23.089Z | Compiling serde v1.0.216 |
768 | 2024-12-16T18:41:23.612Z | Compiling pest_meta v2.7.15 |
769 | 2024-12-16T18:41:24.750Z | Compiling pest_generator v2.7.15 |
770 | 2024-12-16T18:41:26.090Z | Compiling pest_derive v2.7.15 |
771 | 2024-12-16T18:41:26.243Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
772 | 2024-12-16T18:41:26.956Z | Compiling dtrace-parser v0.2.0 |
773 | 2024-12-16T18:41:27.399Z | Compiling serde_json v1.0.133 |
774 | 2024-12-16T18:41:27.400Z | Compiling serde_tokenstream v0.2.2 |
775 | 2024-12-16T18:41:27.742Z | Compiling postcard v1.1.1 |
776 | 2024-12-16T18:41:27.766Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
777 | 2024-12-16T18:41:28.707Z | Compiling dof v0.3.0 |
778 | 2024-12-16T18:41:29.097Z | Compiling usdt-impl v0.5.0 |
779 | 2024-12-16T18:41:29.378Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
780 | 2024-12-16T18:41:29.867Z | Compiling usdt-macro v0.5.0 |
781 | 2024-12-16T18:41:29.867Z | Compiling usdt-attr-macro v0.5.0 |
782 | 2024-12-16T18:41:31.002Z | Compiling usdt v0.5.0 |
783 | 2024-12-16T18:41:46.206Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 36.06s |
784 | 2024-12-16T18:41:46.226Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-def8f39db126dfb8) |
785 | 2024-12-16T18:41:46.240Z | |
786 | 2024-12-16T18:41:46.240Z | running 72 tests |
787 | 2024-12-16T18:41:46.243Z | test d_error::tests::name_truncation ... ok |
788 | 2024-12-16T18:41:46.243Z | test d_error::tests::name_and_data_storage ... ok |
789 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::chain_append_links ... ok |
790 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::chain_breaks_links ... ok |
791 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::chain_drain_complete ... ok |
792 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
793 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::expand_and_shrink ... ok |
794 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::prefix_len ... ok |
795 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::read_seg ... ok |
796 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
797 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::uninitialized_packet ... ok |
798 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::truncate ... ok |
799 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::wrap ... ok |
800 | 2024-12-16T18:41:46.243Z | test ddi::mblk::test::zero_byte_packet ... ok |
801 | 2024-12-16T18:41:46.243Z | test ddi::time::test::good_interval ... ok |
802 | 2024-12-16T18:41:46.243Z | test engine::dhcp::test::offlink_encode ... ok |
803 | 2024-12-16T18:41:46.243Z | test engine::dhcp::test::domain_search_option_encode ... ok |
804 | 2024-12-16T18:41:46.243Z | test engine::dhcp::test::hostname_encode ... ok |
805 | 2024-12-16T18:41:46.243Z | test engine::dhcp::test::domainname_encode ... ok |
806 | 2024-12-16T18:41:46.243Z | test engine::dhcp::test::rfc3442_encode ... ok |
807 | 2024-12-16T18:41:46.243Z | test engine::dhcpv6::options::test::test_client_id ... ok |
808 | 2024-12-16T18:41:46.243Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
809 | 2024-12-16T18:41:46.243Z | test engine::dhcpv6::options::test::test_iata ... ok |
810 | 2024-12-16T18:41:46.243Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
811 | 2024-12-16T18:41:46.244Z | test ddi::time::test::bad_interval - should panic ... ok |
812 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_iana ... ok |
813 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
814 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
815 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
816 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
817 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
818 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_option_request ... ok |
819 | 2024-12-16T18:41:46.244Z | test engine::dhcpv6::options::test::test_server_id ... ok |
820 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
821 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::options::test::test_status ... ok |
822 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
823 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
824 | 2024-12-16T18:41:46.247Z | test engine::ether::test::emit ... ok |
825 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
826 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
827 | 2024-12-16T18:41:46.247Z | test engine::flow_table::test::flow_expired ... ok |
828 | 2024-12-16T18:41:46.247Z | test engine::flow_table::test::flow_clear ... ok |
829 | 2024-12-16T18:41:46.247Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
830 | 2024-12-16T18:41:46.247Z | test engine::geneve::test::parse_multi_opt ... ok |
831 | 2024-12-16T18:41:46.247Z | test engine::ip::v4::test::match_check ... ok |
832 | 2024-12-16T18:41:46.247Z | test engine::geneve::test::emit_no_opts ... ok |
833 | 2024-12-16T18:41:46.247Z | test engine::geneve::test::emit_external_opt ... ok |
834 | 2024-12-16T18:41:46.247Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
835 | 2024-12-16T18:41:46.247Z | test engine::ip::v4::test::cidr_match ... ok |
836 | 2024-12-16T18:41:46.247Z | test engine::ip::v4::test::emit ... ok |
837 | 2024-12-16T18:41:46.247Z | test engine::geneve::test::parse_single_opt ... ok |
838 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
839 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::emit ... ok |
840 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::from_pairs ... ok |
841 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
842 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
843 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::test_set_total_len ... ok |
844 | 2024-12-16T18:41:46.247Z | test engine::nat::test::nat4_rewrite ... ok |
845 | 2024-12-16T18:41:46.247Z | test engine::packet::test::read_single_segment ... ok |
846 | 2024-12-16T18:41:46.247Z | test engine::packet::test::read_multi_segment ... ok |
847 | 2024-12-16T18:41:46.247Z | test engine::packet::test::small_packet_with_padding ... ok |
848 | 2024-12-16T18:41:46.247Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
849 | 2024-12-16T18:41:46.247Z | test engine::layer::test::find_rule ... ok |
850 | 2024-12-16T18:41:46.247Z | test engine::packet::test::straddled_tcp ... ok |
851 | 2024-12-16T18:41:46.248Z | test engine::packet::test::udp6_packet_with_padding ... ok |
852 | 2024-12-16T18:41:46.248Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
853 | 2024-12-16T18:41:46.248Z | test engine::rule::rule_matching ... ok |
854 | 2024-12-16T18:41:46.248Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
855 | 2024-12-16T18:41:46.248Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
856 | 2024-12-16T18:41:46.248Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
857 | 2024-12-16T18:41:46.248Z | test engine::snat::test::nat_mappings ... ok |
858 | 2024-12-16T18:41:46.248Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
859 | 2024-12-16T18:41:46.248Z | |
860 | 2024-12-16T18:41:46.248Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
861 | 2024-12-16T18:41:46.248Z | |
862 | 2024-12-16T18:41:46.248Z | Doc-tests opte |
863 | 2024-12-16T18:41:47.028Z | |
864 | 2024-12-16T18:41:47.028Z | running 3 tests |
865 | 2024-12-16T18:41:47.031Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 60) ... ignored |
866 | 2024-12-16T18:41:48.355Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 46) ... ok |
867 | 2024-12-16T18:41:48.835Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 89) ... ok |
868 | 2024-12-16T18:41:48.836Z | |
869 | 2024-12-16T18:41:48.838Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.81s |
870 | 2024-12-16T18:41:48.838Z | |
871 | 2024-12-16T18:41:48.874Z | |
872 | 2024-12-16T18:41:48.877Z | real 38.774448870 |
873 | 2024-12-16T18:41:48.877Z | user 2:26.469922207 |
874 | 2024-12-16T18:41:48.877Z | sys 16.172762081 |
875 | 2024-12-16T18:41:48.877Z | trap 0.066364106 |
876 | 2024-12-16T18:41:48.877Z | tflt 0.274421324 |
877 | 2024-12-16T18:41:48.877Z | dflt 0.363317718 |
878 | 2024-12-16T18:41:48.877Z | kflt 0.000017999 |
879 | 2024-12-16T18:41:48.877Z | lock 3:48.936249902 |
880 | 2024-12-16T18:41:48.877Z | slp 7:22.763637606 |
881 | 2024-12-16T18:41:48.877Z | lat 3.325060930 |
882 | 2024-12-16T18:41:48.877Z | stop 5.938636561 |
883 | 2024-12-16T18:41:48.877Z | process exited: duration 135555 ms, exit code 0 |
|
884 | 2024-12-16T18:41:48.883Z | found 0 output files |