|
|
|
1 | 2024-12-31T17:04:29.824Z | job assigned to worker 01JGETRSK9NXNXV17H96BEKC3K [factory aws, i-01758d104dd8bef9f] (queued for 53 s) |
|
2 | 2024-12-31T17:04:37.304Z | starting task 0: "setup" |
3 | 2024-12-31T17:04:37.317Z | ++ uname -s |
4 | 2024-12-31T17:04:37.320Z | + kern=SunOS |
5 | 2024-12-31T17:04:37.320Z | + case "$kern" in |
6 | 2024-12-31T17:04:37.320Z | + groupadd -g 12345 build |
7 | 2024-12-31T17:04:37.322Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T17:04:39.331Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T17:04:39.373Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T17:04:39.376Z | + home_fs=zfs |
11 | 2024-12-31T17:04:39.376Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T17:04:39.376Z | + mkdir -p /home/build |
13 | 2024-12-31T17:04:39.378Z | + chown build:build /home/build /work |
14 | 2024-12-31T17:04:41.380Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T17:04:41.382Z | process exited: duration 4078 ms, exit code 0 |
|
16 | 2024-12-31T17:04:41.389Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T17:04:41.394Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T17:04:41.394Z | ' nightly-2024-11-18 |
19 | 2024-12-31T17:04:41.395Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T17:04:41.395Z | * toolchain channel = "nightly-2024-11-18" |
21 | 2024-12-31T17:04:41.395Z | ' default |
22 | 2024-12-31T17:04:41.395Z | * toolchain profile = "default" |
23 | 2024-12-31T17:04:41.397Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T17:04:41.397Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T17:04:41.505Z | info: downloading installer |
26 | 2024-12-31T17:04:42.815Z | info: profile set to 'default' |
27 | 2024-12-31T17:04:42.815Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T17:04:42.817Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T17:04:42.952Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T17:04:42.952Z | info: downloading component 'cargo' |
31 | 2024-12-31T17:04:43.678Z | info: downloading component 'clippy' |
32 | 2024-12-31T17:04:43.955Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T17:04:44.945Z | info: downloading component 'rust-std' |
34 | 2024-12-31T17:04:46.548Z | info: downloading component 'rustc' |
35 | 2024-12-31T17:04:52.198Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T17:04:52.409Z | info: installing component 'cargo' |
37 | 2024-12-31T17:04:53.237Z | info: installing component 'clippy' |
38 | 2024-12-31T17:04:53.616Z | info: installing component 'rust-docs' |
39 | 2024-12-31T17:04:55.295Z | info: installing component 'rust-std' |
40 | 2024-12-31T17:04:57.153Z | info: installing component 'rustc' |
41 | 2024-12-31T17:05:03.097Z | info: installing component 'rustfmt' |
42 | 2024-12-31T17:05:03.441Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T17:05:03.441Z | |
44 | 2024-12-31T17:05:03.839Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T17:05:03.839Z | |
46 | 2024-12-31T17:05:03.841Z | |
47 | 2024-12-31T17:05:03.841Z | Rust is installed now. Great! |
48 | 2024-12-31T17:05:03.841Z | |
49 | 2024-12-31T17:05:03.841Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T17:05:03.841Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T17:05:03.841Z | |
52 | 2024-12-31T17:05:03.841Z | To configure your current shell, you need to source |
53 | 2024-12-31T17:05:03.841Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T17:05:03.841Z | |
55 | 2024-12-31T17:05:03.841Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T17:05:03.841Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T17:05:03.841Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T17:05:03.923Z | + rustc --version |
59 | 2024-12-31T17:05:03.992Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T17:05:03.995Z | process exited: duration 22605 ms, exit code 0 |
|
61 | 2024-12-31T17:05:04.000Z | starting task 2: "authentication" |
62 | 2024-12-31T17:05:04.022Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T17:05:04.027Z | starting task 3: "clone repository" |
64 | 2024-12-31T17:05:04.033Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T17:05:04.035Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T17:05:04.082Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T17:05:04.804Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T17:05:04.804Z | + git fetch origin b192d6e08d8f963e87e0887ec245f1ab536c262c |
69 | 2024-12-31T17:05:05.051Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T17:05:05.051Z | * branch b192d6e08d8f963e87e0887ec245f1ab536c262c -> FETCH_HEAD |
71 | 2024-12-31T17:05:05.059Z | + [[ -n rwlock ]] |
72 | 2024-12-31T17:05:05.062Z | ++ git branch --show-current |
73 | 2024-12-31T17:05:05.064Z | + current=master |
74 | 2024-12-31T17:05:05.064Z | + [[ master != rwlock ]] |
75 | 2024-12-31T17:05:05.064Z | + git branch -f rwlock b192d6e08d8f963e87e0887ec245f1ab536c262c |
76 | 2024-12-31T17:05:05.066Z | + git checkout -f rwlock |
77 | 2024-12-31T17:05:05.082Z | Switched to branch 'rwlock' |
78 | 2024-12-31T17:05:05.084Z | + git reset --hard b192d6e08d8f963e87e0887ec245f1ab536c262c |
79 | 2024-12-31T17:05:05.098Z | HEAD is now at b192d6e Some prose on RwLock strategy, |
80 | 2024-12-31T17:05:05.101Z | process exited: duration 1070 ms, exit code 0 |
|
81 | 2024-12-31T17:05:05.106Z | starting task 4: "build" |
82 | 2024-12-31T17:05:05.111Z | + cargo --version |
83 | 2024-12-31T17:05:05.116Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T17:05:05.286Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T17:05:05.287Z | info: downloading component 'cargo' |
86 | 2024-12-31T17:05:06.275Z | info: downloading component 'clippy' |
87 | 2024-12-31T17:05:06.652Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T17:05:08.032Z | info: downloading component 'rust-std' |
89 | 2024-12-31T17:05:10.029Z | info: downloading component 'rustc' |
90 | 2024-12-31T17:05:17.595Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T17:05:17.883Z | info: installing component 'cargo' |
92 | 2024-12-31T17:05:18.712Z | info: installing component 'clippy' |
93 | 2024-12-31T17:05:19.087Z | info: installing component 'rust-docs' |
94 | 2024-12-31T17:05:20.808Z | info: installing component 'rust-std' |
95 | 2024-12-31T17:05:22.461Z | info: installing component 'rustc' |
96 | 2024-12-31T17:05:28.161Z | info: installing component 'rustfmt' |
97 | 2024-12-31T17:05:28.573Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T17:05:28.576Z | + rustc --version |
99 | 2024-12-31T17:05:28.646Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T17:05:28.651Z | + cd lib/opte |
101 | 2024-12-31T17:05:28.653Z | + header 'check style' |
102 | 2024-12-31T17:05:28.653Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T17:05:28.653Z | # ==== check style ==== # |
104 | 2024-12-31T17:05:28.653Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T17:05:29.017Z | |
106 | 2024-12-31T17:05:29.017Z | real 0.360657127 |
107 | 2024-12-31T17:05:29.017Z | user 0.256182085 |
108 | 2024-12-31T17:05:29.017Z | sys 0.096702799 |
109 | 2024-12-31T17:05:29.019Z | trap 0.000026459 |
110 | 2024-12-31T17:05:29.019Z | tflt 0.000000000 |
111 | 2024-12-31T17:05:29.019Z | dflt 0.000000000 |
112 | 2024-12-31T17:05:29.020Z | kflt 0.000000000 |
113 | 2024-12-31T17:05:29.020Z | lock 0.000000000 |
114 | 2024-12-31T17:05:29.020Z | slp 0.276139219 |
115 | 2024-12-31T17:05:29.020Z | lat 0.000260744 |
116 | 2024-12-31T17:05:29.020Z | stop 0.000133475 |
117 | 2024-12-31T17:05:29.020Z | + header 'check docs' |
118 | 2024-12-31T17:05:29.020Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-31T17:05:29.020Z | # ==== check docs ==== # |
120 | 2024-12-31T17:05:29.020Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-31T17:05:29.020Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-31T17:05:29.125Z | Updating crates.io index |
123 | 2024-12-31T17:05:29.178Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-31T17:05:29.921Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-31T17:05:30.248Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-31T17:05:30.488Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-31T17:05:30.983Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-31T17:05:31.236Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-31T17:05:31.487Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-31T17:05:31.733Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-31T17:05:32.020Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-31T17:05:32.806Z | Downloading crates ... |
133 | 2024-12-31T17:05:32.907Z | Downloaded once_cell v1.20.2 |
134 | 2024-12-31T17:05:32.911Z | Downloaded darling_macro v0.20.10 |
135 | 2024-12-31T17:05:32.917Z | Downloaded ident_case v1.0.1 |
136 | 2024-12-31T17:05:32.938Z | Downloaded pretty-hex v0.4.1 |
137 | 2024-12-31T17:05:32.941Z | Downloaded dtrace-parser v0.2.0 |
138 | 2024-12-31T17:05:32.944Z | Downloaded usdt-attr-macro v0.5.0 |
139 | 2024-12-31T17:05:32.948Z | Downloaded usdt-macro v0.5.0 |
140 | 2024-12-31T17:05:32.952Z | Downloaded scroll_derive v0.12.0 |
141 | 2024-12-31T17:05:32.956Z | Downloaded fnv v1.0.7 |
142 | 2024-12-31T17:05:32.959Z | Downloaded bitflags v1.3.2 |
143 | 2024-12-31T17:05:32.962Z | Downloaded hash32 v0.3.1 |
144 | 2024-12-31T17:05:32.964Z | Downloaded dyn-clone v1.0.17 |
145 | 2024-12-31T17:05:32.964Z | Downloaded block-buffer v0.10.4 |
146 | 2024-12-31T17:05:32.968Z | Downloaded itoa v1.0.14 |
147 | 2024-12-31T17:05:32.970Z | Downloaded defmt-parser v0.4.1 |
148 | 2024-12-31T17:05:32.970Z | Downloaded crypto-common v0.1.6 |
149 | 2024-12-31T17:05:32.972Z | Downloaded memmap v0.7.0 |
150 | 2024-12-31T17:05:32.975Z | Downloaded dof v0.3.0 |
151 | 2024-12-31T17:05:32.975Z | Downloaded digest v0.10.7 |
152 | 2024-12-31T17:05:32.977Z | Downloaded cfg-if v1.0.0 |
153 | 2024-12-31T17:05:32.980Z | Downloaded tabwriter v1.4.0 |
154 | 2024-12-31T17:05:32.980Z | Downloaded managed v0.8.0 |
155 | 2024-12-31T17:05:32.983Z | Downloaded ipnetwork v0.20.0 |
156 | 2024-12-31T17:05:32.983Z | Downloaded macaddr v1.0.1 |
157 | 2024-12-31T17:05:32.987Z | Downloaded either v1.13.0 |
158 | 2024-12-31T17:05:32.987Z | Downloaded generic-array v0.14.7 |
159 | 2024-12-31T17:05:32.990Z | Downloaded embedded-io v0.4.0 |
160 | 2024-12-31T17:05:32.990Z | Downloaded cpufeatures v0.2.16 |
161 | 2024-12-31T17:05:32.993Z | Downloaded byteorder v1.5.0 |
162 | 2024-12-31T17:05:32.999Z | Downloaded serde_tokenstream v0.2.2 |
163 | 2024-12-31T17:05:33.002Z | Downloaded embedded-io v0.6.1 |
164 | 2024-12-31T17:05:33.002Z | Downloaded thread-id v4.2.2 |
165 | 2024-12-31T17:05:33.004Z | Downloaded scroll v0.12.0 |
166 | 2024-12-31T17:05:33.004Z | Downloaded defmt-macros v0.4.0 |
167 | 2024-12-31T17:05:33.009Z | Downloaded pest_generator v2.7.15 |
168 | 2024-12-31T17:05:33.012Z | Downloaded version_check v0.9.5 |
169 | 2024-12-31T17:05:33.014Z | Downloaded usdt v0.5.0 |
170 | 2024-12-31T17:05:33.014Z | Downloaded thiserror-impl v1.0.69 |
171 | 2024-12-31T17:05:33.016Z | Downloaded stable_deref_trait v1.2.0 |
172 | 2024-12-31T17:05:33.019Z | Downloaded proc-macro-error-attr2 v2.0.0 |
173 | 2024-12-31T17:05:33.021Z | Downloaded thiserror v1.0.69 |
174 | 2024-12-31T17:05:33.032Z | Downloaded darling v0.20.10 |
175 | 2024-12-31T17:05:33.036Z | Downloaded strsim v0.11.1 |
176 | 2024-12-31T17:05:33.038Z | Downloaded defmt v0.3.10 |
177 | 2024-12-31T17:05:33.042Z | Downloaded proc-macro-error2 v2.0.1 |
178 | 2024-12-31T17:05:33.045Z | Downloaded cobs v0.2.3 |
179 | 2024-12-31T17:05:33.048Z | Downloaded zerocopy-derive v0.7.35 |
180 | 2024-12-31T17:05:33.051Z | Downloaded thiserror-impl v2.0.9 |
181 | 2024-12-31T17:05:33.053Z | Downloaded postcard v1.1.1 |
182 | 2024-12-31T17:05:33.055Z | Downloaded sha2 v0.10.8 |
183 | 2024-12-31T17:05:33.058Z | Downloaded usdt-impl v0.5.0 |
184 | 2024-12-31T17:05:33.060Z | Downloaded quote v1.0.38 |
185 | 2024-12-31T17:05:33.069Z | Downloaded pest_derive v2.7.15 |
186 | 2024-12-31T17:05:33.073Z | Downloaded thiserror v2.0.9 |
187 | 2024-12-31T17:05:33.078Z | Downloaded pest_meta v2.7.15 |
188 | 2024-12-31T17:05:33.081Z | Downloaded unicode-ident v1.0.14 |
189 | 2024-12-31T17:05:33.084Z | Downloaded ucd-trie v0.1.7 |
190 | 2024-12-31T17:05:33.087Z | Downloaded typenum v1.17.0 |
191 | 2024-12-31T17:05:33.087Z | Downloaded ryu v1.0.18 |
192 | 2024-12-31T17:05:33.089Z | Downloaded log v0.4.22 |
193 | 2024-12-31T17:05:33.091Z | Downloaded proc-macro2 v1.0.92 |
194 | 2024-12-31T17:05:33.094Z | Downloaded darling_core v0.20.10 |
195 | 2024-12-31T17:05:33.098Z | Downloaded plain v0.2.3 |
196 | 2024-12-31T17:05:33.100Z | Downloaded crc32fast v1.4.2 |
197 | 2024-12-31T17:05:33.102Z | Downloaded bitflags v2.6.0 |
198 | 2024-12-31T17:05:33.110Z | Downloaded serde_derive v1.0.217 |
199 | 2024-12-31T17:05:33.123Z | Downloaded heapless v0.8.0 |
200 | 2024-12-31T17:05:33.134Z | Downloaded zerocopy-derive v0.8.14 |
201 | 2024-12-31T17:05:33.142Z | Downloaded serde v1.0.217 |
202 | 2024-12-31T17:05:33.144Z | Downloaded memchr v2.7.4 |
203 | 2024-12-31T17:05:33.174Z | Downloaded pest v2.7.15 |
204 | 2024-12-31T17:05:33.184Z | Downloaded goblin v0.8.2 |
205 | 2024-12-31T17:05:33.204Z | Downloaded zerocopy v0.7.35 |
206 | 2024-12-31T17:05:33.219Z | Downloaded serde_json v1.0.134 |
207 | 2024-12-31T17:05:33.225Z | Downloaded aho-corasick v1.1.3 |
208 | 2024-12-31T17:05:33.230Z | Downloaded itertools v0.13.0 |
209 | 2024-12-31T17:05:33.265Z | Downloaded zerocopy v0.8.14 |
210 | 2024-12-31T17:05:33.286Z | Downloaded regex v1.11.1 |
211 | 2024-12-31T17:05:33.300Z | Downloaded unicode-width v0.1.14 |
212 | 2024-12-31T17:05:33.309Z | Downloaded syn v2.0.93 |
213 | 2024-12-31T17:05:33.320Z | Downloaded smoltcp v0.11.0 |
214 | 2024-12-31T17:05:33.331Z | Downloaded regex-syntax v0.8.5 |
215 | 2024-12-31T17:05:33.370Z | Downloaded regex-automata v0.4.9 |
216 | 2024-12-31T17:05:33.386Z | Downloaded libc v0.2.169 |
217 | 2024-12-31T17:05:33.539Z | Compiling proc-macro2 v1.0.92 |
218 | 2024-12-31T17:05:33.539Z | Compiling unicode-ident v1.0.14 |
219 | 2024-12-31T17:05:33.542Z | Documenting unicode-ident v1.0.14 |
220 | 2024-12-31T17:05:33.542Z | Compiling ident_case v1.0.1 |
221 | 2024-12-31T17:05:33.542Z | Compiling fnv v1.0.7 |
222 | 2024-12-31T17:05:33.542Z | Compiling strsim v0.11.1 |
223 | 2024-12-31T17:05:33.705Z | Compiling memchr v2.7.4 |
224 | 2024-12-31T17:05:33.745Z | Compiling serde v1.0.217 |
225 | 2024-12-31T17:05:33.877Z | Compiling zerocopy v0.8.14 |
226 | 2024-12-31T17:05:33.929Z | Compiling regex-syntax v0.8.5 |
227 | 2024-12-31T17:05:34.229Z | Documenting fnv v1.0.7 |
228 | 2024-12-31T17:05:34.250Z | Documenting strsim v0.11.1 |
229 | 2024-12-31T17:05:34.308Z | Documenting ident_case v1.0.1 |
230 | 2024-12-31T17:05:34.651Z | Documenting proc-macro2 v1.0.92 |
231 | 2024-12-31T17:05:35.109Z | Compiling aho-corasick v1.1.3 |
232 | 2024-12-31T17:05:35.216Z | Compiling quote v1.0.38 |
233 | 2024-12-31T17:05:35.554Z | Checking syn v2.0.93 |
234 | 2024-12-31T17:05:35.803Z | Documenting quote v1.0.38 |
235 | 2024-12-31T17:05:35.813Z | Checking byteorder v1.5.0 |
236 | 2024-12-31T17:05:36.117Z | Compiling either v1.13.0 |
237 | 2024-12-31T17:05:36.508Z | Compiling itertools v0.13.0 |
238 | 2024-12-31T17:05:36.707Z | Compiling heapless v0.8.0 |
239 | 2024-12-31T17:05:36.769Z | Documenting syn v2.0.93 |
240 | 2024-12-31T17:05:37.244Z | Documenting memchr v2.7.4 |
241 | 2024-12-31T17:05:38.335Z | Compiling regex-automata v0.4.9 |
242 | 2024-12-31T17:05:38.552Z | Documenting aho-corasick v1.1.3 |
243 | 2024-12-31T17:05:39.390Z | Checking hash32 v0.3.1 |
244 | 2024-12-31T17:05:39.523Z | Checking macaddr v1.0.1 |
245 | 2024-12-31T17:05:39.613Z | Documenting regex-syntax v0.8.5 |
246 | 2024-12-31T17:05:39.780Z | Checking stable_deref_trait v1.2.0 |
247 | 2024-12-31T17:05:39.864Z | Checking cfg-if v1.0.0 |
248 | 2024-12-31T17:05:40.082Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-31T17:05:40.718Z | Checking darling_core v0.20.10 |
250 | 2024-12-31T17:05:41.466Z | Checking bitflags v2.6.0 |
251 | 2024-12-31T17:05:41.693Z | Checking managed v0.8.0 |
252 | 2024-12-31T17:05:42.027Z | Documenting darling_core v0.20.10 |
253 | 2024-12-31T17:05:42.049Z | Documenting regex-automata v0.4.9 |
254 | 2024-12-31T17:05:42.196Z | Checking regex v1.11.1 |
255 | 2024-12-31T17:05:42.698Z | Documenting zerocopy-derive v0.8.14 |
256 | 2024-12-31T17:05:42.789Z | Documenting serde_derive v1.0.217 |
257 | 2024-12-31T17:05:43.553Z | Checking cobs v0.2.3 |
258 | 2024-12-31T17:05:43.726Z | Checking bitflags v1.3.2 |
259 | 2024-12-31T17:05:43.806Z | Documenting byteorder v1.5.0 |
260 | 2024-12-31T17:05:43.920Z | Documenting cfg-if v1.0.0 |
261 | 2024-12-31T17:05:44.222Z | Documenting darling_macro v0.20.10 |
262 | 2024-12-31T17:05:44.487Z | Documenting hash32 v0.3.1 |
263 | 2024-12-31T17:05:44.538Z | Documenting macaddr v1.0.1 |
264 | 2024-12-31T17:05:44.742Z | Documenting regex v1.11.1 |
265 | 2024-12-31T17:05:44.830Z | Documenting stable_deref_trait v1.2.0 |
266 | 2024-12-31T17:05:45.242Z | Documenting bitflags v2.6.0 |
267 | 2024-12-31T17:05:45.291Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
268 | 2024-12-31T17:05:45.333Z | Documenting cobs v0.2.3 |
269 | 2024-12-31T17:05:45.420Z | Documenting heapless v0.8.0 |
270 | 2024-12-31T17:05:45.480Z | Compiling version_check v0.9.5 |
271 | 2024-12-31T17:05:45.963Z | Checking unicode-width v0.1.14 |
272 | 2024-12-31T17:05:46.010Z | Checking ipnetwork v0.20.0 |
273 | 2024-12-31T17:05:46.133Z | Documenting managed v0.8.0 |
274 | 2024-12-31T17:05:46.242Z | Compiling zerocopy-derive v0.8.14 |
275 | 2024-12-31T17:05:46.268Z | Compiling serde_derive v1.0.217 |
276 | 2024-12-31T17:05:46.367Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
277 | 2024-12-31T17:05:46.427Z | Documenting ipnetwork v0.20.0 |
278 | 2024-12-31T17:05:46.541Z | Documenting unicode-width v0.1.14 |
279 | 2024-12-31T17:05:46.733Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
280 | 2024-12-31T17:05:46.945Z | Documenting smoltcp v0.11.0 |
281 | 2024-12-31T17:05:47.329Z | Compiling darling_macro v0.20.10 |
282 | 2024-12-31T17:05:47.392Z | Documenting either v1.13.0 |
283 | 2024-12-31T17:05:47.452Z | Documenting tabwriter v1.4.0 |
284 | 2024-12-31T17:05:47.518Z | Checking tabwriter v1.4.0 |
285 | 2024-12-31T17:05:47.963Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
286 | 2024-12-31T17:05:48.100Z | Documenting itertools v0.13.0 |
287 | 2024-12-31T17:05:48.291Z | Documenting crc32fast v1.4.2 |
288 | 2024-12-31T17:05:48.300Z | Compiling darling v0.20.10 |
289 | 2024-12-31T17:05:48.401Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
290 | 2024-12-31T17:05:49.004Z | Documenting darling v0.20.10 |
291 | 2024-12-31T17:05:49.033Z | Documenting zerocopy v0.8.14 |
292 | 2024-12-31T17:05:49.043Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
293 | 2024-12-31T17:05:49.496Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
294 | 2024-12-31T17:05:50.087Z | Checking crc32fast v1.4.2 |
295 | 2024-12-31T17:05:50.298Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
296 | 2024-12-31T17:05:50.308Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
297 | 2024-12-31T17:05:50.341Z | Documenting dyn-clone v1.0.17 |
298 | 2024-12-31T17:05:50.533Z | Checking dyn-clone v1.0.17 |
299 | 2024-12-31T17:05:52.118Z | Documenting serde v1.0.217 |
300 | 2024-12-31T17:05:52.804Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-31T17:05:52.804Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
302 | 2024-12-31T17:05:54.793Z | Checking postcard v1.1.1 |
303 | 2024-12-31T17:05:54.793Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-31T17:05:54.796Z | Documenting postcard v1.1.1 |
305 | 2024-12-31T17:05:54.796Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
306 | 2024-12-31T17:05:56.104Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
307 | 2024-12-31T17:05:56.104Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
308 | 2024-12-31T17:05:57.030Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
309 | 2024-12-31T17:05:59.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
310 | 2024-12-31T17:05:59.463Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
311 | 2024-12-31T17:05:59.484Z | |
312 | 2024-12-31T17:05:59.487Z | real 30.444946867 |
313 | 2024-12-31T17:05:59.487Z | user 2:19.063398214 |
314 | 2024-12-31T17:05:59.487Z | sys 18.840044066 |
315 | 2024-12-31T17:05:59.487Z | trap 0.092064527 |
316 | 2024-12-31T17:05:59.487Z | tflt 0.172581841 |
317 | 2024-12-31T17:05:59.487Z | dflt 0.087598486 |
318 | 2024-12-31T17:05:59.487Z | kflt 0.001596979 |
319 | 2024-12-31T17:05:59.487Z | lock 2:56.327875737 |
320 | 2024-12-31T17:05:59.487Z | slp 7:27.806818318 |
321 | 2024-12-31T17:05:59.487Z | lat 19.095959403 |
322 | 2024-12-31T17:05:59.487Z | stop 13.143851063 |
323 | 2024-12-31T17:05:59.487Z | + header 'analyze std + api' |
324 | 2024-12-31T17:05:59.487Z | + echo '# ==== analyze std + api ==== #' |
325 | 2024-12-31T17:05:59.487Z | # ==== analyze std + api ==== # |
326 | 2024-12-31T17:05:59.487Z | + ptime -m cargo clippy --all-targets |
327 | 2024-12-31T17:05:59.892Z | Compiling proc-macro2 v1.0.92 |
328 | 2024-12-31T17:05:59.892Z | Compiling unicode-ident v1.0.14 |
329 | 2024-12-31T17:05:59.894Z | Compiling memchr v2.7.4 |
330 | 2024-12-31T17:05:59.894Z | Compiling thiserror v2.0.9 |
331 | 2024-12-31T17:05:59.894Z | Compiling thiserror v1.0.69 |
332 | 2024-12-31T17:05:59.894Z | Compiling version_check v0.9.5 |
333 | 2024-12-31T17:05:59.894Z | Compiling ucd-trie v0.1.7 |
334 | 2024-12-31T17:05:59.894Z | Compiling libc v0.2.169 |
335 | 2024-12-31T17:06:00.113Z | Compiling serde_json v1.0.134 |
336 | 2024-12-31T17:06:00.328Z | Compiling once_cell v1.20.2 |
337 | 2024-12-31T17:06:00.463Z | Compiling serde v1.0.217 |
338 | 2024-12-31T17:06:00.629Z | Compiling ident_case v1.0.1 |
339 | 2024-12-31T17:06:00.656Z | Checking byteorder v1.5.0 |
340 | 2024-12-31T17:06:00.764Z | Compiling fnv v1.0.7 |
341 | 2024-12-31T17:06:00.778Z | Compiling strsim v0.11.1 |
342 | 2024-12-31T17:06:00.815Z | Compiling aho-corasick v1.1.3 |
343 | 2024-12-31T17:06:01.009Z | Compiling regex-syntax v0.8.5 |
344 | 2024-12-31T17:06:01.032Z | Compiling itoa v1.0.14 |
345 | 2024-12-31T17:06:01.173Z | Compiling ryu v1.0.18 |
346 | 2024-12-31T17:06:01.295Z | Compiling usdt-impl v0.5.0 |
347 | 2024-12-31T17:06:01.395Z | Compiling either v1.13.0 |
348 | 2024-12-31T17:06:01.595Z | Compiling quote v1.0.38 |
349 | 2024-12-31T17:06:01.683Z | Compiling zerocopy v0.8.14 |
350 | 2024-12-31T17:06:01.758Z | Compiling itertools v0.13.0 |
351 | 2024-12-31T17:06:01.815Z | Compiling thread-id v4.2.2 |
352 | 2024-12-31T17:06:01.906Z | Compiling syn v2.0.93 |
353 | 2024-12-31T17:06:02.123Z | Compiling heapless v0.8.0 |
354 | 2024-12-31T17:06:02.588Z | Checking plain v0.2.3 |
355 | 2024-12-31T17:06:02.614Z | Checking log v0.4.22 |
356 | 2024-12-31T17:06:02.826Z | Checking hash32 v0.3.1 |
357 | 2024-12-31T17:06:02.972Z | Checking pretty-hex v0.4.1 |
358 | 2024-12-31T17:06:02.982Z | Checking stable_deref_trait v1.2.0 |
359 | 2024-12-31T17:06:03.063Z | Checking cfg-if v1.0.0 |
360 | 2024-12-31T17:06:03.106Z | Compiling smoltcp v0.11.0 |
361 | 2024-12-31T17:06:03.128Z | Checking macaddr v1.0.1 |
362 | 2024-12-31T17:06:03.482Z | Checking bitflags v2.6.0 |
363 | 2024-12-31T17:06:03.699Z | Checking cobs v0.2.3 |
364 | 2024-12-31T17:06:03.722Z | Checking bitflags v1.3.2 |
365 | 2024-12-31T17:06:03.803Z | Checking managed v0.8.0 |
366 | 2024-12-31T17:06:03.861Z | Checking memmap v0.7.0 |
367 | 2024-12-31T17:06:04.042Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
368 | 2024-12-31T17:06:04.124Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
369 | 2024-12-31T17:06:04.276Z | warning: passing a unit value to a function |
370 | 2024-12-31T17:06:04.276Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
371 | 2024-12-31T17:06:04.276Z | | |
372 | 2024-12-31T17:06:04.276Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
373 | 2024-12-31T17:06:04.276Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
374 | 2024-12-31T17:06:04.276Z | | |
375 | 2024-12-31T17:06:04.276Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
376 | 2024-12-31T17:06:04.276Z | = note: `#[warn(clippy::unit_arg)]` on by default |
377 | 2024-12-31T17:06:04.279Z | help: move the expression in front of the call and replace it with the unit literal `()` |
378 | 2024-12-31T17:06:04.279Z | | |
379 | 2024-12-31T17:06:04.279Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
380 | 2024-12-31T17:06:04.279Z | 183 ~ core::hint::black_box(()); |
381 | 2024-12-31T17:06:04.279Z | | |
382 | 2024-12-31T17:06:04.279Z | |
383 | 2024-12-31T17:06:04.327Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
384 | 2024-12-31T17:06:04.333Z | Compiling regex-automata v0.4.9 |
385 | 2024-12-31T17:06:04.428Z | Checking unicode-width v0.1.14 |
386 | 2024-12-31T17:06:04.587Z | Checking ipnetwork v0.20.0 |
387 | 2024-12-31T17:06:04.899Z | Checking tabwriter v1.4.0 |
388 | 2024-12-31T17:06:04.907Z | Checking crc32fast v1.4.2 |
389 | 2024-12-31T17:06:05.091Z | Checking dyn-clone v1.0.17 |
390 | 2024-12-31T17:06:06.964Z | Compiling darling_core v0.20.10 |
391 | 2024-12-31T17:06:07.733Z | Compiling regex v1.11.1 |
392 | 2024-12-31T17:06:08.002Z | Compiling serde_derive v1.0.217 |
393 | 2024-12-31T17:06:08.060Z | Compiling thiserror-impl v2.0.9 |
394 | 2024-12-31T17:06:08.238Z | Compiling thiserror-impl v1.0.69 |
395 | 2024-12-31T17:06:08.252Z | Compiling zerocopy-derive v0.7.35 |
396 | 2024-12-31T17:06:08.519Z | Compiling scroll_derive v0.12.0 |
397 | 2024-12-31T17:06:08.536Z | Compiling zerocopy-derive v0.8.14 |
398 | 2024-12-31T17:06:08.926Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
399 | 2024-12-31T17:06:09.919Z | Checking scroll v0.12.0 |
400 | 2024-12-31T17:06:10.154Z | Compiling zerocopy v0.7.35 |
401 | 2024-12-31T17:06:10.364Z | Checking goblin v0.8.2 |
402 | 2024-12-31T17:06:10.884Z | Compiling pest v2.7.15 |
403 | 2024-12-31T17:06:11.457Z | Compiling darling_macro v0.20.10 |
404 | 2024-12-31T17:06:12.396Z | Compiling darling v0.20.10 |
405 | 2024-12-31T17:06:12.482Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
406 | 2024-12-31T17:06:12.488Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
407 | 2024-12-31T17:06:13.114Z | Compiling pest_meta v2.7.15 |
408 | 2024-12-31T17:06:14.223Z | Compiling pest_generator v2.7.15 |
409 | 2024-12-31T17:06:15.429Z | Compiling pest_derive v2.7.15 |
410 | 2024-12-31T17:06:16.082Z | Compiling dtrace-parser v0.2.0 |
411 | 2024-12-31T17:06:16.629Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
412 | 2024-12-31T17:06:16.932Z | Checking postcard v1.1.1 |
413 | 2024-12-31T17:06:17.030Z | Compiling serde_tokenstream v0.2.2 |
414 | 2024-12-31T17:06:17.076Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
415 | 2024-12-31T17:06:17.922Z | Checking dof v0.3.0 |
416 | 2024-12-31T17:06:18.384Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
417 | 2024-12-31T17:06:18.940Z | Compiling usdt-attr-macro v0.5.0 |
418 | 2024-12-31T17:06:18.940Z | Compiling usdt-macro v0.5.0 |
419 | 2024-12-31T17:06:19.787Z | Checking usdt v0.5.0 |
420 | 2024-12-31T17:06:31.109Z | warning: the borrowed expression implements the required traits |
421 | 2024-12-31T17:06:31.109Z | --> lib/opte/src/ddi/mblk.rs:1138:33 |
422 | 2024-12-31T17:06:31.109Z | | |
423 | 2024-12-31T17:06:31.109Z | 1138 | let pkt2 = MsgBlk::copy(&[]); |
424 | 2024-12-31T17:06:31.109Z | | ^^^ help: change this to: `[]` |
425 | 2024-12-31T17:06:31.109Z | | |
426 | 2024-12-31T17:06:31.110Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
427 | 2024-12-31T17:06:31.110Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
428 | 2024-12-31T17:06:31.110Z | |
429 | 2024-12-31T17:06:31.121Z | warning: the borrowed expression implements the required traits |
430 | 2024-12-31T17:06:31.122Z | --> lib/opte/src/ddi/mblk.rs:1195:35 |
431 | 2024-12-31T17:06:31.122Z | | |
432 | 2024-12-31T17:06:31.122Z | 1195 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
433 | 2024-12-31T17:06:31.122Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
434 | 2024-12-31T17:06:31.122Z | | |
435 | 2024-12-31T17:06:31.122Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
436 | 2024-12-31T17:06:31.122Z | |
437 | 2024-12-31T17:06:31.124Z | warning: the borrowed expression implements the required traits |
438 | 2024-12-31T17:06:31.124Z | --> lib/opte/src/ddi/mblk.rs:1196:32 |
439 | 2024-12-31T17:06:31.124Z | | |
440 | 2024-12-31T17:06:31.125Z | 1196 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
441 | 2024-12-31T17:06:31.125Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
442 | 2024-12-31T17:06:31.125Z | | |
443 | 2024-12-31T17:06:31.125Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
444 | 2024-12-31T17:06:31.125Z | |
445 | 2024-12-31T17:06:31.125Z | warning: the borrowed expression implements the required traits |
446 | 2024-12-31T17:06:31.125Z | --> lib/opte/src/ddi/mblk.rs:1197:32 |
447 | 2024-12-31T17:06:31.125Z | | |
448 | 2024-12-31T17:06:31.125Z | 1197 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
449 | 2024-12-31T17:06:31.125Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
450 | 2024-12-31T17:06:31.125Z | | |
451 | 2024-12-31T17:06:31.125Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
452 | 2024-12-31T17:06:31.125Z | |
453 | 2024-12-31T17:06:31.152Z | warning: the loop variable `i` is only used to index `els` |
454 | 2024-12-31T17:06:31.152Z | --> lib/opte/src/ddi/mblk.rs:1361:18 |
455 | 2024-12-31T17:06:31.152Z | | |
456 | 2024-12-31T17:06:31.152Z | 1361 | for i in 0..els.len() { |
457 | 2024-12-31T17:06:31.152Z | | ^^^^^^^^^^^^ |
458 | 2024-12-31T17:06:31.152Z | | |
459 | 2024-12-31T17:06:31.152Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
460 | 2024-12-31T17:06:31.152Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
461 | 2024-12-31T17:06:31.152Z | help: consider using an iterator |
462 | 2024-12-31T17:06:31.153Z | | |
463 | 2024-12-31T17:06:31.153Z | 1361 | for <item> in &els { |
464 | 2024-12-31T17:06:31.153Z | | ~~~~~~ ~~~~ |
465 | 2024-12-31T17:06:31.153Z | |
466 | 2024-12-31T17:06:32.318Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
467 | 2024-12-31T17:06:32.318Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
468 | 2024-12-31T17:06:32.318Z | | |
469 | 2024-12-31T17:06:32.318Z | 461 | header.packet_length() as usize, |
470 | 2024-12-31T17:06:32.318Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
471 | 2024-12-31T17:06:32.318Z | | |
472 | 2024-12-31T17:06:32.318Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
473 | 2024-12-31T17:06:32.318Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
474 | 2024-12-31T17:06:32.318Z | |
475 | 2024-12-31T17:06:32.333Z | warning: redundant slicing of the whole range |
476 | 2024-12-31T17:06:32.333Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
477 | 2024-12-31T17:06:32.333Z | | |
478 | 2024-12-31T17:06:32.333Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
479 | 2024-12-31T17:06:32.333Z | | ^^^^^^^^ help: use the original value instead: `buf` |
480 | 2024-12-31T17:06:32.333Z | | |
481 | 2024-12-31T17:06:32.333Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
482 | 2024-12-31T17:06:32.333Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
483 | 2024-12-31T17:06:32.333Z | |
484 | 2024-12-31T17:06:32.336Z | warning: redundant slicing of the whole range |
485 | 2024-12-31T17:06:32.336Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
486 | 2024-12-31T17:06:32.336Z | | |
487 | 2024-12-31T17:06:32.336Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
488 | 2024-12-31T17:06:32.336Z | | ^^^^^^^^ help: use the original value instead: `buf` |
489 | 2024-12-31T17:06:32.336Z | | |
490 | 2024-12-31T17:06:32.336Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
491 | 2024-12-31T17:06:32.336Z | |
492 | 2024-12-31T17:06:32.496Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
493 | 2024-12-31T17:06:32.496Z | --> lib/opte/src/engine/layer.rs:1880:46 |
494 | 2024-12-31T17:06:32.497Z | | |
495 | 2024-12-31T17:06:32.497Z | 1880 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
496 | 2024-12-31T17:06:32.497Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
497 | 2024-12-31T17:06:32.497Z | | |
498 | 2024-12-31T17:06:32.497Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
499 | 2024-12-31T17:06:32.497Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
500 | 2024-12-31T17:06:32.497Z | |
501 | 2024-12-31T17:06:33.351Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
502 | 2024-12-31T17:06:33.351Z | --> lib/opte/src/engine/rule.rs:1162:25 |
503 | 2024-12-31T17:06:33.351Z | | |
504 | 2024-12-31T17:06:33.352Z | 1162 | assert!(r1.is_match(&meta, &ameta)); |
505 | 2024-12-31T17:06:33.352Z | | ^^^^^ help: change this to: `meta` |
506 | 2024-12-31T17:06:33.352Z | | |
507 | 2024-12-31T17:06:33.352Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
508 | 2024-12-31T17:06:33.352Z | |
509 | 2024-12-31T17:06:33.355Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
510 | 2024-12-31T17:06:33.355Z | --> lib/opte/src/engine/rule.rs:1171:26 |
511 | 2024-12-31T17:06:33.355Z | | |
512 | 2024-12-31T17:06:33.355Z | 1171 | assert!(!r1.is_match(&meta, &ameta)); |
513 | 2024-12-31T17:06:33.355Z | | ^^^^^ help: change this to: `meta` |
514 | 2024-12-31T17:06:33.355Z | | |
515 | 2024-12-31T17:06:33.355Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
516 | 2024-12-31T17:06:33.356Z | |
517 | 2024-12-31T17:06:33.512Z | warning: useless use of `vec!` |
518 | 2024-12-31T17:06:33.512Z | --> lib/opte/src/engine/geneve.rs:401:19 |
519 | 2024-12-31T17:06:33.512Z | | |
520 | 2024-12-31T17:06:33.512Z | 401 | let buf = vec![ |
521 | 2024-12-31T17:06:33.512Z | | ___________________^ |
522 | 2024-12-31T17:06:33.512Z | 402 | | // source |
523 | 2024-12-31T17:06:33.512Z | 403 | | 0x1E, 0x61, |
524 | 2024-12-31T17:06:33.512Z | 404 | | // dest |
525 | 2024-12-31T17:06:33.512Z | ... | |
526 | 2024-12-31T17:06:33.512Z | 424 | | 0x00, |
527 | 2024-12-31T17:06:33.512Z | 425 | | ]; |
528 | 2024-12-31T17:06:33.512Z | | |_________^ |
529 | 2024-12-31T17:06:33.512Z | | |
530 | 2024-12-31T17:06:33.512Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
531 | 2024-12-31T17:06:33.512Z | = note: `#[warn(clippy::useless_vec)]` on by default |
532 | 2024-12-31T17:06:33.512Z | help: you can use an array directly |
533 | 2024-12-31T17:06:33.516Z | | |
534 | 2024-12-31T17:06:33.516Z | 401 ~ let buf = [0x1E, 0x61, |
535 | 2024-12-31T17:06:33.516Z | 402 + // dest |
536 | 2024-12-31T17:06:33.516Z | 403 + 0x17, 0xC1, |
537 | 2024-12-31T17:06:33.516Z | 404 + // length |
538 | 2024-12-31T17:06:33.516Z | 405 + 0x00, 0x14, |
539 | 2024-12-31T17:06:33.516Z | 406 + // csum |
540 | 2024-12-31T17:06:33.516Z | 407 + 0x00, 0x00, |
541 | 2024-12-31T17:06:33.516Z | 408 + // ver + opt len |
542 | 2024-12-31T17:06:33.516Z | 409 + 0x01, |
543 | 2024-12-31T17:06:33.516Z | 410 + // flags |
544 | 2024-12-31T17:06:33.516Z | 411 + 0x00, |
545 | 2024-12-31T17:06:33.516Z | 412 + // proto |
546 | 2024-12-31T17:06:33.516Z | 413 + 0x65, 0x58, |
547 | 2024-12-31T17:06:33.516Z | 414 + // vni + reserved |
548 | 2024-12-31T17:06:33.516Z | 415 + 0x00, 0x04, 0xD2, 0x00, |
549 | 2024-12-31T17:06:33.516Z | 416 + |
550 | 2024-12-31T17:06:33.516Z | 417 + // option class |
551 | 2024-12-31T17:06:33.516Z | 418 + 0x01, 0x29, |
552 | 2024-12-31T17:06:33.516Z | 419 + // crt + type |
553 | 2024-12-31T17:06:33.516Z | 420 + 0x00, |
554 | 2024-12-31T17:06:33.516Z | 421 + // rsvd + len |
555 | 2024-12-31T17:06:33.516Z | 422 ~ 0x00]; |
556 | 2024-12-31T17:06:33.516Z | | |
557 | 2024-12-31T17:06:33.516Z | |
558 | 2024-12-31T17:06:33.517Z | warning: useless use of `vec!` |
559 | 2024-12-31T17:06:33.517Z | --> lib/opte/src/engine/geneve.rs:441:19 |
560 | 2024-12-31T17:06:33.517Z | | |
561 | 2024-12-31T17:06:33.517Z | 441 | let buf = vec![ |
562 | 2024-12-31T17:06:33.517Z | | ___________________^ |
563 | 2024-12-31T17:06:33.517Z | 442 | | // source |
564 | 2024-12-31T17:06:33.517Z | 443 | | 0x1E, 0x61, |
565 | 2024-12-31T17:06:33.517Z | 444 | | // dest |
566 | 2024-12-31T17:06:33.517Z | ... | |
567 | 2024-12-31T17:06:33.517Z | 464 | | 0x00, |
568 | 2024-12-31T17:06:33.517Z | 465 | | ]; |
569 | 2024-12-31T17:06:33.517Z | | |_________^ |
570 | 2024-12-31T17:06:33.517Z | | |
571 | 2024-12-31T17:06:33.517Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
572 | 2024-12-31T17:06:33.517Z | help: you can use an array directly |
573 | 2024-12-31T17:06:33.517Z | | |
574 | 2024-12-31T17:06:33.517Z | 441 ~ let buf = [0x1E, 0x61, |
575 | 2024-12-31T17:06:33.517Z | 442 + // dest |
576 | 2024-12-31T17:06:33.517Z | 443 + 0x17, 0xC1, |
577 | 2024-12-31T17:06:33.517Z | 444 + // length |
578 | 2024-12-31T17:06:33.517Z | 445 + 0x00, 0x14, |
579 | 2024-12-31T17:06:33.517Z | 446 + // csum |
580 | 2024-12-31T17:06:33.517Z | 447 + 0x00, 0x00, |
581 | 2024-12-31T17:06:33.517Z | 448 + // ver + opt len |
582 | 2024-12-31T17:06:33.517Z | 449 + 0x01, |
583 | 2024-12-31T17:06:33.517Z | 450 + // flags |
584 | 2024-12-31T17:06:33.517Z | 451 + 0b0100_0000, |
585 | 2024-12-31T17:06:33.517Z | 452 + // proto |
586 | 2024-12-31T17:06:33.517Z | 453 + 0x65, 0x58, |
587 | 2024-12-31T17:06:33.517Z | 454 + // vni + reserved |
588 | 2024-12-31T17:06:33.517Z | 455 + 0x00, 0x04, 0xD2, 0x00, |
589 | 2024-12-31T17:06:33.517Z | 456 + |
590 | 2024-12-31T17:06:33.517Z | 457 + // experimenter option class |
591 | 2024-12-31T17:06:33.517Z | 458 + 0xff, 0xff, |
592 | 2024-12-31T17:06:33.517Z | 459 + // crt + type |
593 | 2024-12-31T17:06:33.517Z | 460 + 0x80, |
594 | 2024-12-31T17:06:33.517Z | 461 + // rsvd + len |
595 | 2024-12-31T17:06:33.517Z | 462 ~ 0x00]; |
596 | 2024-12-31T17:06:33.517Z | | |
597 | 2024-12-31T17:06:33.517Z | |
598 | 2024-12-31T17:06:33.518Z | warning: useless use of `vec!` |
599 | 2024-12-31T17:06:33.518Z | --> lib/opte/src/engine/geneve.rs:483:19 |
600 | 2024-12-31T17:06:33.518Z | | |
601 | 2024-12-31T17:06:33.518Z | 483 | let buf = vec![ |
602 | 2024-12-31T17:06:33.518Z | | ___________________^ |
603 | 2024-12-31T17:06:33.518Z | 484 | | // source |
604 | 2024-12-31T17:06:33.518Z | 485 | | 0x1E, 0x61, |
605 | 2024-12-31T17:06:33.518Z | 486 | | // dest |
606 | 2024-12-31T17:06:33.518Z | ... | |
607 | 2024-12-31T17:06:33.518Z | 524 | | 0x00, 0x00, 0x00, 0x00, |
608 | 2024-12-31T17:06:33.518Z | 525 | | ]; |
609 | 2024-12-31T17:06:33.518Z | | |_________^ |
610 | 2024-12-31T17:06:33.518Z | | |
611 | 2024-12-31T17:06:33.518Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
612 | 2024-12-31T17:06:33.518Z | help: you can use an array directly |
613 | 2024-12-31T17:06:33.518Z | | |
614 | 2024-12-31T17:06:33.518Z | 483 ~ let buf = [0x1E, 0x61, |
615 | 2024-12-31T17:06:33.518Z | 484 + // dest |
616 | 2024-12-31T17:06:33.518Z | 485 + 0x17, 0xC1, |
617 | 2024-12-31T17:06:33.518Z | 486 + // length |
618 | 2024-12-31T17:06:33.518Z | 487 + 0x00, 0x1c, |
619 | 2024-12-31T17:06:33.518Z | 488 + // csum |
620 | 2024-12-31T17:06:33.518Z | 489 + 0x00, 0x00, |
621 | 2024-12-31T17:06:33.518Z | 490 + // ver + opt len |
622 | 2024-12-31T17:06:33.518Z | 491 + 0x05, |
623 | 2024-12-31T17:06:33.518Z | 492 + // flags |
624 | 2024-12-31T17:06:33.518Z | 493 + 0x00, |
625 | 2024-12-31T17:06:33.518Z | 494 + // proto |
626 | 2024-12-31T17:06:33.518Z | 495 + 0x65, 0x58, |
627 | 2024-12-31T17:06:33.518Z | 496 + // vni + reserved |
628 | 2024-12-31T17:06:33.518Z | 497 + 0x00, 0x04, 0xD2, 0x00, |
629 | 2024-12-31T17:06:33.518Z | 498 + |
630 | 2024-12-31T17:06:33.519Z | 499 + // option class |
631 | 2024-12-31T17:06:33.519Z | 500 + 0x01, 0x29, |
632 | 2024-12-31T17:06:33.519Z | 501 + // crt + type |
633 | 2024-12-31T17:06:33.522Z | 502 + 0x00, |
634 | 2024-12-31T17:06:33.522Z | 503 + // rsvd + len |
635 | 2024-12-31T17:06:33.522Z | 504 + 0x00, |
636 | 2024-12-31T17:06:33.522Z | 505 + |
637 | 2024-12-31T17:06:33.522Z | 506 + // experimenter option class |
638 | 2024-12-31T17:06:33.522Z | 507 + 0xff, 0xff, |
639 | 2024-12-31T17:06:33.522Z | 508 + // crt + type |
640 | 2024-12-31T17:06:33.522Z | 509 + 0x05, |
641 | 2024-12-31T17:06:33.522Z | 510 + // rsvd + len |
642 | 2024-12-31T17:06:33.522Z | 511 + 0x01, |
643 | 2024-12-31T17:06:33.522Z | 512 + // body |
644 | 2024-12-31T17:06:33.522Z | 513 + 0x00, 0x00, 0x00, 0x00, |
645 | 2024-12-31T17:06:33.522Z | 514 + |
646 | 2024-12-31T17:06:33.522Z | 515 + // experimenter option class |
647 | 2024-12-31T17:06:33.522Z | 516 + 0xff, 0xff, |
648 | 2024-12-31T17:06:33.522Z | 517 + // crt + type |
649 | 2024-12-31T17:06:33.522Z | 518 + 0x06, |
650 | 2024-12-31T17:06:33.522Z | 519 + // rsvd + len |
651 | 2024-12-31T17:06:33.522Z | 520 + 0x01, |
652 | 2024-12-31T17:06:33.522Z | 521 + // body |
653 | 2024-12-31T17:06:33.522Z | 522 ~ 0x00, 0x00, 0x00, 0x00]; |
654 | 2024-12-31T17:06:33.522Z | | |
655 | 2024-12-31T17:06:33.522Z | |
656 | 2024-12-31T17:06:33.814Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
657 | 2024-12-31T17:06:33.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.19s |
658 | 2024-12-31T17:06:33.848Z | |
659 | 2024-12-31T17:06:33.851Z | real 34.356132030 |
660 | 2024-12-31T17:06:33.851Z | user 2:05.988419747 |
661 | 2024-12-31T17:06:33.851Z | sys 17.610741161 |
662 | 2024-12-31T17:06:33.851Z | trap 0.068751927 |
663 | 2024-12-31T17:06:33.851Z | tflt 0.296301742 |
664 | 2024-12-31T17:06:33.851Z | dflt 0.677944628 |
665 | 2024-12-31T17:06:33.851Z | kflt 0.000381962 |
666 | 2024-12-31T17:06:33.851Z | lock 3:08.410292782 |
667 | 2024-12-31T17:06:33.851Z | slp 7:33.756381230 |
668 | 2024-12-31T17:06:33.851Z | lat 3.902298806 |
669 | 2024-12-31T17:06:33.851Z | stop 6.291345798 |
670 | 2024-12-31T17:06:33.851Z | + header 'analyze no_std + engine + kernel' |
671 | 2024-12-31T17:06:33.851Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
672 | 2024-12-31T17:06:33.851Z | # ==== analyze no_std + engine + kernel ==== # |
673 | 2024-12-31T17:06:33.851Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
674 | 2024-12-31T17:06:34.147Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
675 | 2024-12-31T17:06:34.147Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
676 | 2024-12-31T17:06:34.149Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
677 | 2024-12-31T17:06:34.149Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
678 | 2024-12-31T17:06:34.282Z | warning: passing a unit value to a function |
679 | 2024-12-31T17:06:34.283Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
680 | 2024-12-31T17:06:34.283Z | | |
681 | 2024-12-31T17:06:34.283Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
682 | 2024-12-31T17:06:34.283Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
683 | 2024-12-31T17:06:34.283Z | | |
684 | 2024-12-31T17:06:34.283Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
685 | 2024-12-31T17:06:34.283Z | = note: `#[warn(clippy::unit_arg)]` on by default |
686 | 2024-12-31T17:06:34.283Z | help: move the expression in front of the call and replace it with the unit literal `()` |
687 | 2024-12-31T17:06:34.283Z | | |
688 | 2024-12-31T17:06:34.283Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
689 | 2024-12-31T17:06:34.283Z | 183 ~ core::hint::black_box(()); |
690 | 2024-12-31T17:06:34.283Z | | |
691 | 2024-12-31T17:06:34.283Z | |
692 | 2024-12-31T17:06:34.317Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
693 | 2024-12-31T17:06:34.320Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
694 | 2024-12-31T17:06:41.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s |
695 | 2024-12-31T17:06:41.214Z | |
696 | 2024-12-31T17:06:41.216Z | real 7.359049741 |
697 | 2024-12-31T17:06:41.216Z | user 8.142921981 |
698 | 2024-12-31T17:06:41.216Z | sys 1.191747816 |
699 | 2024-12-31T17:06:41.216Z | trap 0.002046054 |
700 | 2024-12-31T17:06:41.216Z | tflt 0.009819823 |
701 | 2024-12-31T17:06:41.216Z | dflt 0.004366823 |
702 | 2024-12-31T17:06:41.216Z | kflt 0.000001079 |
703 | 2024-12-31T17:06:41.216Z | lock 18.886865018 |
704 | 2024-12-31T17:06:41.216Z | slp 27.491518491 |
705 | 2024-12-31T17:06:41.216Z | lat 0.063137309 |
706 | 2024-12-31T17:06:41.216Z | stop 0.150093686 |
707 | 2024-12-31T17:06:41.217Z | + header test |
708 | 2024-12-31T17:06:41.217Z | + echo '# ==== test ==== #' |
709 | 2024-12-31T17:06:41.217Z | # ==== test ==== # |
710 | 2024-12-31T17:06:41.217Z | + ptime -m cargo test |
711 | 2024-12-31T17:06:41.479Z | Compiling unicode-ident v1.0.14 |
712 | 2024-12-31T17:06:41.479Z | Compiling memchr v2.7.4 |
713 | 2024-12-31T17:06:41.482Z | Compiling byteorder v1.5.0 |
714 | 2024-12-31T17:06:41.482Z | Compiling ucd-trie v0.1.7 |
715 | 2024-12-31T17:06:41.482Z | Compiling itoa v1.0.14 |
716 | 2024-12-31T17:06:41.488Z | Compiling ryu v1.0.18 |
717 | 2024-12-31T17:06:41.493Z | Compiling libc v0.2.169 |
718 | 2024-12-31T17:06:41.496Z | Compiling either v1.13.0 |
719 | 2024-12-31T17:06:41.639Z | Compiling proc-macro2 v1.0.92 |
720 | 2024-12-31T17:06:41.671Z | Compiling plain v0.2.3 |
721 | 2024-12-31T17:06:41.794Z | Compiling log v0.4.22 |
722 | 2024-12-31T17:06:41.800Z | Compiling itertools v0.13.0 |
723 | 2024-12-31T17:06:41.830Z | Compiling hash32 v0.3.1 |
724 | 2024-12-31T17:06:41.876Z | Compiling macaddr v1.0.1 |
725 | 2024-12-31T17:06:42.040Z | Compiling pretty-hex v0.4.1 |
726 | 2024-12-31T17:06:42.046Z | Compiling thread-id v4.2.2 |
727 | 2024-12-31T17:06:42.114Z | Compiling stable_deref_trait v1.2.0 |
728 | 2024-12-31T17:06:42.114Z | Compiling cfg-if v1.0.0 |
729 | 2024-12-31T17:06:42.125Z | Compiling managed v0.8.0 |
730 | 2024-12-31T17:06:42.190Z | Compiling heapless v0.8.0 |
731 | 2024-12-31T17:06:42.195Z | Compiling bitflags v1.3.2 |
732 | 2024-12-31T17:06:42.208Z | Compiling bitflags v2.6.0 |
733 | 2024-12-31T17:06:42.215Z | Compiling cobs v0.2.3 |
734 | 2024-12-31T17:06:42.266Z | Compiling memmap v0.7.0 |
735 | 2024-12-31T17:06:42.475Z | Compiling quote v1.0.38 |
736 | 2024-12-31T17:06:42.477Z | Compiling aho-corasick v1.1.3 |
737 | 2024-12-31T17:06:42.485Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
738 | 2024-12-31T17:06:42.583Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
739 | 2024-12-31T17:06:42.741Z | Compiling ipnetwork v0.20.0 |
740 | 2024-12-31T17:06:42.839Z | Compiling syn v2.0.93 |
741 | 2024-12-31T17:06:43.106Z | Compiling smoltcp v0.11.0 |
742 | 2024-12-31T17:06:43.129Z | Compiling unicode-width v0.1.14 |
743 | 2024-12-31T17:06:43.269Z | Compiling crc32fast v1.4.2 |
744 | 2024-12-31T17:06:43.525Z | Compiling tabwriter v1.4.0 |
745 | 2024-12-31T17:06:43.601Z | Compiling dyn-clone v1.0.17 |
746 | 2024-12-31T17:06:44.245Z | Compiling regex-automata v0.4.9 |
747 | 2024-12-31T17:06:47.257Z | Compiling regex v1.11.1 |
748 | 2024-12-31T17:06:47.263Z | Compiling darling_core v0.20.10 |
749 | 2024-12-31T17:06:49.421Z | Compiling serde_derive v1.0.217 |
750 | 2024-12-31T17:06:49.421Z | Compiling thiserror-impl v2.0.9 |
751 | 2024-12-31T17:06:49.424Z | Compiling thiserror-impl v1.0.69 |
752 | 2024-12-31T17:06:49.509Z | Compiling zerocopy-derive v0.7.35 |
753 | 2024-12-31T17:06:49.524Z | Compiling scroll_derive v0.12.0 |
754 | 2024-12-31T17:06:49.607Z | Compiling zerocopy-derive v0.8.14 |
755 | 2024-12-31T17:06:49.916Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
756 | 2024-12-31T17:06:50.970Z | Compiling scroll v0.12.0 |
757 | 2024-12-31T17:06:51.375Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-31T17:06:51.455Z | Compiling goblin v0.8.2 |
759 | 2024-12-31T17:06:51.861Z | Compiling darling_macro v0.20.10 |
760 | 2024-12-31T17:06:51.998Z | Compiling thiserror v1.0.69 |
761 | 2024-12-31T17:06:52.099Z | Compiling thiserror v2.0.9 |
762 | 2024-12-31T17:06:52.190Z | Compiling pest v2.7.15 |
763 | 2024-12-31T17:06:52.303Z | Compiling zerocopy v0.8.14 |
764 | 2024-12-31T17:06:52.741Z | Compiling darling v0.20.10 |
765 | 2024-12-31T17:06:52.838Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
766 | 2024-12-31T17:06:53.190Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
767 | 2024-12-31T17:06:54.119Z | Compiling serde v1.0.217 |
768 | 2024-12-31T17:06:54.173Z | Compiling pest_meta v2.7.15 |
769 | 2024-12-31T17:06:55.108Z | Compiling pest_generator v2.7.15 |
770 | 2024-12-31T17:06:56.491Z | Compiling pest_derive v2.7.15 |
771 | 2024-12-31T17:06:57.428Z | Compiling dtrace-parser v0.2.0 |
772 | 2024-12-31T17:06:57.667Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
773 | 2024-12-31T17:06:58.543Z | Compiling serde_json v1.0.134 |
774 | 2024-12-31T17:06:58.543Z | Compiling postcard v1.1.1 |
775 | 2024-12-31T17:06:58.543Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
776 | 2024-12-31T17:06:58.598Z | Compiling serde_tokenstream v0.2.2 |
777 | 2024-12-31T17:06:59.633Z | Compiling dof v0.3.0 |
778 | 2024-12-31T17:07:00.100Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
779 | 2024-12-31T17:07:00.129Z | Compiling usdt-impl v0.5.0 |
780 | 2024-12-31T17:07:00.878Z | Compiling usdt-macro v0.5.0 |
781 | 2024-12-31T17:07:00.878Z | Compiling usdt-attr-macro v0.5.0 |
782 | 2024-12-31T17:07:01.907Z | Compiling usdt v0.5.0 |
783 | 2024-12-31T17:07:16.517Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 35.25s |
784 | 2024-12-31T17:07:16.535Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-34acbb5bde85bc2b) |
785 | 2024-12-31T17:07:16.549Z | |
786 | 2024-12-31T17:07:16.549Z | running 72 tests |
787 | 2024-12-31T17:07:16.552Z | test d_error::tests::name_and_data_storage ... ok |
788 | 2024-12-31T17:07:16.552Z | test d_error::tests::name_truncation ... ok |
789 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::chain_breaks_links ... ok |
790 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::chain_append_links ... ok |
791 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
792 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::chain_drain_complete ... ok |
793 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::prefix_len ... ok |
794 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::expand_and_shrink ... ok |
795 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::read_seg ... ok |
796 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
797 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::uninitialized_packet ... ok |
798 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::truncate ... ok |
799 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::wrap ... ok |
800 | 2024-12-31T17:07:16.552Z | test ddi::mblk::test::zero_byte_packet ... ok |
801 | 2024-12-31T17:07:16.552Z | test ddi::time::test::good_interval ... ok |
802 | 2024-12-31T17:07:16.552Z | test engine::dhcp::test::domainname_encode ... ok |
803 | 2024-12-31T17:07:16.552Z | test engine::dhcp::test::hostname_encode ... ok |
804 | 2024-12-31T17:07:16.552Z | test engine::dhcp::test::offlink_encode ... ok |
805 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_client_id ... ok |
806 | 2024-12-31T17:07:16.552Z | test engine::dhcp::test::domain_search_option_encode ... ok |
807 | 2024-12-31T17:07:16.552Z | test engine::dhcp::test::rfc3442_encode ... ok |
808 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
809 | 2024-12-31T17:07:16.552Z | test ddi::time::test::bad_interval - should panic ... ok |
810 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
811 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
812 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
813 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_iana ... ok |
814 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_iata ... ok |
815 | 2024-12-31T17:07:16.552Z | test engine::dhcpv6::options::test::test_option_request ... ok |
816 | 2024-12-31T17:07:16.553Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
817 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
818 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_server_id ... ok |
819 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
820 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
821 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
822 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::options::test::test_status ... ok |
823 | 2024-12-31T17:07:16.555Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
824 | 2024-12-31T17:07:16.556Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
825 | 2024-12-31T17:07:16.556Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
826 | 2024-12-31T17:07:16.556Z | test engine::geneve::test::emit_no_opts ... ok |
827 | 2024-12-31T17:07:16.556Z | test engine::geneve::test::emit_external_opt ... ok |
828 | 2024-12-31T17:07:16.556Z | test engine::ether::test::emit ... ok |
829 | 2024-12-31T17:07:16.556Z | test engine::geneve::test::parse_single_opt ... ok |
830 | 2024-12-31T17:07:16.556Z | test engine::geneve::test::parse_multi_opt ... ok |
831 | 2024-12-31T17:07:16.556Z | test engine::flow_table::test::flow_expired ... ok |
832 | 2024-12-31T17:07:16.556Z | test engine::flow_table::test::flow_clear ... ok |
833 | 2024-12-31T17:07:16.556Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
834 | 2024-12-31T17:07:16.556Z | test engine::ip::v4::test::cidr_match ... ok |
835 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
836 | 2024-12-31T17:07:16.556Z | test engine::ip::v4::test::emit ... ok |
837 | 2024-12-31T17:07:16.556Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
838 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::emit ... ok |
839 | 2024-12-31T17:07:16.556Z | test engine::ip::v4::test::match_check ... ok |
840 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::from_pairs ... ok |
841 | 2024-12-31T17:07:16.556Z | test engine::layer::test::find_rule ... ok |
842 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::test_set_total_len ... ok |
843 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
844 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
845 | 2024-12-31T17:07:16.556Z | test engine::packet::test::small_packet_with_padding ... ok |
846 | 2024-12-31T17:07:16.556Z | test engine::packet::test::read_multi_segment ... ok |
847 | 2024-12-31T17:07:16.556Z | test engine::nat::test::nat4_rewrite ... ok |
848 | 2024-12-31T17:07:16.556Z | test engine::packet::test::straddled_tcp ... ok |
849 | 2024-12-31T17:07:16.556Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
850 | 2024-12-31T17:07:16.556Z | test engine::packet::test::udp6_packet_with_padding ... ok |
851 | 2024-12-31T17:07:16.556Z | test engine::packet::test::read_single_segment ... ok |
852 | 2024-12-31T17:07:16.556Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
853 | 2024-12-31T17:07:16.556Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
854 | 2024-12-31T17:07:16.556Z | test engine::rule::rule_matching ... ok |
855 | 2024-12-31T17:07:16.556Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
856 | 2024-12-31T17:07:16.556Z | test engine::snat::test::nat_mappings ... ok |
857 | 2024-12-31T17:07:16.556Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
858 | 2024-12-31T17:07:16.556Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
859 | 2024-12-31T17:07:16.556Z | |
860 | 2024-12-31T17:07:16.556Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
861 | 2024-12-31T17:07:16.556Z | |
862 | 2024-12-31T17:07:16.556Z | Doc-tests opte |
863 | 2024-12-31T17:07:17.316Z | |
864 | 2024-12-31T17:07:17.316Z | running 3 tests |
865 | 2024-12-31T17:07:17.318Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 60) ... ignored |
866 | 2024-12-31T17:07:18.577Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 46) ... ok |
867 | 2024-12-31T17:07:19.063Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 89) ... ok |
868 | 2024-12-31T17:07:19.063Z | |
869 | 2024-12-31T17:07:19.066Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.71s |
870 | 2024-12-31T17:07:19.066Z | |
871 | 2024-12-31T17:07:19.069Z | |
872 | 2024-12-31T17:07:19.069Z | real 37.841979014 |
873 | 2024-12-31T17:07:19.069Z | user 2:22.770210884 |
874 | 2024-12-31T17:07:19.069Z | sys 15.641401899 |
875 | 2024-12-31T17:07:19.069Z | trap 0.064094542 |
876 | 2024-12-31T17:07:19.069Z | tflt 0.352322528 |
877 | 2024-12-31T17:07:19.069Z | dflt 0.554385708 |
878 | 2024-12-31T17:07:19.069Z | kflt 0.000014939 |
879 | 2024-12-31T17:07:19.069Z | lock 3:47.330632537 |
880 | 2024-12-31T17:07:19.069Z | slp 7:17.323392890 |
881 | 2024-12-31T17:07:19.069Z | lat 3.588938101 |
882 | 2024-12-31T17:07:19.069Z | stop 5.657765787 |
883 | 2024-12-31T17:07:19.069Z | process exited: duration 133957 ms, exit code 0 |
|
884 | 2024-12-31T17:07:19.075Z | found 0 output files |