|
|
|
1 | 2024-12-28T04:20:41.819Z | job assigned to worker 01JG5QVZ29G7PP4QH2QBWXJE9W [factory aws, i-02431bbba560224de] (queued for 54 s) |
|
2 | 2024-12-28T04:20:50.059Z | starting task 0: "setup" |
3 | 2024-12-28T04:20:50.067Z | ++ uname -s |
4 | 2024-12-28T04:20:50.069Z | + kern=SunOS |
5 | 2024-12-28T04:20:50.069Z | + case "$kern" in |
6 | 2024-12-28T04:20:50.069Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:20:50.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:20:52.079Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:20:52.185Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:20:52.187Z | + home_fs=zfs |
11 | 2024-12-28T04:20:52.187Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:20:52.187Z | + mkdir -p /home/build |
13 | 2024-12-28T04:20:52.189Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:20:54.191Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:20:54.194Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-12-28T04:20:54.199Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:20:54.204Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:20:54.204Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:20:54.204Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-28T04:20:54.204Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:20:54.204Z | ' default |
22 | 2024-12-28T04:20:54.204Z | * toolchain profile = "default" |
23 | 2024-12-28T04:20:54.206Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:20:54.206Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:20:54.325Z | info: downloading installer |
26 | 2024-12-28T04:20:55.688Z | info: profile set to 'default' |
27 | 2024-12-28T04:20:55.688Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:20:55.691Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:20:55.830Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:20:55.830Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:20:56.581Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:20:56.869Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:20:58.287Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:00.435Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:07.786Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:08.208Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:09.038Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:09.418Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:11.077Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:12.901Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:18.872Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:19.201Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:19.201Z | |
44 | 2024-12-28T04:21:19.591Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:19.591Z | |
46 | 2024-12-28T04:21:19.591Z | |
47 | 2024-12-28T04:21:19.592Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:19.592Z | |
49 | 2024-12-28T04:21:19.592Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:19.592Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:19.592Z | |
52 | 2024-12-28T04:21:19.592Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:19.592Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:19.592Z | |
55 | 2024-12-28T04:21:19.592Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:19.594Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:19.594Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:19.668Z | + rustc --version |
59 | 2024-12-28T04:21:19.737Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:19.740Z | process exited: duration 25538 ms, exit code 0 |
|
61 | 2024-12-28T04:21:19.745Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:19.765Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-28T04:21:19.770Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:19.775Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:19.778Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:19.813Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:20.553Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:20.555Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:20.825Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:20.825Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:20.832Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:20.834Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:20.837Z | + current=master |
74 | 2024-12-28T04:21:20.837Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:20.837Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:20.840Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:20.861Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:20.864Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:20.867Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:20.869Z | process exited: duration 1097 ms, exit code 0 |
|
81 | 2024-12-28T04:21:20.874Z | starting task 4: "build" |
82 | 2024-12-28T04:21:20.879Z | + cargo --version |
83 | 2024-12-28T04:21:20.883Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:21:21.044Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-28T04:21:21.044Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:21:21.936Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:21:22.276Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:21:23.518Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:21:25.317Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:21:32.107Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:21:32.366Z | info: installing component 'cargo' |
92 | 2024-12-28T04:21:33.177Z | info: installing component 'clippy' |
93 | 2024-12-28T04:21:33.551Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:21:35.254Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:21:36.885Z | info: installing component 'rustc' |
96 | 2024-12-28T04:21:42.581Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:21:42.989Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-28T04:21:42.992Z | + rustc --version |
99 | 2024-12-28T04:21:43.063Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-28T04:21:43.068Z | + cd lib/opte |
101 | 2024-12-28T04:21:43.070Z | + header 'check style' |
102 | 2024-12-28T04:21:43.070Z | + echo '# ==== check style ==== #' |
103 | 2024-12-28T04:21:43.070Z | # ==== check style ==== # |
104 | 2024-12-28T04:21:43.070Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-28T04:21:43.427Z | |
106 | 2024-12-28T04:21:43.428Z | real 0.355311825 |
107 | 2024-12-28T04:21:43.428Z | user 0.252461047 |
108 | 2024-12-28T04:21:43.428Z | sys 0.095341287 |
109 | 2024-12-28T04:21:43.428Z | trap 0.000020887 |
110 | 2024-12-28T04:21:43.428Z | tflt 0.000000000 |
111 | 2024-12-28T04:21:43.428Z | dflt 0.000000000 |
112 | 2024-12-28T04:21:43.428Z | kflt 0.000000000 |
113 | 2024-12-28T04:21:43.428Z | lock 0.000000000 |
114 | 2024-12-28T04:21:43.428Z | slp 0.271170444 |
115 | 2024-12-28T04:21:43.428Z | lat 0.000277964 |
116 | 2024-12-28T04:21:43.428Z | stop 0.000137141 |
117 | 2024-12-28T04:21:43.431Z | + header 'check docs' |
118 | 2024-12-28T04:21:43.431Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-28T04:21:43.431Z | # ==== check docs ==== # |
120 | 2024-12-28T04:21:43.431Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-28T04:21:43.431Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-28T04:21:43.534Z | Updating crates.io index |
123 | 2024-12-28T04:21:43.612Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-28T04:21:44.398Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-28T04:21:44.830Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-28T04:21:45.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-28T04:21:45.401Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-28T04:21:45.698Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-28T04:21:46.047Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-28T04:21:46.326Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-28T04:21:46.586Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-28T04:21:47.445Z | Downloading crates ... |
133 | 2024-12-28T04:21:47.521Z | Downloaded bitflags v2.6.0 |
134 | 2024-12-28T04:21:47.527Z | Downloaded thiserror v1.0.69 |
135 | 2024-12-28T04:21:47.531Z | Downloaded usdt-attr-macro v0.5.0 |
136 | 2024-12-28T04:21:47.534Z | Downloaded dtrace-parser v0.2.0 |
137 | 2024-12-28T04:21:47.536Z | Downloaded darling_macro v0.20.10 |
138 | 2024-12-28T04:21:47.546Z | Downloaded pretty-hex v0.4.1 |
139 | 2024-12-28T04:21:47.551Z | Downloaded scroll_derive v0.12.0 |
140 | 2024-12-28T04:21:47.553Z | Downloaded ident_case v1.0.1 |
141 | 2024-12-28T04:21:47.554Z | Downloaded byteorder v1.5.0 |
142 | 2024-12-28T04:21:47.561Z | Downloaded usdt-macro v0.5.0 |
143 | 2024-12-28T04:21:47.564Z | Downloaded cfg-if v1.0.0 |
144 | 2024-12-28T04:21:47.566Z | Downloaded embedded-io v0.6.1 |
145 | 2024-12-28T04:21:47.569Z | Downloaded generic-array v0.14.7 |
146 | 2024-12-28T04:21:47.572Z | Downloaded usdt v0.5.0 |
147 | 2024-12-28T04:21:47.572Z | Downloaded dof v0.3.0 |
148 | 2024-12-28T04:21:47.574Z | Downloaded version_check v0.9.5 |
149 | 2024-12-28T04:21:47.577Z | Downloaded ipnetwork v0.20.0 |
150 | 2024-12-28T04:21:47.577Z | Downloaded digest v0.10.7 |
151 | 2024-12-28T04:21:47.579Z | Downloaded serde_tokenstream v0.2.2 |
152 | 2024-12-28T04:21:47.583Z | Downloaded thread-id v4.2.2 |
153 | 2024-12-28T04:21:47.586Z | Downloaded itoa v1.0.14 |
154 | 2024-12-28T04:21:47.586Z | Downloaded thiserror-impl v1.0.69 |
155 | 2024-12-28T04:21:47.588Z | Downloaded pest_generator v2.7.15 |
156 | 2024-12-28T04:21:47.591Z | Downloaded hash32 v0.3.1 |
157 | 2024-12-28T04:21:47.591Z | Downloaded defmt-macros v0.4.0 |
158 | 2024-12-28T04:21:47.594Z | Downloaded proc-macro-error-attr2 v2.0.0 |
159 | 2024-12-28T04:21:47.597Z | Downloaded plain v0.2.3 |
160 | 2024-12-28T04:21:47.597Z | Downloaded defmt-parser v0.4.1 |
161 | 2024-12-28T04:21:47.597Z | Downloaded embedded-io v0.4.0 |
162 | 2024-12-28T04:21:47.599Z | Downloaded cobs v0.2.3 |
163 | 2024-12-28T04:21:47.600Z | Downloaded fnv v1.0.7 |
164 | 2024-12-28T04:21:47.603Z | Downloaded either v1.13.0 |
165 | 2024-12-28T04:21:47.603Z | Downloaded darling v0.20.10 |
166 | 2024-12-28T04:21:47.606Z | Downloaded crc32fast v1.4.2 |
167 | 2024-12-28T04:21:47.609Z | Downloaded proc-macro-error2 v2.0.1 |
168 | 2024-12-28T04:21:47.612Z | Downloaded strsim v0.11.1 |
169 | 2024-12-28T04:21:47.612Z | Downloaded thiserror-impl v2.0.9 |
170 | 2024-12-28T04:21:47.615Z | Downloaded tabwriter v1.4.0 |
171 | 2024-12-28T04:21:47.615Z | Downloaded dyn-clone v1.0.17 |
172 | 2024-12-28T04:21:47.615Z | Downloaded sha2 v0.10.8 |
173 | 2024-12-28T04:21:47.618Z | Downloaded scroll v0.12.0 |
174 | 2024-12-28T04:21:47.621Z | Downloaded usdt-impl v0.5.0 |
175 | 2024-12-28T04:21:47.624Z | Downloaded once_cell v1.20.2 |
176 | 2024-12-28T04:21:47.627Z | Downloaded thiserror v2.0.9 |
177 | 2024-12-28T04:21:47.631Z | Downloaded cpufeatures v0.2.16 |
178 | 2024-12-28T04:21:47.634Z | Downloaded managed v0.8.0 |
179 | 2024-12-28T04:21:47.636Z | Downloaded zerocopy-derive v0.7.35 |
180 | 2024-12-28T04:21:47.640Z | Downloaded stable_deref_trait v1.2.0 |
181 | 2024-12-28T04:21:47.643Z | Downloaded crypto-common v0.1.6 |
182 | 2024-12-28T04:21:47.643Z | Downloaded block-buffer v0.10.4 |
183 | 2024-12-28T04:21:47.643Z | Downloaded memmap v0.7.0 |
184 | 2024-12-28T04:21:47.643Z | Downloaded proc-macro2 v1.0.92 |
185 | 2024-12-28T04:21:47.646Z | Downloaded quote v1.0.37 |
186 | 2024-12-28T04:21:47.648Z | Downloaded bitflags v1.3.2 |
187 | 2024-12-28T04:21:47.651Z | Downloaded typenum v1.17.0 |
188 | 2024-12-28T04:21:47.653Z | Downloaded unicode-ident v1.0.14 |
189 | 2024-12-28T04:21:47.656Z | Downloaded log v0.4.22 |
190 | 2024-12-28T04:21:47.658Z | Downloaded pest_derive v2.7.15 |
191 | 2024-12-28T04:21:47.661Z | Downloaded pest_meta v2.7.15 |
192 | 2024-12-28T04:21:47.663Z | Downloaded postcard v1.1.1 |
193 | 2024-12-28T04:21:47.666Z | Downloaded macaddr v1.0.1 |
194 | 2024-12-28T04:21:47.666Z | Downloaded defmt v0.3.10 |
195 | 2024-12-28T04:21:47.674Z | Downloaded serde_derive v1.0.217 |
196 | 2024-12-28T04:21:47.682Z | Downloaded ucd-trie v0.1.7 |
197 | 2024-12-28T04:21:47.684Z | Downloaded serde v1.0.217 |
198 | 2024-12-28T04:21:47.689Z | Downloaded heapless v0.8.0 |
199 | 2024-12-28T04:21:47.693Z | Downloaded zerocopy-derive v0.8.13 |
200 | 2024-12-28T04:21:47.698Z | Downloaded ryu v1.0.18 |
201 | 2024-12-28T04:21:47.701Z | Downloaded darling_core v0.20.10 |
202 | 2024-12-28T04:21:47.709Z | Downloaded memchr v2.7.4 |
203 | 2024-12-28T04:21:47.747Z | Downloaded pest v2.7.15 |
204 | 2024-12-28T04:21:47.751Z | Downloaded itertools v0.13.0 |
205 | 2024-12-28T04:21:47.758Z | Downloaded serde_json v1.0.134 |
206 | 2024-12-28T04:21:47.764Z | Downloaded goblin v0.8.2 |
207 | 2024-12-28T04:21:47.770Z | Downloaded zerocopy v0.7.35 |
208 | 2024-12-28T04:21:47.786Z | Downloaded aho-corasick v1.1.3 |
209 | 2024-12-28T04:21:47.800Z | Downloaded zerocopy v0.8.13 |
210 | 2024-12-28T04:21:47.821Z | Downloaded regex v1.11.1 |
211 | 2024-12-28T04:21:47.833Z | Downloaded unicode-width v0.1.14 |
212 | 2024-12-28T04:21:47.838Z | Downloaded syn v2.0.91 |
213 | 2024-12-28T04:21:47.848Z | Downloaded regex-syntax v0.8.5 |
214 | 2024-12-28T04:21:47.856Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-28T04:21:47.890Z | Downloaded regex-automata v0.4.9 |
216 | 2024-12-28T04:21:47.906Z | Downloaded libc v0.2.169 |
217 | 2024-12-28T04:21:48.060Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-12-28T04:21:48.060Z | Compiling unicode-ident v1.0.14 |
219 | 2024-12-28T04:21:48.063Z | Documenting unicode-ident v1.0.14 |
220 | 2024-12-28T04:21:48.063Z | Compiling ident_case v1.0.1 |
221 | 2024-12-28T04:21:48.063Z | Compiling strsim v0.11.1 |
222 | 2024-12-28T04:21:48.073Z | Compiling fnv v1.0.7 |
223 | 2024-12-28T04:21:48.077Z | Compiling memchr v2.7.4 |
224 | 2024-12-28T04:21:48.341Z | Compiling zerocopy v0.8.13 |
225 | 2024-12-28T04:21:48.398Z | Compiling serde v1.0.217 |
226 | 2024-12-28T04:21:48.491Z | Compiling regex-syntax v0.8.5 |
227 | 2024-12-28T04:21:48.754Z | Documenting fnv v1.0.7 |
228 | 2024-12-28T04:21:48.773Z | Compiling either v1.13.0 |
229 | 2024-12-28T04:21:49.050Z | Documenting proc-macro2 v1.0.92 |
230 | 2024-12-28T04:21:49.084Z | Compiling aho-corasick v1.1.3 |
231 | 2024-12-28T04:21:49.635Z | Checking quote v1.0.37 |
232 | 2024-12-28T04:21:49.964Z | Checking syn v2.0.91 |
233 | 2024-12-28T04:21:50.289Z | Documenting quote v1.0.37 |
234 | 2024-12-28T04:21:50.314Z | Documenting ident_case v1.0.1 |
235 | 2024-12-28T04:21:50.781Z | Documenting strsim v0.11.1 |
236 | 2024-12-28T04:21:51.151Z | Checking byteorder v1.5.0 |
237 | 2024-12-28T04:21:51.291Z | Documenting syn v2.0.91 |
238 | 2024-12-28T04:21:51.434Z | Compiling itertools v0.13.0 |
239 | 2024-12-28T04:21:51.609Z | Documenting memchr v2.7.4 |
240 | 2024-12-28T04:21:52.675Z | Compiling regex-automata v0.4.9 |
241 | 2024-12-28T04:21:52.897Z | Compiling heapless v0.8.0 |
242 | 2024-12-28T04:21:53.044Z | Documenting aho-corasick v1.1.3 |
243 | 2024-12-28T04:21:53.990Z | Checking hash32 v0.3.1 |
244 | 2024-12-28T04:21:54.139Z | Checking stable_deref_trait v1.2.0 |
245 | 2024-12-28T04:21:54.211Z | Checking cfg-if v1.0.0 |
246 | 2024-12-28T04:21:54.227Z | Documenting regex-syntax v0.8.5 |
247 | 2024-12-28T04:21:54.285Z | Checking macaddr v1.0.1 |
248 | 2024-12-28T04:21:54.625Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-28T04:21:55.048Z | Checking darling_core v0.20.10 |
250 | 2024-12-28T04:21:55.997Z | Checking cobs v0.2.3 |
251 | 2024-12-28T04:21:56.153Z | Checking managed v0.8.0 |
252 | 2024-12-28T04:21:56.515Z | Documenting regex-automata v0.4.9 |
253 | 2024-12-28T04:21:56.566Z | Documenting darling_core v0.20.10 |
254 | 2024-12-28T04:21:56.940Z | Compiling regex v1.11.1 |
255 | 2024-12-28T04:21:57.283Z | Documenting serde_derive v1.0.217 |
256 | 2024-12-28T04:21:57.580Z | Documenting zerocopy-derive v0.8.13 |
257 | 2024-12-28T04:21:57.829Z | Checking bitflags v1.3.2 |
258 | 2024-12-28T04:21:57.911Z | Documenting byteorder v1.5.0 |
259 | 2024-12-28T04:21:58.614Z | Checking bitflags v2.6.0 |
260 | 2024-12-28T04:21:58.771Z | Documenting darling_macro v0.20.10 |
261 | 2024-12-28T04:21:58.811Z | Documenting hash32 v0.3.1 |
262 | 2024-12-28T04:21:58.829Z | Documenting macaddr v1.0.1 |
263 | 2024-12-28T04:21:59.239Z | Documenting regex v1.11.1 |
264 | 2024-12-28T04:21:59.368Z | Documenting cfg-if v1.0.0 |
265 | 2024-12-28T04:21:59.516Z | Documenting stable_deref_trait v1.2.0 |
266 | 2024-12-28T04:21:59.691Z | Documenting bitflags v2.6.0 |
267 | 2024-12-28T04:21:59.791Z | Documenting cobs v0.2.3 |
268 | 2024-12-28T04:22:00.012Z | Checking ipnetwork v0.20.0 |
269 | 2024-12-28T04:22:00.120Z | Documenting heapless v0.8.0 |
270 | 2024-12-28T04:22:00.297Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
271 | 2024-12-28T04:22:00.403Z | Compiling version_check v0.9.5 |
272 | 2024-12-28T04:22:00.502Z | Checking unicode-width v0.1.14 |
273 | 2024-12-28T04:22:00.617Z | Documenting managed v0.8.0 |
274 | 2024-12-28T04:22:00.689Z | Documenting either v1.13.0 |
275 | 2024-12-28T04:22:00.758Z | Compiling zerocopy-derive v0.8.13 |
276 | 2024-12-28T04:22:00.953Z | Compiling serde_derive v1.0.217 |
277 | 2024-12-28T04:22:00.964Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
278 | 2024-12-28T04:22:01.183Z | Documenting unicode-width v0.1.14 |
279 | 2024-12-28T04:22:01.334Z | Documenting ipnetwork v0.20.0 |
280 | 2024-12-28T04:22:01.418Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
281 | 2024-12-28T04:22:01.458Z | Documenting smoltcp v0.11.0 |
282 | 2024-12-28T04:22:01.803Z | Compiling darling_macro v0.20.10 |
283 | 2024-12-28T04:22:02.134Z | Documenting itertools v0.13.0 |
284 | 2024-12-28T04:22:02.136Z | Documenting tabwriter v1.4.0 |
285 | 2024-12-28T04:22:02.310Z | Checking tabwriter v1.4.0 |
286 | 2024-12-28T04:22:02.346Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
287 | 2024-12-28T04:22:02.792Z | Compiling darling v0.20.10 |
288 | 2024-12-28T04:22:02.887Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
289 | 2024-12-28T04:22:03.104Z | Documenting darling v0.20.10 |
290 | 2024-12-28T04:22:03.403Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
291 | 2024-12-28T04:22:03.452Z | Documenting zerocopy v0.8.13 |
292 | 2024-12-28T04:22:03.962Z | Documenting crc32fast v1.4.2 |
293 | 2024-12-28T04:22:04.315Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
294 | 2024-12-28T04:22:04.455Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
295 | 2024-12-28T04:22:04.700Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2024-12-28T04:22:04.730Z | Checking crc32fast v1.4.2 |
297 | 2024-12-28T04:22:04.923Z | Documenting dyn-clone v1.0.17 |
298 | 2024-12-28T04:22:05.235Z | Checking dyn-clone v1.0.17 |
299 | 2024-12-28T04:22:06.742Z | Documenting serde v1.0.217 |
300 | 2024-12-28T04:22:07.262Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-28T04:22:07.262Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2024-12-28T04:22:09.341Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-12-28T04:22:09.341Z | Checking postcard v1.1.1 |
304 | 2024-12-28T04:22:09.343Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-28T04:22:09.343Z | Documenting postcard v1.1.1 |
306 | 2024-12-28T04:22:10.615Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-12-28T04:22:10.615Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2024-12-28T04:22:11.492Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2024-12-28T04:22:13.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.37s |
310 | 2024-12-28T04:22:13.927Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2024-12-28T04:22:13.947Z | |
312 | 2024-12-28T04:22:13.947Z | real 30.495850731 |
313 | 2024-12-28T04:22:13.947Z | user 2:18.720080033 |
314 | 2024-12-28T04:22:13.947Z | sys 18.604160381 |
315 | 2024-12-28T04:22:13.948Z | trap 0.109926307 |
316 | 2024-12-28T04:22:13.948Z | tflt 0.144027907 |
317 | 2024-12-28T04:22:13.948Z | dflt 0.131989023 |
318 | 2024-12-28T04:22:13.948Z | kflt 0.001736214 |
319 | 2024-12-28T04:22:13.948Z | lock 3:01.723440640 |
320 | 2024-12-28T04:22:13.948Z | slp 7:27.807971918 |
321 | 2024-12-28T04:22:13.948Z | lat 17.677194803 |
322 | 2024-12-28T04:22:13.948Z | stop 11.118928742 |
323 | 2024-12-28T04:22:13.950Z | + header 'analyze std + api' |
324 | 2024-12-28T04:22:13.950Z | + echo '# ==== analyze std + api ==== #' |
325 | 2024-12-28T04:22:13.950Z | # ==== analyze std + api ==== # |
326 | 2024-12-28T04:22:13.950Z | + ptime -m cargo clippy --all-targets |
327 | 2024-12-28T04:22:14.361Z | Compiling proc-macro2 v1.0.92 |
328 | 2024-12-28T04:22:14.361Z | Compiling unicode-ident v1.0.14 |
329 | 2024-12-28T04:22:14.364Z | Compiling memchr v2.7.4 |
330 | 2024-12-28T04:22:14.364Z | Compiling thiserror v2.0.9 |
331 | 2024-12-28T04:22:14.364Z | Compiling thiserror v1.0.69 |
332 | 2024-12-28T04:22:14.364Z | Compiling version_check v0.9.5 |
333 | 2024-12-28T04:22:14.364Z | Compiling libc v0.2.169 |
334 | 2024-12-28T04:22:14.364Z | Compiling ucd-trie v0.1.7 |
335 | 2024-12-28T04:22:14.595Z | Compiling once_cell v1.20.2 |
336 | 2024-12-28T04:22:14.810Z | Compiling serde_json v1.0.134 |
337 | 2024-12-28T04:22:14.939Z | Compiling serde v1.0.217 |
338 | 2024-12-28T04:22:15.091Z | Compiling strsim v0.11.1 |
339 | 2024-12-28T04:22:15.167Z | Compiling fnv v1.0.7 |
340 | 2024-12-28T04:22:15.280Z | Compiling ident_case v1.0.1 |
341 | 2024-12-28T04:22:15.285Z | Checking byteorder v1.5.0 |
342 | 2024-12-28T04:22:15.313Z | Compiling aho-corasick v1.1.3 |
343 | 2024-12-28T04:22:15.423Z | Compiling regex-syntax v0.8.5 |
344 | 2024-12-28T04:22:15.458Z | Compiling itoa v1.0.14 |
345 | 2024-12-28T04:22:15.659Z | Compiling ryu v1.0.18 |
346 | 2024-12-28T04:22:15.677Z | Compiling usdt-impl v0.5.0 |
347 | 2024-12-28T04:22:16.021Z | Compiling quote v1.0.37 |
348 | 2024-12-28T04:22:16.074Z | Compiling zerocopy v0.8.13 |
349 | 2024-12-28T04:22:16.111Z | Compiling either v1.13.0 |
350 | 2024-12-28T04:22:16.272Z | Compiling thread-id v4.2.2 |
351 | 2024-12-28T04:22:16.364Z | Compiling syn v2.0.91 |
352 | 2024-12-28T04:22:16.483Z | Compiling itertools v0.13.0 |
353 | 2024-12-28T04:22:16.838Z | Checking log v0.4.22 |
354 | 2024-12-28T04:22:17.046Z | Compiling heapless v0.8.0 |
355 | 2024-12-28T04:22:17.077Z | Checking plain v0.2.3 |
356 | 2024-12-28T04:22:17.150Z | Checking hash32 v0.3.1 |
357 | 2024-12-28T04:22:17.313Z | Compiling smoltcp v0.11.0 |
358 | 2024-12-28T04:22:17.376Z | Checking pretty-hex v0.4.1 |
359 | 2024-12-28T04:22:17.540Z | Checking cfg-if v1.0.0 |
360 | 2024-12-28T04:22:17.578Z | Checking stable_deref_trait v1.2.0 |
361 | 2024-12-28T04:22:17.605Z | Checking macaddr v1.0.1 |
362 | 2024-12-28T04:22:17.894Z | Checking bitflags v2.6.0 |
363 | 2024-12-28T04:22:17.918Z | Checking managed v0.8.0 |
364 | 2024-12-28T04:22:18.110Z | Checking bitflags v1.3.2 |
365 | 2024-12-28T04:22:18.188Z | Checking cobs v0.2.3 |
366 | 2024-12-28T04:22:18.256Z | Checking memmap v0.7.0 |
367 | 2024-12-28T04:22:18.345Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
368 | 2024-12-28T04:22:18.445Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
369 | 2024-12-28T04:22:18.720Z | Checking unicode-width v0.1.14 |
370 | 2024-12-28T04:22:18.939Z | Compiling regex-automata v0.4.9 |
371 | 2024-12-28T04:22:19.136Z | Checking ipnetwork v0.20.0 |
372 | 2024-12-28T04:22:19.227Z | Checking tabwriter v1.4.0 |
373 | 2024-12-28T04:22:19.449Z | Checking crc32fast v1.4.2 |
374 | 2024-12-28T04:22:19.459Z | Checking dyn-clone v1.0.17 |
375 | 2024-12-28T04:22:21.580Z | Compiling darling_core v0.20.10 |
376 | 2024-12-28T04:22:21.714Z | Compiling regex v1.11.1 |
377 | 2024-12-28T04:22:22.965Z | Compiling serde_derive v1.0.217 |
378 | 2024-12-28T04:22:22.965Z | Compiling thiserror-impl v2.0.9 |
379 | 2024-12-28T04:22:22.965Z | Compiling thiserror-impl v1.0.69 |
380 | 2024-12-28T04:22:22.968Z | Compiling zerocopy-derive v0.7.35 |
381 | 2024-12-28T04:22:22.968Z | Compiling scroll_derive v0.12.0 |
382 | 2024-12-28T04:22:22.968Z | Compiling zerocopy-derive v0.8.13 |
383 | 2024-12-28T04:22:22.990Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
384 | 2024-12-28T04:22:24.797Z | Checking scroll v0.12.0 |
385 | 2024-12-28T04:22:24.826Z | Compiling zerocopy v0.7.35 |
386 | 2024-12-28T04:22:25.209Z | Checking goblin v0.8.2 |
387 | 2024-12-28T04:22:25.698Z | Compiling darling_macro v0.20.10 |
388 | 2024-12-28T04:22:25.857Z | Compiling pest v2.7.15 |
389 | 2024-12-28T04:22:26.611Z | Compiling darling v0.20.10 |
390 | 2024-12-28T04:22:26.704Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
391 | 2024-12-28T04:22:26.943Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
392 | 2024-12-28T04:22:28.181Z | Compiling pest_meta v2.7.15 |
393 | 2024-12-28T04:22:28.970Z | Compiling pest_generator v2.7.15 |
394 | 2024-12-28T04:22:30.219Z | Compiling pest_derive v2.7.15 |
395 | 2024-12-28T04:22:30.869Z | Compiling dtrace-parser v0.2.0 |
396 | 2024-12-28T04:22:30.935Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
397 | 2024-12-28T04:22:31.354Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
398 | 2024-12-28T04:22:31.391Z | Checking postcard v1.1.1 |
399 | 2024-12-28T04:22:32.082Z | Compiling serde_tokenstream v0.2.2 |
400 | 2024-12-28T04:22:32.331Z | Checking dof v0.3.0 |
401 | 2024-12-28T04:22:32.626Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
402 | 2024-12-28T04:22:33.905Z | Compiling usdt-macro v0.5.0 |
403 | 2024-12-28T04:22:33.905Z | Compiling usdt-attr-macro v0.5.0 |
404 | 2024-12-28T04:22:34.709Z | Checking usdt v0.5.0 |
405 | 2024-12-28T04:22:46.037Z | warning: the borrowed expression implements the required traits |
406 | 2024-12-28T04:22:46.037Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
407 | 2024-12-28T04:22:46.037Z | | |
408 | 2024-12-28T04:22:46.038Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
409 | 2024-12-28T04:22:46.038Z | | ^^^ help: change this to: `[]` |
410 | 2024-12-28T04:22:46.038Z | | |
411 | 2024-12-28T04:22:46.038Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
412 | 2024-12-28T04:22:46.038Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
413 | 2024-12-28T04:22:46.038Z | |
414 | 2024-12-28T04:22:46.049Z | warning: the borrowed expression implements the required traits |
415 | 2024-12-28T04:22:46.049Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
416 | 2024-12-28T04:22:46.049Z | | |
417 | 2024-12-28T04:22:46.049Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
418 | 2024-12-28T04:22:46.049Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
419 | 2024-12-28T04:22:46.049Z | | |
420 | 2024-12-28T04:22:46.049Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
421 | 2024-12-28T04:22:46.049Z | |
422 | 2024-12-28T04:22:46.052Z | warning: the borrowed expression implements the required traits |
423 | 2024-12-28T04:22:46.052Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
424 | 2024-12-28T04:22:46.052Z | | |
425 | 2024-12-28T04:22:46.052Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
426 | 2024-12-28T04:22:46.052Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
427 | 2024-12-28T04:22:46.052Z | | |
428 | 2024-12-28T04:22:46.052Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
429 | 2024-12-28T04:22:46.052Z | |
430 | 2024-12-28T04:22:46.052Z | warning: the borrowed expression implements the required traits |
431 | 2024-12-28T04:22:46.052Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
432 | 2024-12-28T04:22:46.052Z | | |
433 | 2024-12-28T04:22:46.052Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
434 | 2024-12-28T04:22:46.052Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
435 | 2024-12-28T04:22:46.052Z | | |
436 | 2024-12-28T04:22:46.052Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
437 | 2024-12-28T04:22:46.052Z | |
438 | 2024-12-28T04:22:46.079Z | warning: the loop variable `i` is only used to index `els` |
439 | 2024-12-28T04:22:46.079Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
440 | 2024-12-28T04:22:46.079Z | | |
441 | 2024-12-28T04:22:46.079Z | 1361 | for i in 0..els.len() { |
442 | 2024-12-28T04:22:46.079Z | | ^^^^^^^^^^^^ |
443 | 2024-12-28T04:22:46.079Z | | |
444 | 2024-12-28T04:22:46.079Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
445 | 2024-12-28T04:22:46.079Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
446 | 2024-12-28T04:22:46.079Z | help: consider using an iterator |
447 | 2024-12-28T04:22:46.079Z | | |
448 | 2024-12-28T04:22:46.079Z | 1361 | for <item> in &els { |
449 | 2024-12-28T04:22:46.080Z | | ~~~~~~ ~~~~ |
450 | 2024-12-28T04:22:46.080Z | |
451 | 2024-12-28T04:22:47.226Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
452 | 2024-12-28T04:22:47.226Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
453 | 2024-12-28T04:22:47.226Z | | |
454 | 2024-12-28T04:22:47.226Z | 461 | header.packet_length() as usize, |
455 | 2024-12-28T04:22:47.226Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
456 | 2024-12-28T04:22:47.226Z | | |
457 | 2024-12-28T04:22:47.226Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
458 | 2024-12-28T04:22:47.226Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
459 | 2024-12-28T04:22:47.226Z | |
460 | 2024-12-28T04:22:47.241Z | warning: redundant slicing of the whole range |
461 | 2024-12-28T04:22:47.241Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
462 | 2024-12-28T04:22:47.241Z | | |
463 | 2024-12-28T04:22:47.241Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
464 | 2024-12-28T04:22:47.241Z | | ^^^^^^^^ help: use the original value instead: `buf` |
465 | 2024-12-28T04:22:47.241Z | | |
466 | 2024-12-28T04:22:47.241Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
467 | 2024-12-28T04:22:47.241Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
468 | 2024-12-28T04:22:47.241Z | |
469 | 2024-12-28T04:22:47.245Z | warning: redundant slicing of the whole range |
470 | 2024-12-28T04:22:47.245Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
471 | 2024-12-28T04:22:47.245Z | | |
472 | 2024-12-28T04:22:47.245Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
473 | 2024-12-28T04:22:47.245Z | | ^^^^^^^^ help: use the original value instead: `buf` |
474 | 2024-12-28T04:22:47.245Z | | |
475 | 2024-12-28T04:22:47.245Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
476 | 2024-12-28T04:22:47.245Z | |
477 | 2024-12-28T04:22:47.402Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
478 | 2024-12-28T04:22:47.402Z | --> lib/opte/src/engine/layer.rs:1880:46 |
479 | 2024-12-28T04:22:47.402Z | | |
480 | 2024-12-28T04:22:47.402Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
481 | 2024-12-28T04:22:47.402Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
482 | 2024-12-28T04:22:47.402Z | | |
483 | 2024-12-28T04:22:47.402Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
484 | 2024-12-28T04:22:47.403Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
485 | 2024-12-28T04:22:47.403Z | |
486 | 2024-12-28T04:22:48.243Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
487 | 2024-12-28T04:22:48.243Z | --> lib/opte/src/engine/rule.rs:1162:25 |
488 | 2024-12-28T04:22:48.243Z | | |
489 | 2024-12-28T04:22:48.243Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
490 | 2024-12-28T04:22:48.243Z | | ^^^^^ help: change this to: `meta` |
491 | 2024-12-28T04:22:48.243Z | | |
492 | 2024-12-28T04:22:48.243Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
493 | 2024-12-28T04:22:48.243Z | |
494 | 2024-12-28T04:22:48.246Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
495 | 2024-12-28T04:22:48.246Z | --> lib/opte/src/engine/rule.rs:1171:26 |
496 | 2024-12-28T04:22:48.246Z | | |
497 | 2024-12-28T04:22:48.246Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
498 | 2024-12-28T04:22:48.246Z | | ^^^^^ help: change this to: `meta` |
499 | 2024-12-28T04:22:48.246Z | | |
500 | 2024-12-28T04:22:48.246Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
501 | 2024-12-28T04:22:48.246Z | |
502 | 2024-12-28T04:22:48.401Z | warning: useless use of `vec!` |
503 | 2024-12-28T04:22:48.401Z | --> lib/opte/src/engine/geneve.rs:401:19 |
504 | 2024-12-28T04:22:48.401Z | | |
505 | 2024-12-28T04:22:48.401Z | 401 | let buf = vec![ |
506 | 2024-12-28T04:22:48.401Z | | ___________________^ |
507 | 2024-12-28T04:22:48.401Z | 402 | | // source |
508 | 2024-12-28T04:22:48.401Z | 403 | | 0x1E, 0x61, |
509 | 2024-12-28T04:22:48.401Z | 404 | | // dest |
510 | 2024-12-28T04:22:48.401Z | ... | |
511 | 2024-12-28T04:22:48.401Z | 424 | | 0x00, |
512 | 2024-12-28T04:22:48.401Z | 425 | | ]; |
513 | 2024-12-28T04:22:48.401Z | | |_________^ |
514 | 2024-12-28T04:22:48.402Z | | |
515 | 2024-12-28T04:22:48.402Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
516 | 2024-12-28T04:22:48.402Z | = note: `#[warn(clippy::useless_vec)]` on by default |
517 | 2024-12-28T04:22:48.402Z | help: you can use an array directly |
518 | 2024-12-28T04:22:48.402Z | | |
519 | 2024-12-28T04:22:48.402Z | 401 ~ let buf = [0x1E, 0x61, |
520 | 2024-12-28T04:22:48.402Z | 402 + // dest |
521 | 2024-12-28T04:22:48.402Z | 403 + 0x17, 0xC1, |
522 | 2024-12-28T04:22:48.402Z | 404 + // length |
523 | 2024-12-28T04:22:48.402Z | 405 + 0x00, 0x14, |
524 | 2024-12-28T04:22:48.402Z | 406 + // csum |
525 | 2024-12-28T04:22:48.402Z | 407 + 0x00, 0x00, |
526 | 2024-12-28T04:22:48.402Z | 408 + // ver + opt len |
527 | 2024-12-28T04:22:48.402Z | 409 + 0x01, |
528 | 2024-12-28T04:22:48.402Z | 410 + // flags |
529 | 2024-12-28T04:22:48.402Z | 411 + 0x00, |
530 | 2024-12-28T04:22:48.402Z | 412 + // proto |
531 | 2024-12-28T04:22:48.402Z | 413 + 0x65, 0x58, |
532 | 2024-12-28T04:22:48.402Z | 414 + // vni + reserved |
533 | 2024-12-28T04:22:48.402Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
534 | 2024-12-28T04:22:48.402Z | 416 + |
535 | 2024-12-28T04:22:48.402Z | 417 + // option class |
536 | 2024-12-28T04:22:48.402Z | 418 + 0x01, 0x29, |
537 | 2024-12-28T04:22:48.402Z | 419 + // crt + type |
538 | 2024-12-28T04:22:48.402Z | 420 + 0x00, |
539 | 2024-12-28T04:22:48.402Z | 421 + // rsvd + len |
540 | 2024-12-28T04:22:48.402Z | 422 ~ 0x00]; |
541 | 2024-12-28T04:22:48.402Z | | |
542 | 2024-12-28T04:22:48.402Z | |
543 | 2024-12-28T04:22:48.406Z | warning: useless use of `vec!` |
544 | 2024-12-28T04:22:48.406Z | --> lib/opte/src/engine/geneve.rs:441:19 |
545 | 2024-12-28T04:22:48.406Z | | |
546 | 2024-12-28T04:22:48.406Z | 441 | let buf = vec![ |
547 | 2024-12-28T04:22:48.406Z | | ___________________^ |
548 | 2024-12-28T04:22:48.406Z | 442 | | // source |
549 | 2024-12-28T04:22:48.406Z | 443 | | 0x1E, 0x61, |
550 | 2024-12-28T04:22:48.406Z | 444 | | // dest |
551 | 2024-12-28T04:22:48.406Z | ... | |
552 | 2024-12-28T04:22:48.406Z | 464 | | 0x00, |
553 | 2024-12-28T04:22:48.406Z | 465 | | ]; |
554 | 2024-12-28T04:22:48.406Z | | |_________^ |
555 | 2024-12-28T04:22:48.406Z | | |
556 | 2024-12-28T04:22:48.406Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
557 | 2024-12-28T04:22:48.406Z | help: you can use an array directly |
558 | 2024-12-28T04:22:48.406Z | | |
559 | 2024-12-28T04:22:48.406Z | 441 ~ let buf = [0x1E, 0x61, |
560 | 2024-12-28T04:22:48.406Z | 442 + // dest |
561 | 2024-12-28T04:22:48.406Z | 443 + 0x17, 0xC1, |
562 | 2024-12-28T04:22:48.406Z | 444 + // length |
563 | 2024-12-28T04:22:48.406Z | 445 + 0x00, 0x14, |
564 | 2024-12-28T04:22:48.406Z | 446 + // csum |
565 | 2024-12-28T04:22:48.406Z | 447 + 0x00, 0x00, |
566 | 2024-12-28T04:22:48.406Z | 448 + // ver + opt len |
567 | 2024-12-28T04:22:48.406Z | 449 + 0x01, |
568 | 2024-12-28T04:22:48.406Z | 450 + // flags |
569 | 2024-12-28T04:22:48.406Z | 451 + 0b0100_0000, |
570 | 2024-12-28T04:22:48.406Z | 452 + // proto |
571 | 2024-12-28T04:22:48.406Z | 453 + 0x65, 0x58, |
572 | 2024-12-28T04:22:48.407Z | 454 + // vni + reserved |
573 | 2024-12-28T04:22:48.407Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
574 | 2024-12-28T04:22:48.407Z | 456 + |
575 | 2024-12-28T04:22:48.407Z | 457 + // experimenter option class |
576 | 2024-12-28T04:22:48.407Z | 458 + 0xff, 0xff, |
577 | 2024-12-28T04:22:48.407Z | 459 + // crt + type |
578 | 2024-12-28T04:22:48.407Z | 460 + 0x80, |
579 | 2024-12-28T04:22:48.407Z | 461 + // rsvd + len |
580 | 2024-12-28T04:22:48.407Z | 462 ~ 0x00]; |
581 | 2024-12-28T04:22:48.407Z | | |
582 | 2024-12-28T04:22:48.407Z | |
583 | 2024-12-28T04:22:48.407Z | warning: useless use of `vec!` |
584 | 2024-12-28T04:22:48.407Z | --> lib/opte/src/engine/geneve.rs:483:19 |
585 | 2024-12-28T04:22:48.407Z | | |
586 | 2024-12-28T04:22:48.407Z | 483 | let buf = vec![ |
587 | 2024-12-28T04:22:48.407Z | | ___________________^ |
588 | 2024-12-28T04:22:48.407Z | 484 | | // source |
589 | 2024-12-28T04:22:48.407Z | 485 | | 0x1E, 0x61, |
590 | 2024-12-28T04:22:48.407Z | 486 | | // dest |
591 | 2024-12-28T04:22:48.407Z | ... | |
592 | 2024-12-28T04:22:48.407Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
593 | 2024-12-28T04:22:48.407Z | 525 | | ]; |
594 | 2024-12-28T04:22:48.407Z | | |_________^ |
595 | 2024-12-28T04:22:48.407Z | | |
596 | 2024-12-28T04:22:48.407Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
597 | 2024-12-28T04:22:48.407Z | help: you can use an array directly |
598 | 2024-12-28T04:22:48.407Z | | |
599 | 2024-12-28T04:22:48.407Z | 483 ~ let buf = [0x1E, 0x61, |
600 | 2024-12-28T04:22:48.407Z | 484 + // dest |
601 | 2024-12-28T04:22:48.407Z | 485 + 0x17, 0xC1, |
602 | 2024-12-28T04:22:48.407Z | 486 + // length |
603 | 2024-12-28T04:22:48.407Z | 487 + 0x00, 0x1c, |
604 | 2024-12-28T04:22:48.407Z | 488 + // csum |
605 | 2024-12-28T04:22:48.407Z | 489 + 0x00, 0x00, |
606 | 2024-12-28T04:22:48.407Z | 490 + // ver + opt len |
607 | 2024-12-28T04:22:48.407Z | 491 + 0x05, |
608 | 2024-12-28T04:22:48.407Z | 492 + // flags |
609 | 2024-12-28T04:22:48.408Z | 493 + 0x00, |
610 | 2024-12-28T04:22:48.408Z | 494 + // proto |
611 | 2024-12-28T04:22:48.408Z | 495 + 0x65, 0x58, |
612 | 2024-12-28T04:22:48.408Z | 496 + // vni + reserved |
613 | 2024-12-28T04:22:48.408Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
614 | 2024-12-28T04:22:48.408Z | 498 + |
615 | 2024-12-28T04:22:48.408Z | 499 + // option class |
616 | 2024-12-28T04:22:48.408Z | 500 + 0x01, 0x29, |
617 | 2024-12-28T04:22:48.408Z | 501 + // crt + type |
618 | 2024-12-28T04:22:48.408Z | 502 + 0x00, |
619 | 2024-12-28T04:22:48.408Z | 503 + // rsvd + len |
620 | 2024-12-28T04:22:48.408Z | 504 + 0x00, |
621 | 2024-12-28T04:22:48.408Z | 505 + |
622 | 2024-12-28T04:22:48.408Z | 506 + // experimenter option class |
623 | 2024-12-28T04:22:48.408Z | 507 + 0xff, 0xff, |
624 | 2024-12-28T04:22:48.408Z | 508 + // crt + type |
625 | 2024-12-28T04:22:48.408Z | 509 + 0x05, |
626 | 2024-12-28T04:22:48.408Z | 510 + // rsvd + len |
627 | 2024-12-28T04:22:48.408Z | 511 + 0x01, |
628 | 2024-12-28T04:22:48.408Z | 512 + // body |
629 | 2024-12-28T04:22:48.408Z | 513 + 0x00, 0x00, 0x00, 0x00, |
630 | 2024-12-28T04:22:48.408Z | 514 + |
631 | 2024-12-28T04:22:48.408Z | 515 + // experimenter option class |
632 | 2024-12-28T04:22:48.408Z | 516 + 0xff, 0xff, |
633 | 2024-12-28T04:22:48.408Z | 517 + // crt + type |
634 | 2024-12-28T04:22:48.408Z | 518 + 0x06, |
635 | 2024-12-28T04:22:48.408Z | 519 + // rsvd + len |
636 | 2024-12-28T04:22:48.408Z | 520 + 0x01, |
637 | 2024-12-28T04:22:48.408Z | 521 + // body |
638 | 2024-12-28T04:22:48.408Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
639 | 2024-12-28T04:22:48.408Z | | |
640 | 2024-12-28T04:22:48.408Z | |
641 | 2024-12-28T04:22:48.694Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
642 | 2024-12-28T04:22:48.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.59s |
643 | 2024-12-28T04:22:48.728Z | |
644 | 2024-12-28T04:22:48.728Z | real 34.770268166 |
645 | 2024-12-28T04:22:48.728Z | user 2:04.819948711 |
646 | 2024-12-28T04:22:48.728Z | sys 17.228995588 |
647 | 2024-12-28T04:22:48.728Z | trap 0.064973428 |
648 | 2024-12-28T04:22:48.728Z | tflt 0.384292203 |
649 | 2024-12-28T04:22:48.728Z | dflt 0.495394803 |
650 | 2024-12-28T04:22:48.728Z | kflt 0.000032328 |
651 | 2024-12-28T04:22:48.728Z | lock 3:11.400663450 |
652 | 2024-12-28T04:22:48.728Z | slp 7:30.063912602 |
653 | 2024-12-28T04:22:48.728Z | lat 4.140429352 |
654 | 2024-12-28T04:22:48.728Z | stop 6.290387213 |
655 | 2024-12-28T04:22:48.731Z | + header 'analyze no_std + engine + kernel' |
656 | 2024-12-28T04:22:48.731Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
657 | 2024-12-28T04:22:48.731Z | # ==== analyze no_std + engine + kernel ==== # |
658 | 2024-12-28T04:22:48.731Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
659 | 2024-12-28T04:22:49.038Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
660 | 2024-12-28T04:22:49.038Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
661 | 2024-12-28T04:22:49.041Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
662 | 2024-12-28T04:22:49.041Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
663 | 2024-12-28T04:22:49.209Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
664 | 2024-12-28T04:22:55.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s |
665 | 2024-12-28T04:22:55.833Z | |
666 | 2024-12-28T04:22:55.833Z | real 7.097408067 |
667 | 2024-12-28T04:22:55.833Z | user 7.937933741 |
668 | 2024-12-28T04:22:55.833Z | sys 1.149805168 |
669 | 2024-12-28T04:22:55.833Z | trap 0.001813727 |
670 | 2024-12-28T04:22:55.833Z | tflt 0.010373018 |
671 | 2024-12-28T04:22:55.833Z | dflt 0.001600745 |
672 | 2024-12-28T04:22:55.835Z | kflt 0.000000000 |
673 | 2024-12-28T04:22:55.836Z | lock 18.176422858 |
674 | 2024-12-28T04:22:55.836Z | slp 26.642040687 |
675 | 2024-12-28T04:22:55.836Z | lat 0.054908724 |
676 | 2024-12-28T04:22:55.836Z | stop 0.139724445 |
677 | 2024-12-28T04:22:55.836Z | + header test |
678 | 2024-12-28T04:22:55.836Z | + echo '# ==== test ==== #' |
679 | 2024-12-28T04:22:55.836Z | # ==== test ==== # |
680 | 2024-12-28T04:22:55.836Z | + ptime -m cargo test |
681 | 2024-12-28T04:22:56.094Z | Compiling unicode-ident v1.0.14 |
682 | 2024-12-28T04:22:56.094Z | Compiling memchr v2.7.4 |
683 | 2024-12-28T04:22:56.094Z | Compiling byteorder v1.5.0 |
684 | 2024-12-28T04:22:56.097Z | Compiling ucd-trie v0.1.7 |
685 | 2024-12-28T04:22:56.097Z | Compiling ryu v1.0.18 |
686 | 2024-12-28T04:22:56.102Z | Compiling itoa v1.0.14 |
687 | 2024-12-28T04:22:56.112Z | Compiling libc v0.2.169 |
688 | 2024-12-28T04:22:56.115Z | Compiling either v1.13.0 |
689 | 2024-12-28T04:22:56.250Z | Compiling proc-macro2 v1.0.92 |
690 | 2024-12-28T04:22:56.287Z | Compiling log v0.4.22 |
691 | 2024-12-28T04:22:56.413Z | Compiling plain v0.2.3 |
692 | 2024-12-28T04:22:56.484Z | Compiling itertools v0.13.0 |
693 | 2024-12-28T04:22:56.520Z | Compiling hash32 v0.3.1 |
694 | 2024-12-28T04:22:56.626Z | Compiling thread-id v4.2.2 |
695 | 2024-12-28T04:22:56.653Z | Compiling macaddr v1.0.1 |
696 | 2024-12-28T04:22:56.667Z | Compiling stable_deref_trait v1.2.0 |
697 | 2024-12-28T04:22:56.689Z | Compiling cfg-if v1.0.0 |
698 | 2024-12-28T04:22:56.709Z | Compiling pretty-hex v0.4.1 |
699 | 2024-12-28T04:22:56.726Z | Compiling heapless v0.8.0 |
700 | 2024-12-28T04:22:56.748Z | Compiling managed v0.8.0 |
701 | 2024-12-28T04:22:56.767Z | Compiling cobs v0.2.3 |
702 | 2024-12-28T04:22:56.894Z | Compiling bitflags v2.6.0 |
703 | 2024-12-28T04:22:56.979Z | Compiling quote v1.0.37 |
704 | 2024-12-28T04:22:57.025Z | Compiling aho-corasick v1.1.3 |
705 | 2024-12-28T04:22:57.138Z | Compiling bitflags v1.3.2 |
706 | 2024-12-28T04:22:57.171Z | Compiling memmap v0.7.0 |
707 | 2024-12-28T04:22:57.222Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
708 | 2024-12-28T04:22:57.469Z | Compiling syn v2.0.91 |
709 | 2024-12-28T04:22:57.575Z | Compiling smoltcp v0.11.0 |
710 | 2024-12-28T04:22:57.631Z | Compiling unicode-width v0.1.14 |
711 | 2024-12-28T04:22:57.706Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
712 | 2024-12-28T04:22:57.855Z | Compiling ipnetwork v0.20.0 |
713 | 2024-12-28T04:22:57.923Z | Compiling crc32fast v1.4.2 |
714 | 2024-12-28T04:22:58.106Z | Compiling tabwriter v1.4.0 |
715 | 2024-12-28T04:22:58.398Z | Compiling dyn-clone v1.0.17 |
716 | 2024-12-28T04:22:58.766Z | Compiling regex-automata v0.4.9 |
717 | 2024-12-28T04:23:01.593Z | Compiling regex v1.11.1 |
718 | 2024-12-28T04:23:02.246Z | Compiling darling_core v0.20.10 |
719 | 2024-12-28T04:23:03.636Z | Compiling serde_derive v1.0.217 |
720 | 2024-12-28T04:23:03.636Z | Compiling thiserror-impl v2.0.9 |
721 | 2024-12-28T04:23:03.876Z | Compiling thiserror-impl v1.0.69 |
722 | 2024-12-28T04:23:03.976Z | Compiling zerocopy-derive v0.7.35 |
723 | 2024-12-28T04:23:04.112Z | Compiling scroll_derive v0.12.0 |
724 | 2024-12-28T04:23:04.181Z | Compiling zerocopy-derive v0.8.13 |
725 | 2024-12-28T04:23:04.719Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
726 | 2024-12-28T04:23:05.561Z | Compiling scroll v0.12.0 |
727 | 2024-12-28T04:23:05.873Z | Compiling zerocopy v0.7.35 |
728 | 2024-12-28T04:23:06.015Z | Compiling goblin v0.8.2 |
729 | 2024-12-28T04:23:06.477Z | Compiling thiserror v2.0.9 |
730 | 2024-12-28T04:23:06.498Z | Compiling thiserror v1.0.69 |
731 | 2024-12-28T04:23:06.566Z | Compiling pest v2.7.15 |
732 | 2024-12-28T04:23:06.659Z | Compiling darling_macro v0.20.10 |
733 | 2024-12-28T04:23:06.780Z | Compiling zerocopy v0.8.13 |
734 | 2024-12-28T04:23:07.550Z | Compiling darling v0.20.10 |
735 | 2024-12-28T04:23:07.638Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
736 | 2024-12-28T04:23:07.640Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
737 | 2024-12-28T04:23:08.514Z | Compiling serde v1.0.217 |
738 | 2024-12-28T04:23:08.536Z | Compiling pest_meta v2.7.15 |
739 | 2024-12-28T04:23:09.541Z | Compiling pest_generator v2.7.15 |
740 | 2024-12-28T04:23:10.888Z | Compiling pest_derive v2.7.15 |
741 | 2024-12-28T04:23:11.784Z | Compiling dtrace-parser v0.2.0 |
742 | 2024-12-28T04:23:12.245Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
743 | 2024-12-28T04:23:13.025Z | Compiling serde_json v1.0.134 |
744 | 2024-12-28T04:23:13.025Z | Compiling postcard v1.1.1 |
745 | 2024-12-28T04:23:13.025Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
746 | 2024-12-28T04:23:13.039Z | Compiling serde_tokenstream v0.2.2 |
747 | 2024-12-28T04:23:14.154Z | Compiling dof v0.3.0 |
748 | 2024-12-28T04:23:14.540Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
749 | 2024-12-28T04:23:14.647Z | Compiling usdt-impl v0.5.0 |
750 | 2024-12-28T04:23:15.404Z | Compiling usdt-macro v0.5.0 |
751 | 2024-12-28T04:23:15.404Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-12-28T04:23:16.447Z | Compiling usdt v0.5.0 |
753 | 2024-12-28T04:23:31.059Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 35.17s |
754 | 2024-12-28T04:23:31.077Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-325bf88b21ed7192) |
755 | 2024-12-28T04:23:31.091Z | |
756 | 2024-12-28T04:23:31.091Z | running 72 tests |
757 | 2024-12-28T04:23:31.094Z | test d_error::tests::name_truncation ... ok |
758 | 2024-12-28T04:23:31.094Z | test d_error::tests::name_and_data_storage ... ok |
759 | 2024-12-28T04:23:31.094Z | test ddi::mblk::test::chain_append_links ... ok |
760 | 2024-12-28T04:23:31.094Z | test ddi::mblk::test::chain_breaks_links ... ok |
761 | 2024-12-28T04:23:31.094Z | test ddi::mblk::test::chain_drain_complete ... ok |
762 | 2024-12-28T04:23:31.094Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
763 | 2024-12-28T04:23:31.094Z | test ddi::mblk::test::expand_and_shrink ... ok |
764 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::prefix_len ... ok |
765 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::read_seg ... ok |
766 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
767 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::uninitialized_packet ... ok |
768 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::wrap ... ok |
769 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::truncate ... ok |
770 | 2024-12-28T04:23:31.095Z | test ddi::time::test::good_interval ... ok |
771 | 2024-12-28T04:23:31.095Z | test ddi::mblk::test::zero_byte_packet ... ok |
772 | 2024-12-28T04:23:31.095Z | test engine::dhcp::test::hostname_encode ... ok |
773 | 2024-12-28T04:23:31.095Z | test engine::dhcp::test::domainname_encode ... ok |
774 | 2024-12-28T04:23:31.095Z | test engine::dhcp::test::offlink_encode ... ok |
775 | 2024-12-28T04:23:31.095Z | test engine::dhcp::test::domain_search_option_encode ... ok |
776 | 2024-12-28T04:23:31.095Z | test engine::dhcp::test::rfc3442_encode ... ok |
777 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_client_id ... ok |
778 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
779 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
780 | 2024-12-28T04:23:31.095Z | test ddi::time::test::bad_interval - should panic ... ok |
781 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
782 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
783 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_iata ... ok |
784 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_iana ... ok |
785 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_option_request ... ok |
786 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
787 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
788 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
789 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
790 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_server_id ... ok |
791 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
792 | 2024-12-28T04:23:31.095Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
793 | 2024-12-28T04:23:31.098Z | test engine::dhcpv6::options::test::test_status ... ok |
794 | 2024-12-28T04:23:31.098Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
795 | 2024-12-28T04:23:31.098Z | test engine::ether::test::emit ... ok |
796 | 2024-12-28T04:23:31.098Z | test engine::flow_table::test::flow_clear ... ok |
797 | 2024-12-28T04:23:31.098Z | test engine::flow_table::test::flow_expired ... ok |
798 | 2024-12-28T04:23:31.098Z | test engine::geneve::test::emit_external_opt ... ok |
799 | 2024-12-28T04:23:31.098Z | test engine::geneve::test::emit_no_opts ... ok |
800 | 2024-12-28T04:23:31.098Z | test engine::geneve::test::parse_single_opt ... ok |
801 | 2024-12-28T04:23:31.098Z | test engine::geneve::test::parse_multi_opt ... ok |
802 | 2024-12-28T04:23:31.098Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
803 | 2024-12-28T04:23:31.098Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
804 | 2024-12-28T04:23:31.099Z | test engine::ip::v4::test::emit ... ok |
805 | 2024-12-28T04:23:31.099Z | test engine::ip::v4::test::cidr_match ... ok |
806 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::emit ... ok |
807 | 2024-12-28T04:23:31.099Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
808 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::from_pairs ... ok |
809 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
810 | 2024-12-28T04:23:31.099Z | test engine::ip::v4::test::match_check ... ok |
811 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
812 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
813 | 2024-12-28T04:23:31.099Z | test engine::layer::test::find_rule ... ok |
814 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::test_set_total_len ... ok |
815 | 2024-12-28T04:23:31.099Z | test engine::nat::test::nat4_rewrite ... ok |
816 | 2024-12-28T04:23:31.099Z | test engine::packet::test::read_multi_segment ... ok |
817 | 2024-12-28T04:23:31.099Z | test engine::packet::test::read_single_segment ... ok |
818 | 2024-12-28T04:23:31.099Z | test engine::packet::test::small_packet_with_padding ... ok |
819 | 2024-12-28T04:23:31.099Z | test engine::packet::test::straddled_tcp ... ok |
820 | 2024-12-28T04:23:31.099Z | test engine::packet::test::udp6_packet_with_padding ... ok |
821 | 2024-12-28T04:23:31.099Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
822 | 2024-12-28T04:23:31.099Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
823 | 2024-12-28T04:23:31.099Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
824 | 2024-12-28T04:23:31.099Z | test engine::rule::rule_matching ... ok |
825 | 2024-12-28T04:23:31.099Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
826 | 2024-12-28T04:23:31.099Z | test engine::snat::test::nat_mappings ... ok |
827 | 2024-12-28T04:23:31.099Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
828 | 2024-12-28T04:23:31.099Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
829 | 2024-12-28T04:23:31.099Z | |
830 | 2024-12-28T04:23:31.099Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
831 | 2024-12-28T04:23:31.099Z | |
832 | 2024-12-28T04:23:31.099Z | Doc-tests opte |
833 | 2024-12-28T04:23:31.859Z | |
834 | 2024-12-28T04:23:31.859Z | running 3 tests |
835 | 2024-12-28T04:23:31.862Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 57) ... ignored |
836 | 2024-12-28T04:23:33.126Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 43) ... ok |
837 | 2024-12-28T04:23:33.581Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 86) ... ok |
838 | 2024-12-28T04:23:33.581Z | |
839 | 2024-12-28T04:23:33.584Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.72s |
840 | 2024-12-28T04:23:33.584Z | |
841 | 2024-12-28T04:23:33.620Z | |
842 | 2024-12-28T04:23:33.620Z | real 37.773507256 |
843 | 2024-12-28T04:23:33.620Z | user 2:23.484860528 |
844 | 2024-12-28T04:23:33.620Z | sys 15.775968777 |
845 | 2024-12-28T04:23:33.620Z | trap 0.067635736 |
846 | 2024-12-28T04:23:33.620Z | tflt 0.304370699 |
847 | 2024-12-28T04:23:33.620Z | dflt 0.434811706 |
848 | 2024-12-28T04:23:33.620Z | kflt 0.000023698 |
849 | 2024-12-28T04:23:33.620Z | lock 3:45.604834014 |
850 | 2024-12-28T04:23:33.622Z | slp 7:13.215118167 |
851 | 2024-12-28T04:23:33.622Z | lat 4.235466414 |
852 | 2024-12-28T04:23:33.622Z | stop 5.964514137 |
853 | 2024-12-28T04:23:33.622Z | process exited: duration 132733 ms, exit code 0 |
|
854 | 2024-12-28T04:23:33.628Z | found 0 output files |