|
|
|
1 | 2024-12-25T04:19:59.622Z | job assigned to worker 01JFY0MMX9VA93AR9B6DB3EARY [factory aws, i-07375c79cddd39fba] (queued for 55 s) |
|
2 | 2024-12-25T04:20:07.345Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:07.355Z | ++ uname -s |
4 | 2024-12-25T04:20:07.358Z | + kern=SunOS |
5 | 2024-12-25T04:20:07.358Z | + case "$kern" in |
6 | 2024-12-25T04:20:07.358Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:07.360Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:09.368Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:09.488Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:09.491Z | + home_fs=zfs |
11 | 2024-12-25T04:20:09.491Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:09.491Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:09.494Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:11.495Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:11.498Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2024-12-25T04:20:11.504Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:11.510Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:11.510Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:11.510Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-25T04:20:11.510Z | * toolchain profile = "default" |
21 | 2024-12-25T04:20:11.510Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-25T04:20:11.510Z | ' default |
23 | 2024-12-25T04:20:11.513Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:11.513Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:11.635Z | info: downloading installer |
26 | 2024-12-25T04:20:13.011Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:13.011Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:13.014Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:13.153Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:13.153Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:13.877Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:14.156Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:15.143Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:16.735Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:22.349Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:22.559Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:23.379Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:23.760Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:25.410Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:27.259Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:33.258Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:33.596Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:33.596Z | |
44 | 2024-12-25T04:20:33.998Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:33.998Z | |
46 | 2024-12-25T04:20:34.001Z | |
47 | 2024-12-25T04:20:34.001Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:34.001Z | |
49 | 2024-12-25T04:20:34.001Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:34.001Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:34.001Z | |
52 | 2024-12-25T04:20:34.001Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:34.001Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:34.001Z | |
55 | 2024-12-25T04:20:34.001Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:34.001Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:34.001Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:34.079Z | + rustc --version |
59 | 2024-12-25T04:20:34.148Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:34.151Z | process exited: duration 22646 ms, exit code 0 |
|
61 | 2024-12-25T04:20:34.156Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:34.178Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-25T04:20:34.184Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:34.189Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:34.193Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:34.235Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:34.950Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:34.960Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:35.191Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:35.191Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:35.199Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:35.202Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:35.205Z | + current=master |
74 | 2024-12-25T04:20:35.205Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:35.205Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:35.208Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:35.229Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:35.231Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:35.251Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:35.253Z | process exited: duration 1067 ms, exit code 0 |
|
81 | 2024-12-25T04:20:35.261Z | starting task 4: "build" |
82 | 2024-12-25T04:20:35.264Z | + cargo --version |
83 | 2024-12-25T04:20:35.269Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-25T04:20:35.427Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-25T04:20:35.427Z | info: downloading component 'cargo' |
86 | 2024-12-25T04:20:36.280Z | info: downloading component 'clippy' |
87 | 2024-12-25T04:20:36.605Z | info: downloading component 'rust-docs' |
88 | 2024-12-25T04:20:37.801Z | info: downloading component 'rust-std' |
89 | 2024-12-25T04:20:39.525Z | info: downloading component 'rustc' |
90 | 2024-12-25T04:20:46.057Z | info: downloading component 'rustfmt' |
91 | 2024-12-25T04:20:46.308Z | info: installing component 'cargo' |
92 | 2024-12-25T04:20:47.123Z | info: installing component 'clippy' |
93 | 2024-12-25T04:20:47.496Z | info: installing component 'rust-docs' |
94 | 2024-12-25T04:20:49.188Z | info: installing component 'rust-std' |
95 | 2024-12-25T04:20:50.837Z | info: installing component 'rustc' |
96 | 2024-12-25T04:20:56.551Z | info: installing component 'rustfmt' |
97 | 2024-12-25T04:20:56.965Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-25T04:20:56.968Z | + rustc --version |
99 | 2024-12-25T04:20:57.047Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-25T04:20:57.053Z | + cd lib/opte |
101 | 2024-12-25T04:20:57.055Z | + header 'check style' |
102 | 2024-12-25T04:20:57.055Z | + echo '# ==== check style ==== #' |
103 | 2024-12-25T04:20:57.055Z | # ==== check style ==== # |
104 | 2024-12-25T04:20:57.055Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-25T04:20:57.430Z | |
106 | 2024-12-25T04:20:57.430Z | real 0.373242143 |
107 | 2024-12-25T04:20:57.430Z | user 0.262813762 |
108 | 2024-12-25T04:20:57.431Z | sys 0.101314184 |
109 | 2024-12-25T04:20:57.431Z | trap 0.000171934 |
110 | 2024-12-25T04:20:57.431Z | tflt 0.000000000 |
111 | 2024-12-25T04:20:57.431Z | dflt 0.000000000 |
112 | 2024-12-25T04:20:57.431Z | kflt 0.000000000 |
113 | 2024-12-25T04:20:57.433Z | lock 0.000000000 |
114 | 2024-12-25T04:20:57.433Z | slp 0.283507548 |
115 | 2024-12-25T04:20:57.433Z | lat 0.000933963 |
116 | 2024-12-25T04:20:57.433Z | stop 0.000134545 |
117 | 2024-12-25T04:20:57.433Z | + header 'check docs' |
118 | 2024-12-25T04:20:57.433Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-25T04:20:57.433Z | # ==== check docs ==== # |
120 | 2024-12-25T04:20:57.434Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-25T04:20:57.434Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-25T04:20:57.543Z | Updating crates.io index |
123 | 2024-12-25T04:20:57.607Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-25T04:20:58.268Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-25T04:20:58.517Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-25T04:20:58.757Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-25T04:20:59.087Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-25T04:20:59.313Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-25T04:20:59.644Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-25T04:20:59.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-25T04:21:00.190Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-25T04:21:01.053Z | Downloading crates ... |
133 | 2024-12-25T04:21:01.146Z | Downloaded byteorder v1.5.0 |
134 | 2024-12-25T04:21:01.149Z | Downloaded usdt-attr-macro v0.5.0 |
135 | 2024-12-25T04:21:01.163Z | Downloaded proc-macro-error-attr2 v2.0.0 |
136 | 2024-12-25T04:21:01.166Z | Downloaded darling_macro v0.20.10 |
137 | 2024-12-25T04:21:01.168Z | Downloaded fnv v1.0.7 |
138 | 2024-12-25T04:21:01.168Z | Downloaded cfg-if v1.0.0 |
139 | 2024-12-25T04:21:01.171Z | Downloaded cpufeatures v0.2.16 |
140 | 2024-12-25T04:21:01.173Z | Downloaded dyn-clone v1.0.17 |
141 | 2024-12-25T04:21:01.177Z | Downloaded block-buffer v0.10.4 |
142 | 2024-12-25T04:21:01.177Z | Downloaded ident_case v1.0.1 |
143 | 2024-12-25T04:21:01.177Z | Downloaded bitflags v1.3.2 |
144 | 2024-12-25T04:21:01.180Z | Downloaded stable_deref_trait v1.2.0 |
145 | 2024-12-25T04:21:01.182Z | Downloaded pest_generator v2.7.15 |
146 | 2024-12-25T04:21:01.183Z | Downloaded defmt-parser v0.4.1 |
147 | 2024-12-25T04:21:01.183Z | Downloaded generic-array v0.14.7 |
148 | 2024-12-25T04:21:01.185Z | Downloaded either v1.13.0 |
149 | 2024-12-25T04:21:01.189Z | Downloaded hash32 v0.3.1 |
150 | 2024-12-25T04:21:01.194Z | Downloaded cobs v0.2.3 |
151 | 2024-12-25T04:21:01.197Z | Downloaded strsim v0.11.1 |
152 | 2024-12-25T04:21:01.200Z | Downloaded itoa v1.0.14 |
153 | 2024-12-25T04:21:01.200Z | Downloaded ipnetwork v0.20.0 |
154 | 2024-12-25T04:21:01.202Z | Downloaded scroll_derive v0.12.0 |
155 | 2024-12-25T04:21:01.205Z | Downloaded dtrace-parser v0.2.0 |
156 | 2024-12-25T04:21:01.208Z | Downloaded thiserror-impl v1.0.69 |
157 | 2024-12-25T04:21:01.210Z | Downloaded embedded-io v0.6.1 |
158 | 2024-12-25T04:21:01.210Z | Downloaded dof v0.3.0 |
159 | 2024-12-25T04:21:01.213Z | Downloaded defmt-macros v0.4.0 |
160 | 2024-12-25T04:21:01.215Z | Downloaded usdt-macro v0.5.0 |
161 | 2024-12-25T04:21:01.218Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-12-25T04:21:01.221Z | Downloaded zerocopy-derive v0.7.35 |
163 | 2024-12-25T04:21:01.223Z | Downloaded embedded-io v0.4.0 |
164 | 2024-12-25T04:21:01.226Z | Downloaded digest v0.10.7 |
165 | 2024-12-25T04:21:01.230Z | Downloaded darling v0.20.10 |
166 | 2024-12-25T04:21:01.232Z | Downloaded postcard v1.1.1 |
167 | 2024-12-25T04:21:01.235Z | Downloaded usdt-impl v0.5.0 |
168 | 2024-12-25T04:21:01.237Z | Downloaded once_cell v1.20.2 |
169 | 2024-12-25T04:21:01.239Z | Downloaded sha2 v0.10.8 |
170 | 2024-12-25T04:21:01.242Z | Downloaded quote v1.0.37 |
171 | 2024-12-25T04:21:01.244Z | Downloaded pest_derive v2.7.15 |
172 | 2024-12-25T04:21:01.247Z | Downloaded tabwriter v1.4.0 |
173 | 2024-12-25T04:21:01.249Z | Downloaded serde_tokenstream v0.2.2 |
174 | 2024-12-25T04:21:01.249Z | Downloaded thiserror-impl v2.0.9 |
175 | 2024-12-25T04:21:01.252Z | Downloaded usdt v0.5.0 |
176 | 2024-12-25T04:21:01.252Z | Downloaded thiserror v1.0.69 |
177 | 2024-12-25T04:21:01.255Z | Downloaded thiserror v2.0.9 |
178 | 2024-12-25T04:21:01.260Z | Downloaded version_check v0.9.5 |
179 | 2024-12-25T04:21:01.263Z | Downloaded defmt v0.3.10 |
180 | 2024-12-25T04:21:01.265Z | Downloaded unicode-ident v1.0.14 |
181 | 2024-12-25T04:21:01.268Z | Downloaded plain v0.2.3 |
182 | 2024-12-25T04:21:01.268Z | Downloaded typenum v1.17.0 |
183 | 2024-12-25T04:21:01.270Z | Downloaded ryu v1.0.18 |
184 | 2024-12-25T04:21:01.273Z | Downloaded memmap v0.7.0 |
185 | 2024-12-25T04:21:01.276Z | Downloaded crc32fast v1.4.2 |
186 | 2024-12-25T04:21:01.276Z | Downloaded scroll v0.12.0 |
187 | 2024-12-25T04:21:01.278Z | Downloaded proc-macro-error2 v2.0.1 |
188 | 2024-12-25T04:21:01.281Z | Downloaded pest_meta v2.7.15 |
189 | 2024-12-25T04:21:01.283Z | Downloaded thread-id v4.2.2 |
190 | 2024-12-25T04:21:01.283Z | Downloaded managed v0.8.0 |
191 | 2024-12-25T04:21:01.283Z | Downloaded macaddr v1.0.1 |
192 | 2024-12-25T04:21:01.286Z | Downloaded crypto-common v0.1.6 |
193 | 2024-12-25T04:21:01.289Z | Downloaded serde_derive v1.0.216 |
194 | 2024-12-25T04:21:01.296Z | Downloaded log v0.4.22 |
195 | 2024-12-25T04:21:01.299Z | Downloaded bitflags v2.6.0 |
196 | 2024-12-25T04:21:01.302Z | Downloaded ucd-trie v0.1.7 |
197 | 2024-12-25T04:21:01.305Z | Downloaded heapless v0.8.0 |
198 | 2024-12-25T04:21:01.307Z | Downloaded darling_core v0.20.10 |
199 | 2024-12-25T04:21:01.315Z | Downloaded zerocopy-derive v0.8.14 |
200 | 2024-12-25T04:21:01.322Z | Downloaded serde v1.0.216 |
201 | 2024-12-25T04:21:01.325Z | Downloaded proc-macro2 v1.0.92 |
202 | 2024-12-25T04:21:01.328Z | Downloaded memchr v2.7.4 |
203 | 2024-12-25T04:21:01.348Z | Downloaded zerocopy v0.7.35 |
204 | 2024-12-25T04:21:01.372Z | Downloaded pest v2.7.15 |
205 | 2024-12-25T04:21:01.379Z | Downloaded itertools v0.13.0 |
206 | 2024-12-25T04:21:01.386Z | Downloaded aho-corasick v1.1.3 |
207 | 2024-12-25T04:21:01.392Z | Downloaded serde_json v1.0.134 |
208 | 2024-12-25T04:21:01.399Z | Downloaded goblin v0.8.2 |
209 | 2024-12-25T04:21:01.422Z | Downloaded zerocopy v0.8.14 |
210 | 2024-12-25T04:21:01.446Z | Downloaded unicode-width v0.1.14 |
211 | 2024-12-25T04:21:01.452Z | Downloaded regex v1.11.1 |
212 | 2024-12-25T04:21:01.463Z | Downloaded syn v2.0.91 |
213 | 2024-12-25T04:21:01.473Z | Downloaded smoltcp v0.11.0 |
214 | 2024-12-25T04:21:01.484Z | Downloaded regex-syntax v0.8.5 |
215 | 2024-12-25T04:21:01.522Z | Downloaded regex-automata v0.4.9 |
216 | 2024-12-25T04:21:01.538Z | Downloaded libc v0.2.169 |
217 | 2024-12-25T04:21:01.696Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-12-25T04:21:01.699Z | Compiling unicode-ident v1.0.14 |
219 | 2024-12-25T04:21:01.699Z | Documenting unicode-ident v1.0.14 |
220 | 2024-12-25T04:21:01.699Z | Compiling fnv v1.0.7 |
221 | 2024-12-25T04:21:01.699Z | Compiling ident_case v1.0.1 |
222 | 2024-12-25T04:21:01.710Z | Compiling strsim v0.11.1 |
223 | 2024-12-25T04:21:01.713Z | Checking memchr v2.7.4 |
224 | 2024-12-25T04:21:02.030Z | Compiling zerocopy v0.8.14 |
225 | 2024-12-25T04:21:02.033Z | Compiling regex-syntax v0.8.5 |
226 | 2024-12-25T04:21:02.160Z | Compiling serde v1.0.216 |
227 | 2024-12-25T04:21:02.366Z | Documenting ident_case v1.0.1 |
228 | 2024-12-25T04:21:02.410Z | Documenting strsim v0.11.1 |
229 | 2024-12-25T04:21:02.549Z | Checking aho-corasick v1.1.3 |
230 | 2024-12-25T04:21:02.729Z | Documenting proc-macro2 v1.0.92 |
231 | 2024-12-25T04:21:03.313Z | Compiling quote v1.0.37 |
232 | 2024-12-25T04:21:03.389Z | Checking byteorder v1.5.0 |
233 | 2024-12-25T04:21:03.619Z | Checking syn v2.0.91 |
234 | 2024-12-25T04:21:03.810Z | Documenting quote v1.0.37 |
235 | 2024-12-25T04:21:03.865Z | Documenting fnv v1.0.7 |
236 | 2024-12-25T04:21:04.049Z | Compiling either v1.13.0 |
237 | 2024-12-25T04:21:04.391Z | Compiling itertools v0.13.0 |
238 | 2024-12-25T04:21:04.760Z | Documenting syn v2.0.91 |
239 | 2024-12-25T04:21:04.784Z | Documenting memchr v2.7.4 |
240 | 2024-12-25T04:21:06.175Z | Compiling regex-automata v0.4.9 |
241 | 2024-12-25T04:21:07.119Z | Compiling heapless v0.8.0 |
242 | 2024-12-25T04:21:07.269Z | Documenting aho-corasick v1.1.3 |
243 | 2024-12-25T04:21:07.551Z | Checking hash32 v0.3.1 |
244 | 2024-12-25T04:21:07.695Z | Checking cfg-if v1.0.0 |
245 | 2024-12-25T04:21:07.776Z | Checking macaddr v1.0.1 |
246 | 2024-12-25T04:21:07.952Z | Checking stable_deref_trait v1.2.0 |
247 | 2024-12-25T04:21:08.016Z | Documenting regex-syntax v0.8.5 |
248 | 2024-12-25T04:21:08.387Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-25T04:21:08.683Z | Checking darling_core v0.20.10 |
250 | 2024-12-25T04:21:09.991Z | Documenting darling_core v0.20.10 |
251 | 2024-12-25T04:21:10.266Z | Compiling regex v1.11.1 |
252 | 2024-12-25T04:21:10.413Z | Documenting regex-automata v0.4.9 |
253 | 2024-12-25T04:21:11.167Z | Documenting zerocopy-derive v0.8.14 |
254 | 2024-12-25T04:21:11.284Z | Documenting serde_derive v1.0.216 |
255 | 2024-12-25T04:21:11.298Z | Checking bitflags v1.3.2 |
256 | 2024-12-25T04:21:11.386Z | Checking managed v0.8.0 |
257 | 2024-12-25T04:21:11.752Z | Checking cobs v0.2.3 |
258 | 2024-12-25T04:21:11.915Z | Checking bitflags v2.6.0 |
259 | 2024-12-25T04:21:12.153Z | Documenting byteorder v1.5.0 |
260 | 2024-12-25T04:21:12.234Z | Documenting darling_macro v0.20.10 |
261 | 2024-12-25T04:21:12.501Z | Documenting macaddr v1.0.1 |
262 | 2024-12-25T04:21:12.817Z | Documenting hash32 v0.3.1 |
263 | 2024-12-25T04:21:13.183Z | Documenting cfg-if v1.0.0 |
264 | 2024-12-25T04:21:13.224Z | Documenting regex v1.11.1 |
265 | 2024-12-25T04:21:13.234Z | Documenting stable_deref_trait v1.2.0 |
266 | 2024-12-25T04:21:13.404Z | Documenting managed v0.8.0 |
267 | 2024-12-25T04:21:13.451Z | Documenting cobs v0.2.3 |
268 | 2024-12-25T04:21:13.821Z | Compiling version_check v0.9.5 |
269 | 2024-12-25T04:21:13.846Z | Documenting heapless v0.8.0 |
270 | 2024-12-25T04:21:14.204Z | Checking ipnetwork v0.20.0 |
271 | 2024-12-25T04:21:14.298Z | Compiling zerocopy-derive v0.8.14 |
272 | 2024-12-25T04:21:14.398Z | Compiling serde_derive v1.0.216 |
273 | 2024-12-25T04:21:14.408Z | Checking unicode-width v0.1.14 |
274 | 2024-12-25T04:21:14.474Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
275 | 2024-12-25T04:21:14.607Z | Documenting bitflags v2.6.0 |
276 | 2024-12-25T04:21:14.674Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
277 | 2024-12-25T04:21:14.871Z | Documenting either v1.13.0 |
278 | 2024-12-25T04:21:14.993Z | Documenting smoltcp v0.11.0 |
279 | 2024-12-25T04:21:15.034Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
280 | 2024-12-25T04:21:15.104Z | Compiling darling_macro v0.20.10 |
281 | 2024-12-25T04:21:15.314Z | Documenting ipnetwork v0.20.0 |
282 | 2024-12-25T04:21:15.596Z | Documenting unicode-width v0.1.14 |
283 | 2024-12-25T04:21:15.727Z | Documenting itertools v0.13.0 |
284 | 2024-12-25T04:21:15.977Z | Checking tabwriter v1.4.0 |
285 | 2024-12-25T04:21:16.153Z | Compiling darling v0.20.10 |
286 | 2024-12-25T04:21:16.249Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
287 | 2024-12-25T04:21:16.270Z | Documenting darling v0.20.10 |
288 | 2024-12-25T04:21:16.307Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
289 | 2024-12-25T04:21:16.600Z | Documenting tabwriter v1.4.0 |
290 | 2024-12-25T04:21:17.464Z | Documenting zerocopy v0.8.14 |
291 | 2024-12-25T04:21:17.491Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
292 | 2024-12-25T04:21:17.564Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
293 | 2024-12-25T04:21:17.745Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
294 | 2024-12-25T04:21:18.620Z | Documenting crc32fast v1.4.2 |
295 | 2024-12-25T04:21:18.750Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
296 | 2024-12-25T04:21:18.833Z | Checking crc32fast v1.4.2 |
297 | 2024-12-25T04:21:19.033Z | Documenting dyn-clone v1.0.17 |
298 | 2024-12-25T04:21:19.301Z | Checking dyn-clone v1.0.17 |
299 | 2024-12-25T04:21:20.476Z | Documenting serde v1.0.216 |
300 | 2024-12-25T04:21:20.956Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-25T04:21:20.956Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2024-12-25T04:21:23.290Z | Checking postcard v1.1.1 |
303 | 2024-12-25T04:21:23.290Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-25T04:21:23.292Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-25T04:21:23.292Z | Documenting postcard v1.1.1 |
306 | 2024-12-25T04:21:24.552Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-12-25T04:21:24.552Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2024-12-25T04:21:25.456Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2024-12-25T04:21:27.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.36s |
310 | 2024-12-25T04:21:27.923Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2024-12-25T04:21:27.943Z | |
312 | 2024-12-25T04:21:27.945Z | real 30.490837898 |
313 | 2024-12-25T04:21:27.945Z | user 2:19.568872689 |
314 | 2024-12-25T04:21:27.945Z | sys 18.901523366 |
315 | 2024-12-25T04:21:27.945Z | trap 0.102552589 |
316 | 2024-12-25T04:21:27.945Z | tflt 0.186041706 |
317 | 2024-12-25T04:21:27.945Z | dflt 0.101571934 |
318 | 2024-12-25T04:21:27.945Z | kflt 0.002019745 |
319 | 2024-12-25T04:21:27.945Z | lock 3:02.638997708 |
320 | 2024-12-25T04:21:27.945Z | slp 7:32.128738534 |
321 | 2024-12-25T04:21:27.945Z | lat 18.762935050 |
322 | 2024-12-25T04:21:27.945Z | stop 11.899882794 |
323 | 2024-12-25T04:21:27.946Z | + header 'analyze std + api' |
324 | 2024-12-25T04:21:27.946Z | + echo '# ==== analyze std + api ==== #' |
325 | 2024-12-25T04:21:27.946Z | # ==== analyze std + api ==== # |
326 | 2024-12-25T04:21:27.946Z | + ptime -m cargo clippy --all-targets |
327 | 2024-12-25T04:21:28.347Z | Compiling proc-macro2 v1.0.92 |
328 | 2024-12-25T04:21:28.347Z | Compiling unicode-ident v1.0.14 |
329 | 2024-12-25T04:21:28.350Z | Compiling memchr v2.7.4 |
330 | 2024-12-25T04:21:28.350Z | Compiling thiserror v2.0.9 |
331 | 2024-12-25T04:21:28.350Z | Compiling thiserror v1.0.69 |
332 | 2024-12-25T04:21:28.350Z | Compiling version_check v0.9.5 |
333 | 2024-12-25T04:21:28.350Z | Compiling ucd-trie v0.1.7 |
334 | 2024-12-25T04:21:28.356Z | Compiling libc v0.2.169 |
335 | 2024-12-25T04:21:28.574Z | Compiling serde_json v1.0.134 |
336 | 2024-12-25T04:21:28.799Z | Compiling once_cell v1.20.2 |
337 | 2024-12-25T04:21:28.922Z | Compiling serde v1.0.216 |
338 | 2024-12-25T04:21:29.058Z | Compiling ident_case v1.0.1 |
339 | 2024-12-25T04:21:29.131Z | Compiling fnv v1.0.7 |
340 | 2024-12-25T04:21:29.220Z | Checking byteorder v1.5.0 |
341 | 2024-12-25T04:21:29.233Z | Compiling strsim v0.11.1 |
342 | 2024-12-25T04:21:29.253Z | Compiling aho-corasick v1.1.3 |
343 | 2024-12-25T04:21:29.457Z | Compiling regex-syntax v0.8.5 |
344 | 2024-12-25T04:21:29.519Z | Compiling ryu v1.0.18 |
345 | 2024-12-25T04:21:29.581Z | Compiling itoa v1.0.14 |
346 | 2024-12-25T04:21:29.771Z | Compiling usdt-impl v0.5.0 |
347 | 2024-12-25T04:21:29.820Z | Compiling zerocopy v0.8.14 |
348 | 2024-12-25T04:21:29.832Z | Compiling either v1.13.0 |
349 | 2024-12-25T04:21:30.149Z | Compiling quote v1.0.37 |
350 | 2024-12-25T04:21:30.291Z | Compiling thread-id v4.2.2 |
351 | 2024-12-25T04:21:30.384Z | Compiling itertools v0.13.0 |
352 | 2024-12-25T04:21:30.466Z | Compiling syn v2.0.91 |
353 | 2024-12-25T04:21:30.667Z | Checking log v0.4.22 |
354 | 2024-12-25T04:21:30.893Z | Compiling heapless v0.8.0 |
355 | 2024-12-25T04:21:31.081Z | Checking plain v0.2.3 |
356 | 2024-12-25T04:21:31.165Z | Checking hash32 v0.3.1 |
357 | 2024-12-25T04:21:31.330Z | Checking stable_deref_trait v1.2.0 |
358 | 2024-12-25T04:21:31.414Z | Checking pretty-hex v0.4.1 |
359 | 2024-12-25T04:21:31.472Z | Checking cfg-if v1.0.0 |
360 | 2024-12-25T04:21:31.542Z | Checking macaddr v1.0.1 |
361 | 2024-12-25T04:21:31.565Z | Compiling smoltcp v0.11.0 |
362 | 2024-12-25T04:21:31.867Z | Checking bitflags v2.6.0 |
363 | 2024-12-25T04:21:32.093Z | Checking bitflags v1.3.2 |
364 | 2024-12-25T04:21:32.162Z | Checking cobs v0.2.3 |
365 | 2024-12-25T04:21:32.174Z | Checking managed v0.8.0 |
366 | 2024-12-25T04:21:32.326Z | Checking memmap v0.7.0 |
367 | 2024-12-25T04:21:32.467Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
368 | 2024-12-25T04:21:32.514Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
369 | 2024-12-25T04:21:32.692Z | Checking unicode-width v0.1.14 |
370 | 2024-12-25T04:21:32.853Z | Compiling regex-automata v0.4.9 |
371 | 2024-12-25T04:21:33.130Z | Checking ipnetwork v0.20.0 |
372 | 2024-12-25T04:21:33.159Z | Checking tabwriter v1.4.0 |
373 | 2024-12-25T04:21:33.410Z | Checking crc32fast v1.4.2 |
374 | 2024-12-25T04:21:33.423Z | Checking dyn-clone v1.0.17 |
375 | 2024-12-25T04:21:35.643Z | Compiling regex v1.11.1 |
376 | 2024-12-25T04:21:35.685Z | Compiling darling_core v0.20.10 |
377 | 2024-12-25T04:21:37.185Z | Compiling serde_derive v1.0.216 |
378 | 2024-12-25T04:21:37.185Z | Compiling thiserror-impl v2.0.9 |
379 | 2024-12-25T04:21:37.188Z | Compiling thiserror-impl v1.0.69 |
380 | 2024-12-25T04:21:37.188Z | Compiling zerocopy-derive v0.7.35 |
381 | 2024-12-25T04:21:37.188Z | Compiling scroll_derive v0.12.0 |
382 | 2024-12-25T04:21:37.188Z | Compiling zerocopy-derive v0.8.14 |
383 | 2024-12-25T04:21:37.188Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
384 | 2024-12-25T04:21:38.574Z | Checking scroll v0.12.0 |
385 | 2024-12-25T04:21:38.971Z | Compiling zerocopy v0.7.35 |
386 | 2024-12-25T04:21:38.990Z | Checking goblin v0.8.2 |
387 | 2024-12-25T04:21:39.742Z | Compiling darling_macro v0.20.10 |
388 | 2024-12-25T04:21:39.997Z | Compiling pest v2.7.15 |
389 | 2024-12-25T04:21:40.728Z | Compiling darling v0.20.10 |
390 | 2024-12-25T04:21:40.823Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
391 | 2024-12-25T04:21:41.339Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
392 | 2024-12-25T04:21:42.392Z | Compiling pest_meta v2.7.15 |
393 | 2024-12-25T04:21:43.556Z | Compiling pest_generator v2.7.15 |
394 | 2024-12-25T04:21:44.581Z | Compiling pest_derive v2.7.15 |
395 | 2024-12-25T04:21:44.842Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
396 | 2024-12-25T04:21:45.209Z | Compiling dtrace-parser v0.2.0 |
397 | 2024-12-25T04:21:45.637Z | Checking postcard v1.1.1 |
398 | 2024-12-25T04:21:45.723Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
399 | 2024-12-25T04:21:46.292Z | Compiling serde_tokenstream v0.2.2 |
400 | 2024-12-25T04:21:46.717Z | Checking dof v0.3.0 |
401 | 2024-12-25T04:21:47.138Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
402 | 2024-12-25T04:21:48.243Z | Compiling usdt-attr-macro v0.5.0 |
403 | 2024-12-25T04:21:48.244Z | Compiling usdt-macro v0.5.0 |
404 | 2024-12-25T04:21:49.049Z | Checking usdt v0.5.0 |
405 | 2024-12-25T04:22:00.548Z | warning: the borrowed expression implements the required traits |
406 | 2024-12-25T04:22:00.548Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
407 | 2024-12-25T04:22:00.548Z | | |
408 | 2024-12-25T04:22:00.548Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
409 | 2024-12-25T04:22:00.548Z | | ^^^ help: change this to: `[]` |
410 | 2024-12-25T04:22:00.548Z | | |
411 | 2024-12-25T04:22:00.548Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
412 | 2024-12-25T04:22:00.548Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
413 | 2024-12-25T04:22:00.548Z | |
414 | 2024-12-25T04:22:00.560Z | warning: the borrowed expression implements the required traits |
415 | 2024-12-25T04:22:00.560Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
416 | 2024-12-25T04:22:00.561Z | | |
417 | 2024-12-25T04:22:00.561Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
418 | 2024-12-25T04:22:00.561Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
419 | 2024-12-25T04:22:00.561Z | | |
420 | 2024-12-25T04:22:00.561Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
421 | 2024-12-25T04:22:00.561Z | |
422 | 2024-12-25T04:22:00.564Z | warning: the borrowed expression implements the required traits |
423 | 2024-12-25T04:22:00.564Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
424 | 2024-12-25T04:22:00.564Z | | |
425 | 2024-12-25T04:22:00.564Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
426 | 2024-12-25T04:22:00.564Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
427 | 2024-12-25T04:22:00.564Z | | |
428 | 2024-12-25T04:22:00.564Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
429 | 2024-12-25T04:22:00.564Z | |
430 | 2024-12-25T04:22:00.564Z | warning: the borrowed expression implements the required traits |
431 | 2024-12-25T04:22:00.564Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
432 | 2024-12-25T04:22:00.564Z | | |
433 | 2024-12-25T04:22:00.564Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
434 | 2024-12-25T04:22:00.564Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
435 | 2024-12-25T04:22:00.564Z | | |
436 | 2024-12-25T04:22:00.564Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
437 | 2024-12-25T04:22:00.564Z | |
438 | 2024-12-25T04:22:00.591Z | warning: the loop variable `i` is only used to index `els` |
439 | 2024-12-25T04:22:00.591Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
440 | 2024-12-25T04:22:00.591Z | | |
441 | 2024-12-25T04:22:00.591Z | 1361 | for i in 0..els.len() { |
442 | 2024-12-25T04:22:00.591Z | | ^^^^^^^^^^^^ |
443 | 2024-12-25T04:22:00.591Z | | |
444 | 2024-12-25T04:22:00.591Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
445 | 2024-12-25T04:22:00.591Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
446 | 2024-12-25T04:22:00.591Z | help: consider using an iterator |
447 | 2024-12-25T04:22:00.591Z | | |
448 | 2024-12-25T04:22:00.591Z | 1361 | for <item> in &els { |
449 | 2024-12-25T04:22:00.591Z | | ~~~~~~ ~~~~ |
450 | 2024-12-25T04:22:00.591Z | |
451 | 2024-12-25T04:22:01.784Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
452 | 2024-12-25T04:22:01.784Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
453 | 2024-12-25T04:22:01.785Z | | |
454 | 2024-12-25T04:22:01.785Z | 461 | header.packet_length() as usize, |
455 | 2024-12-25T04:22:01.785Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
456 | 2024-12-25T04:22:01.786Z | | |
457 | 2024-12-25T04:22:01.786Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
458 | 2024-12-25T04:22:01.786Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
459 | 2024-12-25T04:22:01.786Z | |
460 | 2024-12-25T04:22:01.800Z | warning: redundant slicing of the whole range |
461 | 2024-12-25T04:22:01.800Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
462 | 2024-12-25T04:22:01.800Z | | |
463 | 2024-12-25T04:22:01.800Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
464 | 2024-12-25T04:22:01.800Z | | ^^^^^^^^ help: use the original value instead: `buf` |
465 | 2024-12-25T04:22:01.800Z | | |
466 | 2024-12-25T04:22:01.800Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
467 | 2024-12-25T04:22:01.800Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
468 | 2024-12-25T04:22:01.800Z | |
469 | 2024-12-25T04:22:01.803Z | warning: redundant slicing of the whole range |
470 | 2024-12-25T04:22:01.803Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
471 | 2024-12-25T04:22:01.803Z | | |
472 | 2024-12-25T04:22:01.803Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
473 | 2024-12-25T04:22:01.803Z | | ^^^^^^^^ help: use the original value instead: `buf` |
474 | 2024-12-25T04:22:01.803Z | | |
475 | 2024-12-25T04:22:01.803Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
476 | 2024-12-25T04:22:01.803Z | |
477 | 2024-12-25T04:22:01.966Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
478 | 2024-12-25T04:22:01.967Z | --> lib/opte/src/engine/layer.rs:1880:46 |
479 | 2024-12-25T04:22:01.967Z | | |
480 | 2024-12-25T04:22:01.967Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
481 | 2024-12-25T04:22:01.967Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
482 | 2024-12-25T04:22:01.967Z | | |
483 | 2024-12-25T04:22:01.967Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
484 | 2024-12-25T04:22:01.967Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
485 | 2024-12-25T04:22:01.967Z | |
486 | 2024-12-25T04:22:02.832Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
487 | 2024-12-25T04:22:02.832Z | --> lib/opte/src/engine/rule.rs:1162:25 |
488 | 2024-12-25T04:22:02.832Z | | |
489 | 2024-12-25T04:22:02.832Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
490 | 2024-12-25T04:22:02.832Z | | ^^^^^ help: change this to: `meta` |
491 | 2024-12-25T04:22:02.832Z | | |
492 | 2024-12-25T04:22:02.832Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
493 | 2024-12-25T04:22:02.832Z | |
494 | 2024-12-25T04:22:02.835Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
495 | 2024-12-25T04:22:02.835Z | --> lib/opte/src/engine/rule.rs:1171:26 |
496 | 2024-12-25T04:22:02.835Z | | |
497 | 2024-12-25T04:22:02.835Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
498 | 2024-12-25T04:22:02.835Z | | ^^^^^ help: change this to: `meta` |
499 | 2024-12-25T04:22:02.835Z | | |
500 | 2024-12-25T04:22:02.835Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
501 | 2024-12-25T04:22:02.835Z | |
502 | 2024-12-25T04:22:02.995Z | warning: useless use of `vec!` |
503 | 2024-12-25T04:22:02.995Z | --> lib/opte/src/engine/geneve.rs:401:19 |
504 | 2024-12-25T04:22:02.995Z | | |
505 | 2024-12-25T04:22:02.995Z | 401 | let buf = vec![ |
506 | 2024-12-25T04:22:02.995Z | | ___________________^ |
507 | 2024-12-25T04:22:02.995Z | 402 | | // source |
508 | 2024-12-25T04:22:02.995Z | 403 | | 0x1E, 0x61, |
509 | 2024-12-25T04:22:02.995Z | 404 | | // dest |
510 | 2024-12-25T04:22:02.995Z | ... | |
511 | 2024-12-25T04:22:02.995Z | 424 | | 0x00, |
512 | 2024-12-25T04:22:02.995Z | 425 | | ]; |
513 | 2024-12-25T04:22:02.995Z | | |_________^ |
514 | 2024-12-25T04:22:02.996Z | | |
515 | 2024-12-25T04:22:02.996Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
516 | 2024-12-25T04:22:02.996Z | = note: `#[warn(clippy::useless_vec)]` on by default |
517 | 2024-12-25T04:22:02.996Z | help: you can use an array directly |
518 | 2024-12-25T04:22:02.996Z | | |
519 | 2024-12-25T04:22:02.996Z | 401 ~ let buf = [0x1E, 0x61, |
520 | 2024-12-25T04:22:02.996Z | 402 + // dest |
521 | 2024-12-25T04:22:02.996Z | 403 + 0x17, 0xC1, |
522 | 2024-12-25T04:22:02.996Z | 404 + // length |
523 | 2024-12-25T04:22:02.996Z | 405 + 0x00, 0x14, |
524 | 2024-12-25T04:22:02.996Z | 406 + // csum |
525 | 2024-12-25T04:22:02.996Z | 407 + 0x00, 0x00, |
526 | 2024-12-25T04:22:02.996Z | 408 + // ver + opt len |
527 | 2024-12-25T04:22:02.996Z | 409 + 0x01, |
528 | 2024-12-25T04:22:02.996Z | 410 + // flags |
529 | 2024-12-25T04:22:02.996Z | 411 + 0x00, |
530 | 2024-12-25T04:22:02.996Z | 412 + // proto |
531 | 2024-12-25T04:22:02.996Z | 413 + 0x65, 0x58, |
532 | 2024-12-25T04:22:02.996Z | 414 + // vni + reserved |
533 | 2024-12-25T04:22:02.996Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
534 | 2024-12-25T04:22:02.996Z | 416 + |
535 | 2024-12-25T04:22:02.996Z | 417 + // option class |
536 | 2024-12-25T04:22:02.996Z | 418 + 0x01, 0x29, |
537 | 2024-12-25T04:22:02.996Z | 419 + // crt + type |
538 | 2024-12-25T04:22:02.996Z | 420 + 0x00, |
539 | 2024-12-25T04:22:03.000Z | 421 + // rsvd + len |
540 | 2024-12-25T04:22:03.000Z | 422 ~ 0x00]; |
541 | 2024-12-25T04:22:03.000Z | | |
542 | 2024-12-25T04:22:03.000Z | |
543 | 2024-12-25T04:22:03.000Z | warning: useless use of `vec!` |
544 | 2024-12-25T04:22:03.000Z | --> lib/opte/src/engine/geneve.rs:441:19 |
545 | 2024-12-25T04:22:03.000Z | | |
546 | 2024-12-25T04:22:03.000Z | 441 | let buf = vec![ |
547 | 2024-12-25T04:22:03.000Z | | ___________________^ |
548 | 2024-12-25T04:22:03.000Z | 442 | | // source |
549 | 2024-12-25T04:22:03.000Z | 443 | | 0x1E, 0x61, |
550 | 2024-12-25T04:22:03.000Z | 444 | | // dest |
551 | 2024-12-25T04:22:03.000Z | ... | |
552 | 2024-12-25T04:22:03.000Z | 464 | | 0x00, |
553 | 2024-12-25T04:22:03.000Z | 465 | | ]; |
554 | 2024-12-25T04:22:03.001Z | | |_________^ |
555 | 2024-12-25T04:22:03.001Z | | |
556 | 2024-12-25T04:22:03.001Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
557 | 2024-12-25T04:22:03.001Z | help: you can use an array directly |
558 | 2024-12-25T04:22:03.001Z | | |
559 | 2024-12-25T04:22:03.001Z | 441 ~ let buf = [0x1E, 0x61, |
560 | 2024-12-25T04:22:03.001Z | 442 + // dest |
561 | 2024-12-25T04:22:03.001Z | 443 + 0x17, 0xC1, |
562 | 2024-12-25T04:22:03.001Z | 444 + // length |
563 | 2024-12-25T04:22:03.001Z | 445 + 0x00, 0x14, |
564 | 2024-12-25T04:22:03.001Z | 446 + // csum |
565 | 2024-12-25T04:22:03.001Z | 447 + 0x00, 0x00, |
566 | 2024-12-25T04:22:03.001Z | 448 + // ver + opt len |
567 | 2024-12-25T04:22:03.002Z | 449 + 0x01, |
568 | 2024-12-25T04:22:03.002Z | 450 + // flags |
569 | 2024-12-25T04:22:03.002Z | 451 + 0b0100_0000, |
570 | 2024-12-25T04:22:03.002Z | 452 + // proto |
571 | 2024-12-25T04:22:03.002Z | 453 + 0x65, 0x58, |
572 | 2024-12-25T04:22:03.002Z | 454 + // vni + reserved |
573 | 2024-12-25T04:22:03.002Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
574 | 2024-12-25T04:22:03.002Z | 456 + |
575 | 2024-12-25T04:22:03.002Z | 457 + // experimenter option class |
576 | 2024-12-25T04:22:03.002Z | 458 + 0xff, 0xff, |
577 | 2024-12-25T04:22:03.002Z | 459 + // crt + type |
578 | 2024-12-25T04:22:03.002Z | 460 + 0x80, |
579 | 2024-12-25T04:22:03.002Z | 461 + // rsvd + len |
580 | 2024-12-25T04:22:03.002Z | 462 ~ 0x00]; |
581 | 2024-12-25T04:22:03.002Z | | |
582 | 2024-12-25T04:22:03.002Z | |
583 | 2024-12-25T04:22:03.002Z | warning: useless use of `vec!` |
584 | 2024-12-25T04:22:03.002Z | --> lib/opte/src/engine/geneve.rs:483:19 |
585 | 2024-12-25T04:22:03.002Z | | |
586 | 2024-12-25T04:22:03.002Z | 483 | let buf = vec![ |
587 | 2024-12-25T04:22:03.002Z | | ___________________^ |
588 | 2024-12-25T04:22:03.002Z | 484 | | // source |
589 | 2024-12-25T04:22:03.002Z | 485 | | 0x1E, 0x61, |
590 | 2024-12-25T04:22:03.002Z | 486 | | // dest |
591 | 2024-12-25T04:22:03.002Z | ... | |
592 | 2024-12-25T04:22:03.002Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
593 | 2024-12-25T04:22:03.002Z | 525 | | ]; |
594 | 2024-12-25T04:22:03.002Z | | |_________^ |
595 | 2024-12-25T04:22:03.002Z | | |
596 | 2024-12-25T04:22:03.002Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
597 | 2024-12-25T04:22:03.002Z | help: you can use an array directly |
598 | 2024-12-25T04:22:03.002Z | | |
599 | 2024-12-25T04:22:03.002Z | 483 ~ let buf = [0x1E, 0x61, |
600 | 2024-12-25T04:22:03.002Z | 484 + // dest |
601 | 2024-12-25T04:22:03.002Z | 485 + 0x17, 0xC1, |
602 | 2024-12-25T04:22:03.002Z | 486 + // length |
603 | 2024-12-25T04:22:03.002Z | 487 + 0x00, 0x1c, |
604 | 2024-12-25T04:22:03.002Z | 488 + // csum |
605 | 2024-12-25T04:22:03.002Z | 489 + 0x00, 0x00, |
606 | 2024-12-25T04:22:03.003Z | 490 + // ver + opt len |
607 | 2024-12-25T04:22:03.003Z | 491 + 0x05, |
608 | 2024-12-25T04:22:03.003Z | 492 + // flags |
609 | 2024-12-25T04:22:03.003Z | 493 + 0x00, |
610 | 2024-12-25T04:22:03.003Z | 494 + // proto |
611 | 2024-12-25T04:22:03.003Z | 495 + 0x65, 0x58, |
612 | 2024-12-25T04:22:03.003Z | 496 + // vni + reserved |
613 | 2024-12-25T04:22:03.003Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
614 | 2024-12-25T04:22:03.003Z | 498 + |
615 | 2024-12-25T04:22:03.003Z | 499 + // option class |
616 | 2024-12-25T04:22:03.003Z | 500 + 0x01, 0x29, |
617 | 2024-12-25T04:22:03.003Z | 501 + // crt + type |
618 | 2024-12-25T04:22:03.003Z | 502 + 0x00, |
619 | 2024-12-25T04:22:03.003Z | 503 + // rsvd + len |
620 | 2024-12-25T04:22:03.003Z | 504 + 0x00, |
621 | 2024-12-25T04:22:03.003Z | 505 + |
622 | 2024-12-25T04:22:03.003Z | 506 + // experimenter option class |
623 | 2024-12-25T04:22:03.003Z | 507 + 0xff, 0xff, |
624 | 2024-12-25T04:22:03.003Z | 508 + // crt + type |
625 | 2024-12-25T04:22:03.003Z | 509 + 0x05, |
626 | 2024-12-25T04:22:03.003Z | 510 + // rsvd + len |
627 | 2024-12-25T04:22:03.003Z | 511 + 0x01, |
628 | 2024-12-25T04:22:03.003Z | 512 + // body |
629 | 2024-12-25T04:22:03.003Z | 513 + 0x00, 0x00, 0x00, 0x00, |
630 | 2024-12-25T04:22:03.003Z | 514 + |
631 | 2024-12-25T04:22:03.003Z | 515 + // experimenter option class |
632 | 2024-12-25T04:22:03.003Z | 516 + 0xff, 0xff, |
633 | 2024-12-25T04:22:03.003Z | 517 + // crt + type |
634 | 2024-12-25T04:22:03.003Z | 518 + 0x06, |
635 | 2024-12-25T04:22:03.003Z | 519 + // rsvd + len |
636 | 2024-12-25T04:22:03.003Z | 520 + 0x01, |
637 | 2024-12-25T04:22:03.003Z | 521 + // body |
638 | 2024-12-25T04:22:03.003Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
639 | 2024-12-25T04:22:03.006Z | | |
640 | 2024-12-25T04:22:03.006Z | |
641 | 2024-12-25T04:22:03.301Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
642 | 2024-12-25T04:22:03.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s |
643 | 2024-12-25T04:22:03.336Z | |
644 | 2024-12-25T04:22:03.336Z | real 35.384877755 |
645 | 2024-12-25T04:22:03.336Z | user 2:05.955605247 |
646 | 2024-12-25T04:22:03.336Z | sys 17.461521794 |
647 | 2024-12-25T04:22:03.336Z | trap 0.068481209 |
648 | 2024-12-25T04:22:03.336Z | tflt 0.281665554 |
649 | 2024-12-25T04:22:03.339Z | dflt 0.659879470 |
650 | 2024-12-25T04:22:03.339Z | kflt 0.000018759 |
651 | 2024-12-25T04:22:03.339Z | lock 3:14.120937033 |
652 | 2024-12-25T04:22:03.339Z | slp 7:29.804901937 |
653 | 2024-12-25T04:22:03.339Z | lat 3.971845909 |
654 | 2024-12-25T04:22:03.339Z | stop 6.377959113 |
655 | 2024-12-25T04:22:03.339Z | + header 'analyze no_std + engine + kernel' |
656 | 2024-12-25T04:22:03.339Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
657 | 2024-12-25T04:22:03.339Z | # ==== analyze no_std + engine + kernel ==== # |
658 | 2024-12-25T04:22:03.339Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
659 | 2024-12-25T04:22:03.643Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
660 | 2024-12-25T04:22:03.643Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
661 | 2024-12-25T04:22:03.645Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
662 | 2024-12-25T04:22:03.645Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
663 | 2024-12-25T04:22:03.802Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
664 | 2024-12-25T04:22:10.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.11s |
665 | 2024-12-25T04:22:10.575Z | |
666 | 2024-12-25T04:22:10.578Z | real 7.232722287 |
667 | 2024-12-25T04:22:10.578Z | user 8.020213359 |
668 | 2024-12-25T04:22:10.578Z | sys 1.167277440 |
669 | 2024-12-25T04:22:10.578Z | trap 0.001646373 |
670 | 2024-12-25T04:22:10.578Z | tflt 0.005946418 |
671 | 2024-12-25T04:22:10.578Z | dflt 0.002439868 |
672 | 2024-12-25T04:22:10.578Z | kflt 0.000000000 |
673 | 2024-12-25T04:22:10.578Z | lock 18.516944196 |
674 | 2024-12-25T04:22:10.578Z | slp 27.068606285 |
675 | 2024-12-25T04:22:10.578Z | lat 0.046420679 |
676 | 2024-12-25T04:22:10.578Z | stop 0.150811689 |
677 | 2024-12-25T04:22:10.578Z | + header test |
678 | 2024-12-25T04:22:10.578Z | + echo '# ==== test ==== #' |
679 | 2024-12-25T04:22:10.578Z | # ==== test ==== # |
680 | 2024-12-25T04:22:10.578Z | + ptime -m cargo test |
681 | 2024-12-25T04:22:10.847Z | Compiling unicode-ident v1.0.14 |
682 | 2024-12-25T04:22:10.847Z | Compiling memchr v2.7.4 |
683 | 2024-12-25T04:22:10.847Z | Compiling byteorder v1.5.0 |
684 | 2024-12-25T04:22:10.850Z | Compiling ucd-trie v0.1.7 |
685 | 2024-12-25T04:22:10.850Z | Compiling itoa v1.0.14 |
686 | 2024-12-25T04:22:10.855Z | Compiling ryu v1.0.18 |
687 | 2024-12-25T04:22:10.862Z | Compiling libc v0.2.169 |
688 | 2024-12-25T04:22:10.865Z | Compiling either v1.13.0 |
689 | 2024-12-25T04:22:11.009Z | Compiling proc-macro2 v1.0.92 |
690 | 2024-12-25T04:22:11.043Z | Compiling log v0.4.22 |
691 | 2024-12-25T04:22:11.193Z | Compiling itertools v0.13.0 |
692 | 2024-12-25T04:22:11.210Z | Compiling plain v0.2.3 |
693 | 2024-12-25T04:22:11.252Z | Compiling hash32 v0.3.1 |
694 | 2024-12-25T04:22:11.345Z | Compiling cfg-if v1.0.0 |
695 | 2024-12-25T04:22:11.375Z | Compiling pretty-hex v0.4.1 |
696 | 2024-12-25T04:22:11.416Z | Compiling macaddr v1.0.1 |
697 | 2024-12-25T04:22:11.424Z | Compiling stable_deref_trait v1.2.0 |
698 | 2024-12-25T04:22:11.466Z | Compiling thread-id v4.2.2 |
699 | 2024-12-25T04:22:11.503Z | Compiling heapless v0.8.0 |
700 | 2024-12-25T04:22:11.515Z | Compiling cobs v0.2.3 |
701 | 2024-12-25T04:22:11.553Z | Compiling bitflags v2.6.0 |
702 | 2024-12-25T04:22:11.555Z | Compiling bitflags v1.3.2 |
703 | 2024-12-25T04:22:11.637Z | Compiling managed v0.8.0 |
704 | 2024-12-25T04:22:11.738Z | Compiling quote v1.0.37 |
705 | 2024-12-25T04:22:11.775Z | Compiling aho-corasick v1.1.3 |
706 | 2024-12-25T04:22:11.821Z | Compiling memmap v0.7.0 |
707 | 2024-12-25T04:22:12.029Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
708 | 2024-12-25T04:22:12.136Z | Compiling syn v2.0.91 |
709 | 2024-12-25T04:22:12.374Z | Compiling smoltcp v0.11.0 |
710 | 2024-12-25T04:22:12.378Z | Compiling unicode-width v0.1.14 |
711 | 2024-12-25T04:22:12.458Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
712 | 2024-12-25T04:22:12.608Z | Compiling ipnetwork v0.20.0 |
713 | 2024-12-25T04:22:12.715Z | Compiling crc32fast v1.4.2 |
714 | 2024-12-25T04:22:12.870Z | Compiling tabwriter v1.4.0 |
715 | 2024-12-25T04:22:13.109Z | Compiling dyn-clone v1.0.17 |
716 | 2024-12-25T04:22:13.502Z | Compiling regex-automata v0.4.9 |
717 | 2024-12-25T04:22:16.341Z | Compiling regex v1.11.1 |
718 | 2024-12-25T04:22:17.003Z | Compiling darling_core v0.20.10 |
719 | 2024-12-25T04:22:18.339Z | Compiling serde_derive v1.0.216 |
720 | 2024-12-25T04:22:18.339Z | Compiling thiserror-impl v2.0.9 |
721 | 2024-12-25T04:22:18.402Z | Compiling thiserror-impl v1.0.69 |
722 | 2024-12-25T04:22:18.452Z | Compiling zerocopy-derive v0.7.35 |
723 | 2024-12-25T04:22:18.697Z | Compiling scroll_derive v0.12.0 |
724 | 2024-12-25T04:22:19.572Z | Compiling zerocopy-derive v0.8.14 |
725 | 2024-12-25T04:22:20.150Z | Compiling scroll v0.12.0 |
726 | 2024-12-25T04:22:20.320Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
727 | 2024-12-25T04:22:20.336Z | Compiling zerocopy v0.7.35 |
728 | 2024-12-25T04:22:20.634Z | Compiling goblin v0.8.2 |
729 | 2024-12-25T04:22:21.047Z | Compiling thiserror v1.0.69 |
730 | 2024-12-25T04:22:21.130Z | Compiling thiserror v2.0.9 |
731 | 2024-12-25T04:22:21.255Z | Compiling pest v2.7.15 |
732 | 2024-12-25T04:22:21.765Z | Compiling darling_macro v0.20.10 |
733 | 2024-12-25T04:22:22.124Z | Compiling zerocopy v0.8.14 |
734 | 2024-12-25T04:22:22.742Z | Compiling darling v0.20.10 |
735 | 2024-12-25T04:22:22.831Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
736 | 2024-12-25T04:22:22.834Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
737 | 2024-12-25T04:22:23.041Z | Compiling serde v1.0.216 |
738 | 2024-12-25T04:22:23.365Z | Compiling pest_meta v2.7.15 |
739 | 2024-12-25T04:22:24.466Z | Compiling pest_generator v2.7.15 |
740 | 2024-12-25T04:22:25.760Z | Compiling pest_derive v2.7.15 |
741 | 2024-12-25T04:22:26.697Z | Compiling dtrace-parser v0.2.0 |
742 | 2024-12-25T04:22:27.478Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
743 | 2024-12-25T04:22:27.529Z | Compiling serde_json v1.0.134 |
744 | 2024-12-25T04:22:27.574Z | Compiling postcard v1.1.1 |
745 | 2024-12-25T04:22:27.670Z | Compiling serde_tokenstream v0.2.2 |
746 | 2024-12-25T04:22:27.991Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
747 | 2024-12-25T04:22:28.686Z | Compiling dof v0.3.0 |
748 | 2024-12-25T04:22:29.155Z | Compiling usdt-impl v0.5.0 |
749 | 2024-12-25T04:22:29.496Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
750 | 2024-12-25T04:22:29.892Z | Compiling usdt-attr-macro v0.5.0 |
751 | 2024-12-25T04:22:29.892Z | Compiling usdt-macro v0.5.0 |
752 | 2024-12-25T04:22:30.971Z | Compiling usdt v0.5.0 |
753 | 2024-12-25T04:22:45.678Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 35.05s |
754 | 2024-12-25T04:22:45.698Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-f970767159be25ea) |
755 | 2024-12-25T04:22:45.712Z | |
756 | 2024-12-25T04:22:45.713Z | running 72 tests |
757 | 2024-12-25T04:22:45.716Z | test d_error::tests::name_truncation ... ok |
758 | 2024-12-25T04:22:45.717Z | test d_error::tests::name_and_data_storage ... ok |
759 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::chain_breaks_links ... ok |
760 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::chain_append_links ... ok |
761 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::chain_drain_complete ... ok |
762 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
763 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::expand_and_shrink ... ok |
764 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::prefix_len ... ok |
765 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
766 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::uninitialized_packet ... ok |
767 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::truncate ... ok |
768 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::wrap ... ok |
769 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::read_seg ... ok |
770 | 2024-12-25T04:22:45.717Z | test ddi::time::test::good_interval ... ok |
771 | 2024-12-25T04:22:45.717Z | test ddi::mblk::test::zero_byte_packet ... ok |
772 | 2024-12-25T04:22:45.717Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
773 | 2024-12-25T04:22:45.717Z | test engine::dhcpv6::options::test::test_client_id ... ok |
774 | 2024-12-25T04:22:45.717Z | test engine::dhcp::test::domainname_encode ... ok |
775 | 2024-12-25T04:22:45.717Z | test engine::dhcp::test::hostname_encode ... ok |
776 | 2024-12-25T04:22:45.717Z | test engine::dhcp::test::offlink_encode ... ok |
777 | 2024-12-25T04:22:45.717Z | test engine::dhcp::test::domain_search_option_encode ... ok |
778 | 2024-12-25T04:22:45.717Z | test engine::dhcp::test::rfc3442_encode ... ok |
779 | 2024-12-25T04:22:45.717Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
780 | 2024-12-25T04:22:45.717Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
781 | 2024-12-25T04:22:45.717Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
782 | 2024-12-25T04:22:45.718Z | test ddi::time::test::bad_interval - should panic ... ok |
783 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
784 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_iana ... ok |
785 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_iata ... ok |
786 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_option_request ... ok |
787 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
788 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
789 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
790 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_server_id ... ok |
791 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
792 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_status ... ok |
793 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
794 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
795 | 2024-12-25T04:22:45.718Z | test engine::ether::test::emit ... ok |
796 | 2024-12-25T04:22:45.718Z | test engine::geneve::test::emit_external_opt ... ok |
797 | 2024-12-25T04:22:45.718Z | test engine::geneve::test::emit_no_opts ... ok |
798 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
799 | 2024-12-25T04:22:45.718Z | test engine::geneve::test::parse_multi_opt ... ok |
800 | 2024-12-25T04:22:45.718Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
801 | 2024-12-25T04:22:45.718Z | test engine::flow_table::test::flow_expired ... ok |
802 | 2024-12-25T04:22:45.718Z | test engine::flow_table::test::flow_clear ... ok |
803 | 2024-12-25T04:22:45.718Z | test engine::geneve::test::parse_single_opt ... ok |
804 | 2024-12-25T04:22:45.718Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
805 | 2024-12-25T04:22:45.718Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
806 | 2024-12-25T04:22:45.719Z | test engine::ip::v6::test::from_pairs ... ok |
807 | 2024-12-25T04:22:45.719Z | test engine::ip::v4::test::emit ... ok |
808 | 2024-12-25T04:22:45.719Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
809 | 2024-12-25T04:22:45.719Z | test engine::ip::v4::test::match_check ... ok |
810 | 2024-12-25T04:22:45.719Z | test engine::ip::v6::test::test_set_total_len ... ok |
811 | 2024-12-25T04:22:45.719Z | test engine::ip::v6::test::emit ... ok |
812 | 2024-12-25T04:22:45.719Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
813 | 2024-12-25T04:22:45.722Z | test engine::ip::v4::test::cidr_match ... ok |
814 | 2024-12-25T04:22:45.722Z | test engine::packet::test::read_single_segment ... ok |
815 | 2024-12-25T04:22:45.722Z | test engine::nat::test::nat4_rewrite ... ok |
816 | 2024-12-25T04:22:45.722Z | test engine::packet::test::read_multi_segment ... ok |
817 | 2024-12-25T04:22:45.722Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
818 | 2024-12-25T04:22:45.722Z | test engine::packet::test::small_packet_with_padding ... ok |
819 | 2024-12-25T04:22:45.722Z | test engine::layer::test::find_rule ... ok |
820 | 2024-12-25T04:22:45.722Z | test engine::packet::test::straddled_tcp ... ok |
821 | 2024-12-25T04:22:45.722Z | test engine::packet::test::udp6_packet_with_padding ... ok |
822 | 2024-12-25T04:22:45.722Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
823 | 2024-12-25T04:22:45.722Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
824 | 2024-12-25T04:22:45.722Z | test engine::rule::rule_matching ... ok |
825 | 2024-12-25T04:22:45.722Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
826 | 2024-12-25T04:22:45.722Z | test engine::snat::test::nat_mappings ... ok |
827 | 2024-12-25T04:22:45.722Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
828 | 2024-12-25T04:22:45.722Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
829 | 2024-12-25T04:22:45.722Z | |
830 | 2024-12-25T04:22:45.722Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
831 | 2024-12-25T04:22:45.722Z | |
832 | 2024-12-25T04:22:45.723Z | Doc-tests opte |
833 | 2024-12-25T04:22:46.503Z | |
834 | 2024-12-25T04:22:46.503Z | running 3 tests |
835 | 2024-12-25T04:22:46.505Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
836 | 2024-12-25T04:22:47.759Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
837 | 2024-12-25T04:22:48.207Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
838 | 2024-12-25T04:22:48.207Z | |
839 | 2024-12-25T04:22:48.210Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.70s |
840 | 2024-12-25T04:22:48.210Z | |
841 | 2024-12-25T04:22:48.243Z | |
842 | 2024-12-25T04:22:48.246Z | real 37.655899357 |
843 | 2024-12-25T04:22:48.247Z | user 2:24.497676263 |
844 | 2024-12-25T04:22:48.247Z | sys 15.906330473 |
845 | 2024-12-25T04:22:48.247Z | trap 0.064116161 |
846 | 2024-12-25T04:22:48.247Z | tflt 0.207794120 |
847 | 2024-12-25T04:22:48.247Z | dflt 0.517660170 |
848 | 2024-12-25T04:22:48.247Z | kflt 0.000005089 |
849 | 2024-12-25T04:22:48.247Z | lock 3:45.878711977 |
850 | 2024-12-25T04:22:48.247Z | slp 7:18.710890962 |
851 | 2024-12-25T04:22:48.247Z | lat 4.772842481 |
852 | 2024-12-25T04:22:48.247Z | stop 6.798122087 |
853 | 2024-12-25T04:22:48.247Z | process exited: duration 132979 ms, exit code 0 |
|
854 | 2024-12-25T04:22:48.253Z | found 0 output files |