|
|
|
1 | 2025-03-14T21:29:15.189Z | job assigned to worker 01JPB8YN6H3QBSGJFAS4005TD5 [factory gimlet-EVT22200007-propolis, EVT22200007/21922] (queued for 26 s) |
|
2 | 2025-03-14T21:29:23.079Z | starting task 0: "setup" |
3 | 2025-03-14T21:29:23.105Z | ++ uname -s |
4 | 2025-03-14T21:29:23.106Z | + kern=SunOS |
5 | 2025-03-14T21:29:23.106Z | + build_user=build |
6 | 2025-03-14T21:29:23.106Z | + build_uid=12345 |
7 | 2025-03-14T21:29:23.106Z | + work_dir=/work |
8 | 2025-03-14T21:29:23.106Z | + input_dir=/input |
9 | 2025-03-14T21:29:23.106Z | + [[ 0 == 12345 ]] |
10 | 2025-03-14T21:29:23.106Z | + case "$kern" in |
11 | 2025-03-14T21:29:23.106Z | + groupadd -g 12345 build |
12 | 2025-03-14T21:29:23.107Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-14T21:29:25.104Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-14T21:29:25.144Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-14T21:29:25.169Z | + home_fs=zfs |
16 | 2025-03-14T21:29:25.169Z | + [[ zfs == autofs ]] |
17 | 2025-03-14T21:29:25.169Z | + mkdir -p /home/build |
18 | 2025-03-14T21:29:25.169Z | + chown build:build /home/build /work |
19 | 2025-03-14T21:29:27.152Z | + chmod 0700 /home/build /work |
20 | 2025-03-14T21:29:27.178Z | process exited: duration 4079 ms, exit code 0 |
|
21 | 2025-03-14T21:29:27.229Z | starting task 1: "rust-toolchain" |
22 | 2025-03-14T21:29:27.255Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-14T21:29:27.255Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-14T21:29:27.255Z | * rust toolchain profile = "default" |
25 | 2025-03-14T21:29:27.255Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-14T21:29:27.255Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-14T21:29:27.255Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-14T21:29:27.255Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-14T21:29:27.255Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-14T21:29:27.384Z | info: downloading installer |
31 | 2025-03-14T21:29:28.020Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-14T21:29:28.020Z | warn: /opt/ooce/bin |
33 | 2025-03-14T21:29:28.020Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-14T21:29:28.020Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-14T21:29:28.021Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-14T21:29:28.021Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-14T21:29:28.021Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-14T21:29:28.021Z | error: cannot install while Rust is installed |
39 | 2025-03-14T21:29:28.021Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-14T21:29:28.047Z | info: profile set to 'default' |
41 | 2025-03-14T21:29:28.047Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-14T21:29:28.047Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-14T21:29:28.171Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-14T21:29:28.172Z | info: downloading component 'cargo' |
45 | 2025-03-14T21:29:28.380Z | info: downloading component 'clippy' |
46 | 2025-03-14T21:29:28.516Z | info: downloading component 'rust-docs' |
47 | 2025-03-14T21:29:28.805Z | info: downloading component 'rust-std' |
48 | 2025-03-14T21:29:29.158Z | info: downloading component 'rustc' |
49 | 2025-03-14T21:29:31.290Z | info: downloading component 'rustfmt' |
50 | 2025-03-14T21:29:31.350Z | info: installing component 'cargo' |
51 | 2025-03-14T21:29:32.466Z | info: installing component 'clippy' |
52 | 2025-03-14T21:29:32.923Z | info: installing component 'rust-docs' |
53 | 2025-03-14T21:29:36.113Z | info: installing component 'rust-std' |
54 | 2025-03-14T21:29:38.207Z | info: installing component 'rustc' |
55 | 2025-03-14T21:29:45.525Z | info: installing component 'rustfmt' |
56 | 2025-03-14T21:29:45.908Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-14T21:29:45.908Z | |
58 | 2025-03-14T21:29:46.054Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-14T21:29:46.054Z | |
60 | 2025-03-14T21:29:46.054Z | |
61 | 2025-03-14T21:29:46.054Z | Rust is installed now. Great! |
62 | 2025-03-14T21:29:46.054Z | |
63 | 2025-03-14T21:29:46.054Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-14T21:29:46.054Z | environment variable. This has not been done automatically. |
65 | 2025-03-14T21:29:46.055Z | |
66 | 2025-03-14T21:29:46.055Z | To configure your current shell, you need to source |
67 | 2025-03-14T21:29:46.055Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-14T21:29:46.055Z | |
69 | 2025-03-14T21:29:46.055Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-14T21:29:46.055Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-14T21:29:46.055Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-14T21:29:46.055Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-14T21:29:46.146Z | + rustup --version |
74 | 2025-03-14T21:29:46.171Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-14T21:29:46.172Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-14T21:29:46.219Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-14T21:29:46.244Z | + cargo --version |
78 | 2025-03-14T21:29:46.269Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-14T21:29:46.269Z | + rustc --version |
80 | 2025-03-14T21:29:46.309Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-14T21:29:46.334Z | process exited: duration 19085 ms, exit code 0 |
|
82 | 2025-03-14T21:29:46.386Z | starting task 2: "authentication" |
83 | 2025-03-14T21:29:46.447Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-03-14T21:29:46.499Z | starting task 3: "clone repository" |
85 | 2025-03-14T21:29:46.524Z | + mkdir -p /work/oxidecomputer/opte |
86 | 2025-03-14T21:29:46.524Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
87 | 2025-03-14T21:29:46.550Z | Cloning into '/work/oxidecomputer/opte'... |
88 | 2025-03-14T21:29:47.465Z | + cd /work/oxidecomputer/opte |
89 | 2025-03-14T21:29:47.465Z | + git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc |
90 | 2025-03-14T21:29:47.807Z | From https://github.com/oxidecomputer/opte |
91 | 2025-03-14T21:29:47.807Z | * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD |
92 | 2025-03-14T21:29:47.833Z | + [[ -n ingot-and-offload ]] |
93 | 2025-03-14T21:29:47.834Z | ++ git branch --show-current |
94 | 2025-03-14T21:29:47.834Z | + current=master |
95 | 2025-03-14T21:29:47.834Z | + [[ master != ingot-and-offload ]] |
96 | 2025-03-14T21:29:47.834Z | + git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc |
97 | 2025-03-14T21:29:47.860Z | + git checkout -f ingot-and-offload |
98 | 2025-03-14T21:29:47.885Z | Switched to branch 'ingot-and-offload' |
99 | 2025-03-14T21:29:47.885Z | + git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc |
100 | 2025-03-14T21:29:47.911Z | HEAD is now at 304b249 Merge branch 'master' into ingot-and-offload |
101 | 2025-03-14T21:29:47.911Z | process exited: duration 1403 ms, exit code 0 |
|
102 | 2025-03-14T21:29:47.963Z | starting task 4: "build" |
103 | 2025-03-14T21:29:47.988Z | + source .github/buildomat/common.sh |
104 | 2025-03-14T21:29:47.988Z | ++ rustup show active-toolchain |
105 | 2025-03-14T21:29:48.052Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
106 | 2025-03-14T21:29:48.078Z | ++ pushd xde |
107 | 2025-03-14T21:29:48.078Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
108 | 2025-03-14T21:29:48.078Z | ++ rustup show active-toolchain |
109 | 2025-03-14T21:29:48.078Z | info: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos' |
110 | 2025-03-14T21:29:48.215Z | info: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19) |
111 | 2025-03-14T21:29:48.215Z | info: downloading component 'cargo' |
112 | 2025-03-14T21:29:48.373Z | info: downloading component 'clippy' |
113 | 2025-03-14T21:29:48.442Z | info: downloading component 'rust-src' |
114 | 2025-03-14T21:29:48.496Z | info: downloading component 'rust-std' |
115 | 2025-03-14T21:29:48.816Z | info: downloading component 'rustc' |
116 | 2025-03-14T21:29:51.335Z | info: downloading component 'rustfmt' |
117 | 2025-03-14T21:29:51.394Z | info: installing component 'cargo' |
118 | 2025-03-14T21:29:52.570Z | info: installing component 'clippy' |
119 | 2025-03-14T21:29:53.049Z | info: installing component 'rust-src' |
120 | 2025-03-14T21:29:53.560Z | info: installing component 'rust-std' |
121 | 2025-03-14T21:29:55.558Z | info: installing component 'rustc' |
122 | 2025-03-14T21:30:03.218Z | info: installing component 'rustfmt' |
123 | 2025-03-14T21:30:03.615Z | nightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
124 | 2025-03-14T21:30:03.727Z | +++ rustup show active-toolchain -v |
125 | 2025-03-14T21:30:03.753Z | +++ head -n 1 |
126 | 2025-03-14T21:30:03.753Z | +++ cut '-d ' -f1 |
127 | 2025-03-14T21:30:03.912Z | ++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
128 | 2025-03-14T21:30:03.912Z | ++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos |
129 | 2025-03-14T21:30:03.912Z | ++ popd |
130 | 2025-03-14T21:30:03.938Z | /work/oxidecomputer/opte |
131 | 2025-03-14T21:30:03.938Z | + cargo --version |
132 | 2025-03-14T21:30:04.009Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
133 | 2025-03-14T21:30:04.035Z | + rustc --version |
134 | 2025-03-14T21:30:04.147Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
135 | 2025-03-14T21:30:04.173Z | + cd lib/opte |
136 | 2025-03-14T21:30:04.173Z | + header 'check style' |
137 | 2025-03-14T21:30:04.173Z | + echo '# ==== check style ==== #' |
138 | 2025-03-14T21:30:04.173Z | # ==== check style ==== # |
139 | 2025-03-14T21:30:04.173Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check |
140 | 2025-03-14T21:30:04.734Z | |
141 | 2025-03-14T21:30:04.734Z | real 0.576082031 |
142 | 2025-03-14T21:30:04.734Z | user 0.354646343 |
143 | 2025-03-14T21:30:04.734Z | sys 0.216193815 |
144 | 2025-03-14T21:30:04.734Z | trap 0.000095247 |
145 | 2025-03-14T21:30:04.734Z | tflt 0.000028996 |
146 | 2025-03-14T21:30:04.734Z | dflt 0.000043986 |
147 | 2025-03-14T21:30:04.734Z | kflt 0.000000000 |
148 | 2025-03-14T21:30:04.734Z | lock 1.192357320 |
149 | 2025-03-14T21:30:04.734Z | slp 0.580250661 |
150 | 2025-03-14T21:30:04.734Z | lat 0.003946953 |
151 | 2025-03-14T21:30:04.734Z | stop 0.000319416 |
152 | 2025-03-14T21:30:04.760Z | + header 'check docs' |
153 | 2025-03-14T21:30:04.761Z | + echo '# ==== check docs ==== #' |
154 | 2025-03-14T21:30:04.761Z | # ==== check docs ==== # |
155 | 2025-03-14T21:30:04.761Z | + RUSTDOCFLAGS='-D warnings' |
156 | 2025-03-14T21:30:04.761Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
157 | 2025-03-14T21:30:04.933Z | Updating crates.io index |
158 | 2025-03-14T21:30:04.958Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
159 | 2025-03-14T21:30:05.824Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
160 | 2025-03-14T21:30:06.390Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
161 | 2025-03-14T21:30:06.727Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
162 | 2025-03-14T21:30:07.163Z | Updating git repository `https://github.com/oxidecomputer/zone` |
163 | 2025-03-14T21:30:07.525Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
164 | 2025-03-14T21:30:07.917Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
165 | 2025-03-14T21:30:08.297Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2025-03-14T21:30:09.340Z | Downloading crates ... |
167 | 2025-03-14T21:30:09.404Z | Downloaded crypto-common v0.1.6 |
168 | 2025-03-14T21:30:09.430Z | Downloaded ident_case v1.0.1 |
169 | 2025-03-14T21:30:09.430Z | Downloaded cfg-if v1.0.0 |
170 | 2025-03-14T21:30:09.430Z | Downloaded dtrace-parser v0.2.0 |
171 | 2025-03-14T21:30:09.430Z | Downloaded embedded-io v0.4.0 |
172 | 2025-03-14T21:30:09.430Z | Downloaded either v1.15.0 |
173 | 2025-03-14T21:30:09.430Z | Downloaded byteorder v1.5.0 |
174 | 2025-03-14T21:30:09.430Z | Downloaded usdt-macro v0.5.0 |
175 | 2025-03-14T21:30:09.430Z | Downloaded usdt-attr-macro v0.5.0 |
176 | 2025-03-14T21:30:09.430Z | Downloaded block-buffer v0.10.4 |
177 | 2025-03-14T21:30:09.430Z | Downloaded darling_macro v0.20.10 |
178 | 2025-03-14T21:30:09.430Z | Downloaded darling v0.20.10 |
179 | 2025-03-14T21:30:09.456Z | Downloaded managed v0.8.0 |
180 | 2025-03-14T21:30:09.456Z | Downloaded scroll_derive v0.12.0 |
181 | 2025-03-14T21:30:09.456Z | Downloaded defmt-macros v0.4.0 |
182 | 2025-03-14T21:30:09.456Z | Downloaded strsim v0.11.1 |
183 | 2025-03-14T21:30:09.456Z | Downloaded tabwriter v1.4.1 |
184 | 2025-03-14T21:30:09.456Z | Downloaded version_check v0.9.5 |
185 | 2025-03-14T21:30:09.456Z | Downloaded thread-id v4.2.2 |
186 | 2025-03-14T21:30:09.456Z | Downloaded thiserror-impl v2.0.12 |
187 | 2025-03-14T21:30:09.456Z | Downloaded serde_tokenstream v0.2.2 |
188 | 2025-03-14T21:30:09.482Z | Downloaded thiserror v2.0.12 |
189 | 2025-03-14T21:30:09.482Z | Downloaded zerocopy-derive v0.7.35 |
190 | 2025-03-14T21:30:09.482Z | Downloaded ucd-trie v0.1.7 |
191 | 2025-03-14T21:30:09.482Z | Downloaded zerocopy-derive v0.8.23 |
192 | 2025-03-14T21:30:09.508Z | Downloaded serde v1.0.219 |
193 | 2025-03-14T21:30:09.508Z | Downloaded unicode-ident v1.0.18 |
194 | 2025-03-14T21:30:09.508Z | Downloaded itertools v0.13.0 |
195 | 2025-03-14T21:30:09.533Z | Downloaded memchr v2.7.4 |
196 | 2025-03-14T21:30:09.534Z | Downloaded zerocopy v0.7.35 |
197 | 2025-03-14T21:30:09.560Z | Downloaded goblin v0.8.2 |
198 | 2025-03-14T21:30:09.560Z | Downloaded serde_json v1.0.140 |
199 | 2025-03-14T21:30:09.586Z | Downloaded pest v2.7.15 |
200 | 2025-03-14T21:30:09.586Z | Downloaded zerocopy v0.8.23 |
201 | 2025-03-14T21:30:09.612Z | Downloaded regex v1.11.1 |
202 | 2025-03-14T21:30:09.637Z | Downloaded itertools v0.14.0 |
203 | 2025-03-14T21:30:09.637Z | Downloaded unicode-width v0.2.0 |
204 | 2025-03-14T21:30:09.637Z | Downloaded syn v2.0.100 |
205 | 2025-03-14T21:30:09.663Z | Downloaded aho-corasick v1.1.3 |
206 | 2025-03-14T21:30:09.663Z | Downloaded log v0.4.26 |
207 | 2025-03-14T21:30:09.663Z | Downloaded smoltcp v0.11.0 |
208 | 2025-03-14T21:30:09.688Z | Downloaded heapless v0.8.0 |
209 | 2025-03-14T21:30:09.688Z | Downloaded regex-syntax v0.8.5 |
210 | 2025-03-14T21:30:09.688Z | Downloaded typenum v1.18.0 |
211 | 2025-03-14T21:30:09.714Z | Downloaded serde_derive v1.0.219 |
212 | 2025-03-14T21:30:09.714Z | Downloaded darling_core v0.20.10 |
213 | 2025-03-14T21:30:09.714Z | Downloaded bitflags v2.9.0 |
214 | 2025-03-14T21:30:09.714Z | Downloaded ryu v1.0.20 |
215 | 2025-03-14T21:30:09.714Z | Downloaded proc-macro2 v1.0.94 |
216 | 2025-03-14T21:30:09.714Z | Downloaded pest_meta v2.7.15 |
217 | 2025-03-14T21:30:09.739Z | Downloaded pest_derive v2.7.15 |
218 | 2025-03-14T21:30:09.739Z | Downloaded fnv v1.0.7 |
219 | 2025-03-14T21:30:09.739Z | Downloaded defmt v0.3.10 |
220 | 2025-03-14T21:30:09.739Z | Downloaded crc32fast v1.4.2 |
221 | 2025-03-14T21:30:09.739Z | Downloaded usdt-impl v0.5.0 |
222 | 2025-03-14T21:30:09.740Z | Downloaded usdt v0.5.0 |
223 | 2025-03-14T21:30:09.740Z | Downloaded thiserror-impl v1.0.69 |
224 | 2025-03-14T21:30:09.740Z | Downloaded sha2 v0.10.8 |
225 | 2025-03-14T21:30:09.740Z | Downloaded scroll v0.12.0 |
226 | 2025-03-14T21:30:09.740Z | Downloaded regex-automata v0.4.9 |
227 | 2025-03-14T21:30:09.766Z | Downloaded libc v0.2.170 |
228 | 2025-03-14T21:30:09.791Z | Downloaded quote v1.0.39 |
229 | 2025-03-14T21:30:09.791Z | Downloaded proc-macro-error2 v2.0.1 |
230 | 2025-03-14T21:30:09.791Z | Downloaded postcard v1.1.1 |
231 | 2025-03-14T21:30:09.817Z | Downloaded once_cell v1.20.3 |
232 | 2025-03-14T21:30:09.817Z | Downloaded thiserror v1.0.69 |
233 | 2025-03-14T21:30:09.817Z | Downloaded plain v0.2.3 |
234 | 2025-03-14T21:30:09.817Z | Downloaded dof v0.3.0 |
235 | 2025-03-14T21:30:09.817Z | Downloaded digest v0.10.7 |
236 | 2025-03-14T21:30:09.817Z | Downloaded defmt-parser v0.4.1 |
237 | 2025-03-14T21:30:09.817Z | Downloaded pretty-hex v0.4.1 |
238 | 2025-03-14T21:30:09.817Z | Downloaded stable_deref_trait v1.2.0 |
239 | 2025-03-14T21:30:09.817Z | Downloaded proc-macro-error-attr2 v2.0.0 |
240 | 2025-03-14T21:30:09.817Z | Downloaded pest_generator v2.7.15 |
241 | 2025-03-14T21:30:09.818Z | Downloaded memmap v0.7.0 |
242 | 2025-03-14T21:30:09.818Z | Downloaded macaddr v1.0.1 |
243 | 2025-03-14T21:30:09.818Z | Downloaded itoa v1.0.15 |
244 | 2025-03-14T21:30:09.844Z | Downloaded ipnetwork v0.21.1 |
245 | 2025-03-14T21:30:09.844Z | Downloaded hash32 v0.3.1 |
246 | 2025-03-14T21:30:09.844Z | Downloaded generic-array v0.14.7 |
247 | 2025-03-14T21:30:09.844Z | Downloaded embedded-io v0.6.1 |
248 | 2025-03-14T21:30:09.844Z | Downloaded dyn-clone v1.0.19 |
249 | 2025-03-14T21:30:09.844Z | Downloaded cobs v0.2.3 |
250 | 2025-03-14T21:30:09.844Z | Downloaded bitflags v1.3.2 |
251 | 2025-03-14T21:30:09.870Z | Downloaded cpufeatures v0.2.17 |
252 | 2025-03-14T21:30:09.964Z | Compiling proc-macro2 v1.0.94 |
253 | 2025-03-14T21:30:09.964Z | Compiling unicode-ident v1.0.18 |
254 | 2025-03-14T21:30:09.989Z | Documenting unicode-ident v1.0.18 |
255 | 2025-03-14T21:30:09.989Z | Compiling ident_case v1.0.1 |
256 | 2025-03-14T21:30:09.989Z | Compiling strsim v0.11.1 |
257 | 2025-03-14T21:30:09.990Z | Compiling fnv v1.0.7 |
258 | 2025-03-14T21:30:09.990Z | Compiling serde v1.0.219 |
259 | 2025-03-14T21:30:10.228Z | Compiling memchr v2.7.4 |
260 | 2025-03-14T21:30:10.487Z | Compiling regex-syntax v0.8.5 |
261 | 2025-03-14T21:30:10.551Z | Compiling zerocopy v0.8.23 |
262 | 2025-03-14T21:30:10.662Z | Documenting fnv v1.0.7 |
263 | 2025-03-14T21:30:10.687Z | Compiling either v1.15.0 |
264 | 2025-03-14T21:30:10.713Z | Checking byteorder v1.5.0 |
265 | 2025-03-14T21:30:11.031Z | Documenting proc-macro2 v1.0.94 |
266 | 2025-03-14T21:30:11.082Z | Compiling aho-corasick v1.1.3 |
267 | 2025-03-14T21:30:11.343Z | Documenting ident_case v1.0.1 |
268 | 2025-03-14T21:30:11.537Z | Compiling quote v1.0.39 |
269 | 2025-03-14T21:30:11.868Z | Compiling syn v2.0.100 |
270 | 2025-03-14T21:30:12.031Z | Documenting quote v1.0.39 |
271 | 2025-03-14T21:30:12.066Z | Documenting strsim v0.11.1 |
272 | 2025-03-14T21:30:12.596Z | Compiling itertools v0.13.0 |
273 | 2025-03-14T21:30:12.825Z | Documenting memchr v2.7.4 |
274 | 2025-03-14T21:30:12.851Z | Documenting syn v2.0.100 |
275 | 2025-03-14T21:30:13.992Z | Compiling regex-automata v0.4.9 |
276 | 2025-03-14T21:30:14.138Z | Compiling heapless v0.8.0 |
277 | 2025-03-14T21:30:14.807Z | Documenting aho-corasick v1.1.3 |
278 | 2025-03-14T21:30:15.007Z | Checking hash32 v0.3.1 |
279 | 2025-03-14T21:30:15.192Z | Documenting regex-syntax v0.8.5 |
280 | 2025-03-14T21:30:15.227Z | Checking macaddr v1.0.1 |
281 | 2025-03-14T21:30:15.496Z | Checking stable_deref_trait v1.2.0 |
282 | 2025-03-14T21:30:15.608Z | Checking cfg-if v1.0.0 |
283 | 2025-03-14T21:30:15.708Z | Compiling smoltcp v0.11.0 |
284 | 2025-03-14T21:30:16.837Z | Checking cobs v0.2.3 |
285 | 2025-03-14T21:30:16.943Z | Checking darling_core v0.20.10 |
286 | 2025-03-14T21:30:16.992Z | Documenting darling_core v0.20.10 |
287 | 2025-03-14T21:30:17.019Z | Documenting serde_derive v1.0.219 |
288 | 2025-03-14T21:30:17.076Z | Documenting regex-automata v0.4.9 |
289 | 2025-03-14T21:30:18.576Z | Compiling regex v1.11.1 |
290 | 2025-03-14T21:30:18.651Z | Documenting zerocopy-derive v0.8.23 |
291 | 2025-03-14T21:30:18.691Z | Documenting darling_macro v0.20.10 |
292 | 2025-03-14T21:30:19.169Z | Checking bitflags v1.3.2 |
293 | 2025-03-14T21:30:19.195Z | Documenting regex v1.11.1 |
294 | 2025-03-14T21:30:19.278Z | Documenting byteorder v1.5.0 |
295 | 2025-03-14T21:30:19.375Z | Checking managed v0.8.0 |
296 | 2025-03-14T21:30:19.545Z | Documenting cfg-if v1.0.0 |
297 | 2025-03-14T21:30:19.693Z | Documenting stable_deref_trait v1.2.0 |
298 | 2025-03-14T21:30:19.719Z | Documenting macaddr v1.0.1 |
299 | 2025-03-14T21:30:19.944Z | Documenting hash32 v0.3.1 |
300 | 2025-03-14T21:30:20.140Z | Checking ipnetwork v0.21.1 |
301 | 2025-03-14T21:30:20.279Z | Documenting cobs v0.2.3 |
302 | 2025-03-14T21:30:20.404Z | Compiling serde_derive v1.0.219 |
303 | 2025-03-14T21:30:20.430Z | Compiling zerocopy-derive v0.8.23 |
304 | 2025-03-14T21:30:20.460Z | Checking unicode-width v0.2.0 |
305 | 2025-03-14T21:30:20.517Z | Documenting heapless v0.8.0 |
306 | 2025-03-14T21:30:20.682Z | Documenting managed v0.8.0 |
307 | 2025-03-14T21:30:20.861Z | Compiling version_check v0.9.5 |
308 | 2025-03-14T21:30:20.886Z | Documenting either v1.15.0 |
309 | 2025-03-14T21:30:21.434Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
310 | 2025-03-14T21:30:21.461Z | Documenting unicode-width v0.2.0 |
311 | 2025-03-14T21:30:21.486Z | Documenting smoltcp v0.11.0 |
312 | 2025-03-14T21:30:21.550Z | Documenting ipnetwork v0.21.1 |
313 | 2025-03-14T21:30:21.586Z | Compiling darling_macro v0.20.10 |
314 | 2025-03-14T21:30:21.823Z | Documenting itertools v0.14.0 |
315 | 2025-03-14T21:30:22.252Z | Documenting tabwriter v1.4.1 |
316 | 2025-03-14T21:30:22.340Z | Checking tabwriter v1.4.1 |
317 | 2025-03-14T21:30:22.370Z | Checking itertools v0.14.0 |
318 | 2025-03-14T21:30:22.422Z | Compiling darling v0.20.10 |
319 | 2025-03-14T21:30:22.530Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
320 | 2025-03-14T21:30:22.665Z | Documenting darling v0.20.10 |
321 | 2025-03-14T21:30:23.048Z | Documenting zerocopy v0.8.23 |
322 | 2025-03-14T21:30:23.144Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
323 | 2025-03-14T21:30:23.385Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
324 | 2025-03-14T21:30:23.694Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
325 | 2025-03-14T21:30:23.918Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
326 | 2025-03-14T21:30:24.230Z | Documenting crc32fast v1.4.2 |
327 | 2025-03-14T21:30:24.301Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
328 | 2025-03-14T21:30:24.796Z | Checking crc32fast v1.4.2 |
329 | 2025-03-14T21:30:24.854Z | Checking dyn-clone v1.0.19 |
330 | 2025-03-14T21:30:25.024Z | Documenting dyn-clone v1.0.19 |
331 | 2025-03-14T21:30:25.827Z | Documenting serde v1.0.219 |
332 | 2025-03-14T21:30:26.499Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
333 | 2025-03-14T21:30:26.499Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
334 | 2025-03-14T21:30:29.412Z | Checking bitflags v2.9.0 |
335 | 2025-03-14T21:30:29.412Z | Documenting bitflags v2.9.0 |
336 | 2025-03-14T21:30:29.412Z | Checking postcard v1.1.1 |
337 | 2025-03-14T21:30:29.438Z | Documenting postcard v1.1.1 |
338 | 2025-03-14T21:30:29.679Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
339 | 2025-03-14T21:30:29.679Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
340 | 2025-03-14T21:30:29.797Z | warning: unused import: `core::ffi::c_int` |
341 | 2025-03-14T21:30:29.797Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
342 | 2025-03-14T21:30:29.797Z | | |
343 | 2025-03-14T21:30:29.797Z | 11 | use core::ffi::c_int; |
344 | 2025-03-14T21:30:29.798Z | | ^^^^^^^^^^^^^^^^ |
345 | 2025-03-14T21:30:29.798Z | | |
346 | 2025-03-14T21:30:29.798Z | = note: `#[warn(unused_imports)]` on by default |
347 | 2025-03-14T21:30:29.798Z | |
348 | 2025-03-14T21:30:30.192Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
349 | 2025-03-14T21:30:30.192Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
350 | 2025-03-14T21:30:30.218Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
351 | 2025-03-14T21:30:31.470Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
352 | 2025-03-14T21:30:31.802Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
353 | 2025-03-14T21:30:33.070Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
354 | 2025-03-14T21:30:36.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.58s |
355 | 2025-03-14T21:30:36.433Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
356 | 2025-03-14T21:30:36.459Z | |
357 | 2025-03-14T21:30:36.459Z | real 31.696445629 |
358 | 2025-03-14T21:30:36.459Z | user 1:59.714563238 |
359 | 2025-03-14T21:30:36.459Z | sys 22.561721287 |
360 | 2025-03-14T21:30:36.459Z | trap 0.077165602 |
361 | 2025-03-14T21:30:36.459Z | tflt 0.040525444 |
362 | 2025-03-14T21:30:36.459Z | dflt 0.045905396 |
363 | 2025-03-14T21:30:36.459Z | kflt 0.001024141 |
364 | 2025-03-14T21:30:36.459Z | lock 2:49.902378984 |
365 | 2025-03-14T21:30:36.459Z | slp 6:42.343797599 |
366 | 2025-03-14T21:30:36.459Z | lat 16.058998409 |
367 | 2025-03-14T21:30:36.459Z | stop 9.576239997 |
368 | 2025-03-14T21:30:36.459Z | + header 'analyze std + api' |
369 | 2025-03-14T21:30:36.459Z | + echo '# ==== analyze std + api ==== #' |
370 | 2025-03-14T21:30:36.459Z | # ==== analyze std + api ==== # |
371 | 2025-03-14T21:30:36.459Z | + ptime -m cargo clippy --all-targets |
372 | 2025-03-14T21:30:36.991Z | Compiling proc-macro2 v1.0.94 |
373 | 2025-03-14T21:30:36.991Z | Compiling unicode-ident v1.0.18 |
374 | 2025-03-14T21:30:36.991Z | Compiling memchr v2.7.4 |
375 | 2025-03-14T21:30:36.991Z | Compiling thiserror v2.0.12 |
376 | 2025-03-14T21:30:37.016Z | Compiling thiserror v1.0.69 |
377 | 2025-03-14T21:30:37.016Z | Compiling serde v1.0.219 |
378 | 2025-03-14T21:30:37.016Z | Compiling ucd-trie v0.1.7 |
379 | 2025-03-14T21:30:37.016Z | Compiling libc v0.2.170 |
380 | 2025-03-14T21:30:37.250Z | Compiling version_check v0.9.5 |
381 | 2025-03-14T21:30:37.455Z | Compiling serde_json v1.0.140 |
382 | 2025-03-14T21:30:37.612Z | Compiling once_cell v1.20.3 |
383 | 2025-03-14T21:30:37.806Z | Compiling strsim v0.11.1 |
384 | 2025-03-14T21:30:37.831Z | Checking byteorder v1.5.0 |
385 | 2025-03-14T21:30:37.857Z | Compiling ident_case v1.0.1 |
386 | 2025-03-14T21:30:37.889Z | Compiling fnv v1.0.7 |
387 | 2025-03-14T21:30:37.941Z | Compiling aho-corasick v1.1.3 |
388 | 2025-03-14T21:30:38.021Z | Compiling itoa v1.0.15 |
389 | 2025-03-14T21:30:38.209Z | Compiling regex-syntax v0.8.5 |
390 | 2025-03-14T21:30:38.234Z | Compiling ryu v1.0.20 |
391 | 2025-03-14T21:30:38.260Z | Compiling usdt-impl v0.5.0 |
392 | 2025-03-14T21:30:38.509Z | Compiling zerocopy v0.8.23 |
393 | 2025-03-14T21:30:38.610Z | Compiling quote v1.0.39 |
394 | 2025-03-14T21:30:38.760Z | Compiling either v1.15.0 |
395 | 2025-03-14T21:30:38.928Z | Compiling thread-id v4.2.2 |
396 | 2025-03-14T21:30:39.045Z | Compiling syn v2.0.100 |
397 | 2025-03-14T21:30:39.084Z | Compiling itertools v0.13.0 |
398 | 2025-03-14T21:30:39.238Z | Checking log v0.4.26 |
399 | 2025-03-14T21:30:39.405Z | Checking plain v0.2.3 |
400 | 2025-03-14T21:30:39.549Z | Compiling heapless v0.8.0 |
401 | 2025-03-14T21:30:39.676Z | Checking hash32 v0.3.1 |
402 | 2025-03-14T21:30:39.911Z | Compiling smoltcp v0.11.0 |
403 | 2025-03-14T21:30:39.992Z | Checking stable_deref_trait v1.2.0 |
404 | 2025-03-14T21:30:40.086Z | Checking pretty-hex v0.4.1 |
405 | 2025-03-14T21:30:40.111Z | Checking macaddr v1.0.1 |
406 | 2025-03-14T21:30:40.271Z | Checking cfg-if v1.0.0 |
407 | 2025-03-14T21:30:40.465Z | Checking bitflags v1.3.2 |
408 | 2025-03-14T21:30:40.551Z | Checking managed v0.8.0 |
409 | 2025-03-14T21:30:40.578Z | Checking cobs v0.2.3 |
410 | 2025-03-14T21:30:40.713Z | Checking memmap v0.7.0 |
411 | 2025-03-14T21:30:40.873Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
412 | 2025-03-14T21:30:40.899Z | Checking unicode-width v0.2.0 |
413 | 2025-03-14T21:30:41.226Z | Checking ipnetwork v0.21.1 |
414 | 2025-03-14T21:30:41.292Z | Compiling regex-automata v0.4.9 |
415 | 2025-03-14T21:30:41.495Z | Checking tabwriter v1.4.1 |
416 | 2025-03-14T21:30:41.625Z | Checking itertools v0.14.0 |
417 | 2025-03-14T21:30:41.709Z | Checking crc32fast v1.4.2 |
418 | 2025-03-14T21:30:41.734Z | Checking dyn-clone v1.0.19 |
419 | 2025-03-14T21:30:44.307Z | Compiling darling_core v0.20.10 |
420 | 2025-03-14T21:30:44.684Z | Compiling regex v1.11.1 |
421 | 2025-03-14T21:30:45.288Z | Compiling serde_derive v1.0.219 |
422 | 2025-03-14T21:30:45.358Z | Compiling thiserror-impl v2.0.12 |
423 | 2025-03-14T21:30:45.384Z | Compiling thiserror-impl v1.0.69 |
424 | 2025-03-14T21:30:45.415Z | Compiling zerocopy-derive v0.7.35 |
425 | 2025-03-14T21:30:45.473Z | Compiling scroll_derive v0.12.0 |
426 | 2025-03-14T21:30:45.501Z | Compiling zerocopy-derive v0.8.23 |
427 | 2025-03-14T21:30:45.594Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
428 | 2025-03-14T21:30:46.639Z | Checking scroll v0.12.0 |
429 | 2025-03-14T21:30:46.926Z | Compiling zerocopy v0.7.35 |
430 | 2025-03-14T21:30:47.040Z | Checking goblin v0.8.2 |
431 | 2025-03-14T21:30:47.760Z | Compiling pest v2.7.15 |
432 | 2025-03-14T21:30:48.087Z | Compiling darling_macro v0.20.10 |
433 | 2025-03-14T21:30:48.913Z | Compiling darling v0.20.10 |
434 | 2025-03-14T21:30:49.014Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
435 | 2025-03-14T21:30:49.014Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
436 | 2025-03-14T21:30:50.066Z | Compiling pest_meta v2.7.15 |
437 | 2025-03-14T21:30:51.144Z | Compiling pest_generator v2.7.15 |
438 | 2025-03-14T21:30:52.122Z | Compiling pest_derive v2.7.15 |
439 | 2025-03-14T21:30:52.850Z | Compiling dtrace-parser v0.2.0 |
440 | 2025-03-14T21:30:52.989Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
441 | 2025-03-14T21:30:53.308Z | Checking bitflags v2.9.0 |
442 | 2025-03-14T21:30:53.308Z | Checking postcard v1.1.1 |
443 | 2025-03-14T21:30:53.569Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
444 | 2025-03-14T21:30:53.596Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
445 | 2025-03-14T21:30:53.768Z | Compiling serde_tokenstream v0.2.2 |
446 | 2025-03-14T21:30:54.621Z | Checking dof v0.3.0 |
447 | 2025-03-14T21:30:55.366Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
448 | 2025-03-14T21:30:56.303Z | Compiling usdt-attr-macro v0.5.0 |
449 | 2025-03-14T21:30:56.303Z | Compiling usdt-macro v0.5.0 |
450 | 2025-03-14T21:30:57.308Z | Checking usdt v0.5.0 |
451 | 2025-03-14T21:31:12.825Z | warning: the borrowed expression implements the required traits |
452 | 2025-03-14T21:31:12.825Z | --> lib/opte/src/ddi/mblk.rs:1273:33 |
453 | 2025-03-14T21:31:12.825Z | | |
454 | 2025-03-14T21:31:12.825Z | 1273 | let pkt2 = MsgBlk::copy(&[]); |
455 | 2025-03-14T21:31:12.825Z | | ^^^ help: change this to: `[]` |
456 | 2025-03-14T21:31:12.825Z | | |
457 | 2025-03-14T21:31:12.825Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
458 | 2025-03-14T21:31:12.825Z | = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default |
459 | 2025-03-14T21:31:12.825Z | |
460 | 2025-03-14T21:31:12.851Z | warning: the borrowed expression implements the required traits |
461 | 2025-03-14T21:31:12.851Z | --> lib/opte/src/ddi/mblk.rs:1330:35 |
462 | 2025-03-14T21:31:12.851Z | | |
463 | 2025-03-14T21:31:12.851Z | 1330 | let mut p1 = MsgBlk::copy(&[0, 1, 2, 3]); |
464 | 2025-03-14T21:31:12.851Z | | ^^^^^^^^^^^^^ help: change this to: `[0, 1, 2, 3]` |
465 | 2025-03-14T21:31:12.851Z | | |
466 | 2025-03-14T21:31:12.851Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
467 | 2025-03-14T21:31:12.851Z | |
468 | 2025-03-14T21:31:12.851Z | warning: the borrowed expression implements the required traits |
469 | 2025-03-14T21:31:12.851Z | --> lib/opte/src/ddi/mblk.rs:1331:32 |
470 | 2025-03-14T21:31:12.852Z | | |
471 | 2025-03-14T21:31:12.852Z | 1331 | p1.append(MsgBlk::copy(&[4, 5, 6, 7])); |
472 | 2025-03-14T21:31:12.852Z | | ^^^^^^^^^^^^^ help: change this to: `[4, 5, 6, 7]` |
473 | 2025-03-14T21:31:12.853Z | | |
474 | 2025-03-14T21:31:12.853Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
475 | 2025-03-14T21:31:12.853Z | |
476 | 2025-03-14T21:31:12.853Z | warning: the borrowed expression implements the required traits |
477 | 2025-03-14T21:31:12.853Z | --> lib/opte/src/ddi/mblk.rs:1332:32 |
478 | 2025-03-14T21:31:12.853Z | | |
479 | 2025-03-14T21:31:12.853Z | 1332 | p1.append(MsgBlk::copy(&[8, 9, 10, 11])); |
480 | 2025-03-14T21:31:12.853Z | | ^^^^^^^^^^^^^^^ help: change this to: `[8, 9, 10, 11]` |
481 | 2025-03-14T21:31:12.853Z | | |
482 | 2025-03-14T21:31:12.853Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
483 | 2025-03-14T21:31:12.853Z | |
484 | 2025-03-14T21:31:12.879Z | warning: the loop variable `i` is only used to index `els` |
485 | 2025-03-14T21:31:12.879Z | --> lib/opte/src/ddi/mblk.rs:1496:18 |
486 | 2025-03-14T21:31:12.879Z | | |
487 | 2025-03-14T21:31:12.879Z | 1496 | for i in 0..els.len() { |
488 | 2025-03-14T21:31:12.879Z | | ^^^^^^^^^^^^ |
489 | 2025-03-14T21:31:12.879Z | | |
490 | 2025-03-14T21:31:12.879Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
491 | 2025-03-14T21:31:12.879Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
492 | 2025-03-14T21:31:12.879Z | help: consider using an iterator |
493 | 2025-03-14T21:31:12.879Z | | |
494 | 2025-03-14T21:31:12.879Z | 1496 | for <item> in &els { |
495 | 2025-03-14T21:31:12.879Z | | ~~~~~~ ~~~~ |
496 | 2025-03-14T21:31:12.879Z | |
497 | 2025-03-14T21:31:13.813Z | warning: casting to the same type is unnecessary (`usize` -> `usize`) |
498 | 2025-03-14T21:31:13.813Z | --> lib/opte/src/engine/ip/v6.rs:461:13 |
499 | 2025-03-14T21:31:13.813Z | | |
500 | 2025-03-14T21:31:13.813Z | 461 | header.packet_length() as usize, |
501 | 2025-03-14T21:31:13.813Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `{ header.packet_length() }` |
502 | 2025-03-14T21:31:13.813Z | | |
503 | 2025-03-14T21:31:13.813Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
504 | 2025-03-14T21:31:13.813Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
505 | 2025-03-14T21:31:13.813Z | |
506 | 2025-03-14T21:31:13.839Z | warning: redundant slicing of the whole range |
507 | 2025-03-14T21:31:13.839Z | --> lib/opte/src/engine/ip/v6.rs:590:34 |
508 | 2025-03-14T21:31:13.839Z | | |
509 | 2025-03-14T21:31:13.839Z | 590 | assert!(ValidIpv6::parse(&buf[..]).is_err()); |
510 | 2025-03-14T21:31:13.839Z | | ^^^^^^^^ help: use the original value instead: `buf` |
511 | 2025-03-14T21:31:13.839Z | | |
512 | 2025-03-14T21:31:13.839Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
513 | 2025-03-14T21:31:13.839Z | = note: `#[warn(clippy::redundant_slicing)]` on by default |
514 | 2025-03-14T21:31:13.840Z | |
515 | 2025-03-14T21:31:13.840Z | warning: redundant slicing of the whole range |
516 | 2025-03-14T21:31:13.840Z | --> lib/opte/src/engine/ip/v6.rs:593:53 |
517 | 2025-03-14T21:31:13.840Z | | |
518 | 2025-03-14T21:31:13.840Z | 593 | let (v6, _rem) = Accessor::read_from_prefix(&buf[..]).unwrap(); |
519 | 2025-03-14T21:31:13.840Z | | ^^^^^^^^ help: use the original value instead: `buf` |
520 | 2025-03-14T21:31:13.840Z | | |
521 | 2025-03-14T21:31:13.840Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing |
522 | 2025-03-14T21:31:13.840Z | |
523 | 2025-03-14T21:31:13.963Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
524 | 2025-03-14T21:31:13.963Z | --> lib/opte/src/engine/layer.rs:1868:46 |
525 | 2025-03-14T21:31:13.963Z | | |
526 | 2025-03-14T21:31:13.963Z | 1868 | assert!(rule_table.find_match(&ifid, &pmeta.meta(), &ameta).is_some()); |
527 | 2025-03-14T21:31:13.963Z | | ^^^^^^^^^^^^^ help: change this to: `pmeta.meta()` |
528 | 2025-03-14T21:31:13.963Z | | |
529 | 2025-03-14T21:31:13.963Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
530 | 2025-03-14T21:31:13.963Z | = note: `#[warn(clippy::needless_borrow)]` on by default |
531 | 2025-03-14T21:31:13.963Z | |
532 | 2025-03-14T21:31:14.706Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
533 | 2025-03-14T21:31:14.706Z | --> lib/opte/src/engine/rule.rs:1185:25 |
534 | 2025-03-14T21:31:14.706Z | | |
535 | 2025-03-14T21:31:14.706Z | 1185 | assert!(r1.is_match(&meta, &ameta)); |
536 | 2025-03-14T21:31:14.706Z | | ^^^^^ help: change this to: `meta` |
537 | 2025-03-14T21:31:14.706Z | | |
538 | 2025-03-14T21:31:14.706Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
539 | 2025-03-14T21:31:14.706Z | |
540 | 2025-03-14T21:31:14.732Z | warning: this expression creates a reference which is immediately dereferenced by the compiler |
541 | 2025-03-14T21:31:14.732Z | --> lib/opte/src/engine/rule.rs:1194:26 |
542 | 2025-03-14T21:31:14.732Z | | |
543 | 2025-03-14T21:31:14.732Z | 1194 | assert!(!r1.is_match(&meta, &ameta)); |
544 | 2025-03-14T21:31:14.732Z | | ^^^^^ help: change this to: `meta` |
545 | 2025-03-14T21:31:14.732Z | | |
546 | 2025-03-14T21:31:14.732Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
547 | 2025-03-14T21:31:14.732Z | |
548 | 2025-03-14T21:31:14.866Z | warning: useless use of `vec!` |
549 | 2025-03-14T21:31:14.866Z | --> lib/opte/src/engine/geneve.rs:397:19 |
550 | 2025-03-14T21:31:14.866Z | | |
551 | 2025-03-14T21:31:14.866Z | 397 | let buf = vec![ |
552 | 2025-03-14T21:31:14.866Z | | ___________________^ |
553 | 2025-03-14T21:31:14.866Z | 398 | | // source |
554 | 2025-03-14T21:31:14.866Z | 399 | | 0x1E, 0x61, |
555 | 2025-03-14T21:31:14.866Z | ... | |
556 | 2025-03-14T21:31:14.866Z | 420 | | 0x00, |
557 | 2025-03-14T21:31:14.866Z | 421 | | ]; |
558 | 2025-03-14T21:31:14.866Z | | |_________^ |
559 | 2025-03-14T21:31:14.867Z | | |
560 | 2025-03-14T21:31:14.867Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
561 | 2025-03-14T21:31:14.867Z | = note: `#[warn(clippy::useless_vec)]` on by default |
562 | 2025-03-14T21:31:14.867Z | help: you can use an array directly |
563 | 2025-03-14T21:31:14.867Z | | |
564 | 2025-03-14T21:31:14.867Z | 397 ~ let buf = [0x1E, 0x61, |
565 | 2025-03-14T21:31:14.867Z | 398 + // dest |
566 | 2025-03-14T21:31:14.867Z | 399 + 0x17, 0xC1, |
567 | 2025-03-14T21:31:14.867Z | 400 + // length |
568 | 2025-03-14T21:31:14.867Z | 401 + 0x00, 0x14, |
569 | 2025-03-14T21:31:14.867Z | 402 + // csum |
570 | 2025-03-14T21:31:14.867Z | 403 + 0x00, 0x00, |
571 | 2025-03-14T21:31:14.867Z | 404 + // ver + opt len |
572 | 2025-03-14T21:31:14.867Z | 405 + 0x01, |
573 | 2025-03-14T21:31:14.867Z | 406 + // flags |
574 | 2025-03-14T21:31:14.867Z | 407 + 0x00, |
575 | 2025-03-14T21:31:14.867Z | 408 + // proto |
576 | 2025-03-14T21:31:14.867Z | 409 + 0x65, 0x58, |
577 | 2025-03-14T21:31:14.867Z | 410 + // vni + reserved |
578 | 2025-03-14T21:31:14.867Z | 411 + 0x00, 0x04, 0xD2, 0x00, |
579 | 2025-03-14T21:31:14.867Z | 412 + |
580 | 2025-03-14T21:31:14.867Z | 413 + // option class |
581 | 2025-03-14T21:31:14.867Z | 414 + 0x01, 0x29, |
582 | 2025-03-14T21:31:14.867Z | 415 + // crt + type |
583 | 2025-03-14T21:31:14.867Z | 416 + 0x00, |
584 | 2025-03-14T21:31:14.867Z | 417 + // rsvd + len |
585 | 2025-03-14T21:31:14.867Z | 418 ~ 0x00]; |
586 | 2025-03-14T21:31:14.867Z | | |
587 | 2025-03-14T21:31:14.867Z | |
588 | 2025-03-14T21:31:14.867Z | warning: useless use of `vec!` |
589 | 2025-03-14T21:31:14.867Z | --> lib/opte/src/engine/geneve.rs:437:19 |
590 | 2025-03-14T21:31:14.867Z | | |
591 | 2025-03-14T21:31:14.867Z | 437 | let buf = vec![ |
592 | 2025-03-14T21:31:14.867Z | | ___________________^ |
593 | 2025-03-14T21:31:14.868Z | 438 | | // source |
594 | 2025-03-14T21:31:14.868Z | 439 | | 0x1E, 0x61, |
595 | 2025-03-14T21:31:14.868Z | ... | |
596 | 2025-03-14T21:31:14.868Z | 460 | | 0x00, |
597 | 2025-03-14T21:31:14.868Z | 461 | | ]; |
598 | 2025-03-14T21:31:14.868Z | | |_________^ |
599 | 2025-03-14T21:31:14.868Z | | |
600 | 2025-03-14T21:31:14.869Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
601 | 2025-03-14T21:31:14.869Z | help: you can use an array directly |
602 | 2025-03-14T21:31:14.869Z | | |
603 | 2025-03-14T21:31:14.869Z | 437 ~ let buf = [0x1E, 0x61, |
604 | 2025-03-14T21:31:14.869Z | 438 + // dest |
605 | 2025-03-14T21:31:14.869Z | 439 + 0x17, 0xC1, |
606 | 2025-03-14T21:31:14.869Z | 440 + // length |
607 | 2025-03-14T21:31:14.869Z | 441 + 0x00, 0x14, |
608 | 2025-03-14T21:31:14.869Z | 442 + // csum |
609 | 2025-03-14T21:31:14.869Z | 443 + 0x00, 0x00, |
610 | 2025-03-14T21:31:14.869Z | 444 + // ver + opt len |
611 | 2025-03-14T21:31:14.869Z | 445 + 0x01, |
612 | 2025-03-14T21:31:14.869Z | 446 + // flags |
613 | 2025-03-14T21:31:14.869Z | 447 + 0b0100_0000, |
614 | 2025-03-14T21:31:14.869Z | 448 + // proto |
615 | 2025-03-14T21:31:14.869Z | 449 + 0x65, 0x58, |
616 | 2025-03-14T21:31:14.869Z | 450 + // vni + reserved |
617 | 2025-03-14T21:31:14.869Z | 451 + 0x00, 0x04, 0xD2, 0x00, |
618 | 2025-03-14T21:31:14.869Z | 452 + |
619 | 2025-03-14T21:31:14.869Z | 453 + // experimenter option class |
620 | 2025-03-14T21:31:14.869Z | 454 + 0xff, 0xff, |
621 | 2025-03-14T21:31:14.869Z | 455 + // crt + type |
622 | 2025-03-14T21:31:14.869Z | 456 + 0x80, |
623 | 2025-03-14T21:31:14.869Z | 457 + // rsvd + len |
624 | 2025-03-14T21:31:14.869Z | 458 ~ 0x00]; |
625 | 2025-03-14T21:31:14.869Z | | |
626 | 2025-03-14T21:31:14.869Z | |
627 | 2025-03-14T21:31:14.895Z | warning: useless use of `vec!` |
628 | 2025-03-14T21:31:14.895Z | --> lib/opte/src/engine/geneve.rs:479:19 |
629 | 2025-03-14T21:31:14.895Z | | |
630 | 2025-03-14T21:31:14.895Z | 479 | let buf = vec![ |
631 | 2025-03-14T21:31:14.895Z | | ___________________^ |
632 | 2025-03-14T21:31:14.895Z | 480 | | // source |
633 | 2025-03-14T21:31:14.895Z | 481 | | 0x1E, 0x61, |
634 | 2025-03-14T21:31:14.895Z | ... | |
635 | 2025-03-14T21:31:14.895Z | 520 | | 0x00, 0x00, 0x00, 0x00, |
636 | 2025-03-14T21:31:14.895Z | 521 | | ]; |
637 | 2025-03-14T21:31:14.896Z | | |_________^ |
638 | 2025-03-14T21:31:14.896Z | | |
639 | 2025-03-14T21:31:14.896Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec |
640 | 2025-03-14T21:31:14.896Z | help: you can use an array directly |
641 | 2025-03-14T21:31:14.896Z | | |
642 | 2025-03-14T21:31:14.896Z | 479 ~ let buf = [0x1E, 0x61, |
643 | 2025-03-14T21:31:14.896Z | 480 + // dest |
644 | 2025-03-14T21:31:14.896Z | 481 + 0x17, 0xC1, |
645 | 2025-03-14T21:31:14.896Z | 482 + // length |
646 | 2025-03-14T21:31:14.896Z | 483 + 0x00, 0x1c, |
647 | 2025-03-14T21:31:14.896Z | 484 + // csum |
648 | 2025-03-14T21:31:14.896Z | 485 + 0x00, 0x00, |
649 | 2025-03-14T21:31:14.896Z | 486 + // ver + opt len |
650 | 2025-03-14T21:31:14.896Z | 487 + 0x05, |
651 | 2025-03-14T21:31:14.896Z | 488 + // flags |
652 | 2025-03-14T21:31:14.897Z | 489 + 0x00, |
653 | 2025-03-14T21:31:14.897Z | 490 + // proto |
654 | 2025-03-14T21:31:14.897Z | 491 + 0x65, 0x58, |
655 | 2025-03-14T21:31:14.897Z | 492 + // vni + reserved |
656 | 2025-03-14T21:31:14.897Z | 493 + 0x00, 0x04, 0xD2, 0x00, |
657 | 2025-03-14T21:31:14.897Z | 494 + |
658 | 2025-03-14T21:31:14.897Z | 495 + // option class |
659 | 2025-03-14T21:31:14.897Z | 496 + 0x01, 0x29, |
660 | 2025-03-14T21:31:14.897Z | 497 + // crt + type |
661 | 2025-03-14T21:31:14.897Z | 498 + 0x00, |
662 | 2025-03-14T21:31:14.897Z | 499 + // rsvd + len |
663 | 2025-03-14T21:31:14.897Z | 500 + 0x00, |
664 | 2025-03-14T21:31:14.897Z | 501 + |
665 | 2025-03-14T21:31:14.897Z | 502 + // experimenter option class |
666 | 2025-03-14T21:31:14.897Z | 503 + 0xff, 0xff, |
667 | 2025-03-14T21:31:14.897Z | 504 + // crt + type |
668 | 2025-03-14T21:31:14.897Z | 505 + 0x05, |
669 | 2025-03-14T21:31:14.897Z | 506 + // rsvd + len |
670 | 2025-03-14T21:31:14.897Z | 507 + 0x01, |
671 | 2025-03-14T21:31:14.897Z | 508 + // body |
672 | 2025-03-14T21:31:14.897Z | 509 + 0x00, 0x00, 0x00, 0x00, |
673 | 2025-03-14T21:31:14.897Z | 510 + |
674 | 2025-03-14T21:31:14.897Z | 511 + // experimenter option class |
675 | 2025-03-14T21:31:14.897Z | 512 + 0xff, 0xff, |
676 | 2025-03-14T21:31:14.897Z | 513 + // crt + type |
677 | 2025-03-14T21:31:14.897Z | 514 + 0x06, |
678 | 2025-03-14T21:31:14.897Z | 515 + // rsvd + len |
679 | 2025-03-14T21:31:14.897Z | 516 + 0x01, |
680 | 2025-03-14T21:31:14.897Z | 517 + // body |
681 | 2025-03-14T21:31:14.897Z | 518 ~ 0x00, 0x00, 0x00, 0x00]; |
682 | 2025-03-14T21:31:14.897Z | | |
683 | 2025-03-14T21:31:14.897Z | |
684 | 2025-03-14T21:31:15.227Z | warning: `opte` (lib test) generated 14 warnings (run `cargo clippy --fix --lib -p opte --tests` to apply 13 suggestions) |
685 | 2025-03-14T21:31:15.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.57s |
686 | 2025-03-14T21:31:15.272Z | |
687 | 2025-03-14T21:31:15.272Z | real 38.800306367 |
688 | 2025-03-14T21:31:15.272Z | user 2:02.213643064 |
689 | 2025-03-14T21:31:15.272Z | sys 18.930802890 |
690 | 2025-03-14T21:31:15.272Z | trap 0.071703474 |
691 | 2025-03-14T21:31:15.272Z | tflt 0.120863526 |
692 | 2025-03-14T21:31:15.272Z | dflt 0.297041345 |
693 | 2025-03-14T21:31:15.272Z | kflt 0.000059046 |
694 | 2025-03-14T21:31:15.272Z | lock 3:18.486536195 |
695 | 2025-03-14T21:31:15.272Z | slp 7:29.193069038 |
696 | 2025-03-14T21:31:15.272Z | lat 3.876460935 |
697 | 2025-03-14T21:31:15.272Z | stop 5.030916577 |
698 | 2025-03-14T21:31:15.272Z | + header 'analyze no_std + engine + kernel' |
699 | 2025-03-14T21:31:15.272Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
700 | 2025-03-14T21:31:15.272Z | # ==== analyze no_std + engine + kernel ==== # |
701 | 2025-03-14T21:31:15.272Z | + ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
702 | 2025-03-14T21:31:15.698Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
703 | 2025-03-14T21:31:15.698Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
704 | 2025-03-14T21:31:15.698Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
705 | 2025-03-14T21:31:15.724Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
706 | 2025-03-14T21:31:15.831Z | warning: unused import: `core::ffi::c_int` |
707 | 2025-03-14T21:31:15.831Z | --> crates/illumos-sys-hdrs/src/mac.rs:11:5 |
708 | 2025-03-14T21:31:15.831Z | | |
709 | 2025-03-14T21:31:15.831Z | 11 | use core::ffi::c_int; |
710 | 2025-03-14T21:31:15.831Z | | ^^^^^^^^^^^^^^^^ |
711 | 2025-03-14T21:31:15.831Z | | |
712 | 2025-03-14T21:31:15.831Z | = note: `#[warn(unused_imports)]` on by default |
713 | 2025-03-14T21:31:15.831Z | |
714 | 2025-03-14T21:31:16.328Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
715 | 2025-03-14T21:31:16.328Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
716 | 2025-03-14T21:31:25.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s |
717 | 2025-03-14T21:31:25.987Z | |
718 | 2025-03-14T21:31:25.987Z | real 10.708089417 |
719 | 2025-03-14T21:31:25.987Z | user 11.344428419 |
720 | 2025-03-14T21:31:25.987Z | sys 1.604384609 |
721 | 2025-03-14T21:31:25.987Z | trap 0.003875828 |
722 | 2025-03-14T21:31:25.987Z | tflt 0.003437795 |
723 | 2025-03-14T21:31:25.987Z | dflt 0.002796429 |
724 | 2025-03-14T21:31:25.987Z | kflt 0.000000000 |
725 | 2025-03-14T21:31:25.988Z | lock 36.790702331 |
726 | 2025-03-14T21:31:25.988Z | slp 38.225294461 |
727 | 2025-03-14T21:31:25.988Z | lat 0.071623228 |
728 | 2025-03-14T21:31:25.988Z | stop 0.140078295 |
729 | 2025-03-14T21:31:26.013Z | + header test |
730 | 2025-03-14T21:31:26.013Z | + echo '# ==== test ==== #' |
731 | 2025-03-14T21:31:26.013Z | # ==== test ==== # |
732 | 2025-03-14T21:31:26.013Z | + ptime -m cargo test |
733 | 2025-03-14T21:31:26.336Z | Compiling unicode-ident v1.0.18 |
734 | 2025-03-14T21:31:26.336Z | Compiling memchr v2.7.4 |
735 | 2025-03-14T21:31:26.336Z | Compiling byteorder v1.5.0 |
736 | 2025-03-14T21:31:26.362Z | Compiling ucd-trie v0.1.7 |
737 | 2025-03-14T21:31:26.362Z | Compiling ryu v1.0.20 |
738 | 2025-03-14T21:31:26.362Z | Compiling itoa v1.0.15 |
739 | 2025-03-14T21:31:26.362Z | Compiling libc v0.2.170 |
740 | 2025-03-14T21:31:26.388Z | Compiling either v1.15.0 |
741 | 2025-03-14T21:31:26.527Z | Compiling proc-macro2 v1.0.94 |
742 | 2025-03-14T21:31:26.553Z | Compiling plain v0.2.3 |
743 | 2025-03-14T21:31:26.669Z | Compiling log v0.4.26 |
744 | 2025-03-14T21:31:26.705Z | Compiling itertools v0.13.0 |
745 | 2025-03-14T21:31:26.730Z | Compiling hash32 v0.3.1 |
746 | 2025-03-14T21:31:26.755Z | Compiling stable_deref_trait v1.2.0 |
747 | 2025-03-14T21:31:26.834Z | Compiling cfg-if v1.0.0 |
748 | 2025-03-14T21:31:26.897Z | Compiling thread-id v4.2.2 |
749 | 2025-03-14T21:31:26.922Z | Compiling pretty-hex v0.4.1 |
750 | 2025-03-14T21:31:26.948Z | Compiling macaddr v1.0.1 |
751 | 2025-03-14T21:31:26.973Z | Compiling heapless v0.8.0 |
752 | 2025-03-14T21:31:26.999Z | Compiling managed v0.8.0 |
753 | 2025-03-14T21:31:27.024Z | Compiling bitflags v1.3.2 |
754 | 2025-03-14T21:31:27.089Z | Compiling cobs v0.2.3 |
755 | 2025-03-14T21:31:27.117Z | Compiling memmap v0.7.0 |
756 | 2025-03-14T21:31:27.256Z | Compiling quote v1.0.39 |
757 | 2025-03-14T21:31:27.357Z | Compiling aho-corasick v1.1.3 |
758 | 2025-03-14T21:31:27.382Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
759 | 2025-03-14T21:31:27.407Z | Compiling ipnetwork v0.21.1 |
760 | 2025-03-14T21:31:27.683Z | Compiling syn v2.0.100 |
761 | 2025-03-14T21:31:27.749Z | Compiling smoltcp v0.11.0 |
762 | 2025-03-14T21:31:27.850Z | Compiling unicode-width v0.2.0 |
763 | 2025-03-14T21:31:27.962Z | Compiling crc32fast v1.4.2 |
764 | 2025-03-14T21:31:27.988Z | Compiling itertools v0.14.0 |
765 | 2025-03-14T21:31:28.235Z | Compiling tabwriter v1.4.1 |
766 | 2025-03-14T21:31:28.301Z | Compiling dyn-clone v1.0.19 |
767 | 2025-03-14T21:31:28.990Z | Compiling regex-automata v0.4.9 |
768 | 2025-03-14T21:31:32.361Z | Compiling regex v1.11.1 |
769 | 2025-03-14T21:31:32.862Z | Compiling darling_core v0.20.10 |
770 | 2025-03-14T21:31:34.001Z | Compiling serde_derive v1.0.219 |
771 | 2025-03-14T21:31:34.002Z | Compiling thiserror-impl v2.0.12 |
772 | 2025-03-14T21:31:34.027Z | Compiling thiserror-impl v1.0.69 |
773 | 2025-03-14T21:31:34.276Z | Compiling zerocopy-derive v0.7.35 |
774 | 2025-03-14T21:31:34.389Z | Compiling scroll_derive v0.12.0 |
775 | 2025-03-14T21:31:34.510Z | Compiling zerocopy-derive v0.8.23 |
776 | 2025-03-14T21:31:34.687Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
777 | 2025-03-14T21:31:35.634Z | Compiling scroll v0.12.0 |
778 | 2025-03-14T21:31:35.870Z | Compiling zerocopy v0.7.35 |
779 | 2025-03-14T21:31:35.998Z | Compiling goblin v0.8.2 |
780 | 2025-03-14T21:31:36.180Z | Compiling thiserror v1.0.69 |
781 | 2025-03-14T21:31:36.394Z | Compiling thiserror v2.0.12 |
782 | 2025-03-14T21:31:36.490Z | Compiling pest v2.7.15 |
783 | 2025-03-14T21:31:36.605Z | Compiling darling_macro v0.20.10 |
784 | 2025-03-14T21:31:36.630Z | Compiling zerocopy v0.8.23 |
785 | 2025-03-14T21:31:37.556Z | Compiling darling v0.20.10 |
786 | 2025-03-14T21:31:37.666Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
787 | 2025-03-14T21:31:37.666Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
788 | 2025-03-14T21:31:38.129Z | Compiling serde v1.0.219 |
789 | 2025-03-14T21:31:38.764Z | Compiling pest_meta v2.7.15 |
790 | 2025-03-14T21:31:40.046Z | Compiling pest_generator v2.7.15 |
791 | 2025-03-14T21:31:41.197Z | Compiling pest_derive v2.7.15 |
792 | 2025-03-14T21:31:42.029Z | Compiling dtrace-parser v0.2.0 |
793 | 2025-03-14T21:31:42.130Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
794 | 2025-03-14T21:31:42.486Z | Compiling serde_json v1.0.140 |
795 | 2025-03-14T21:31:42.487Z | Compiling serde_tokenstream v0.2.2 |
796 | 2025-03-14T21:31:42.538Z | Compiling bitflags v2.9.0 |
797 | 2025-03-14T21:31:42.687Z | Compiling postcard v1.1.1 |
798 | 2025-03-14T21:31:42.865Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
799 | 2025-03-14T21:31:42.911Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
800 | 2025-03-14T21:31:43.885Z | Compiling dof v0.3.0 |
801 | 2025-03-14T21:31:44.352Z | Compiling usdt-impl v0.5.0 |
802 | 2025-03-14T21:31:44.755Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
803 | 2025-03-14T21:31:45.198Z | Compiling usdt-macro v0.5.0 |
804 | 2025-03-14T21:31:45.198Z | Compiling usdt-attr-macro v0.5.0 |
805 | 2025-03-14T21:31:46.379Z | Compiling usdt v0.5.0 |
806 | 2025-03-14T21:32:07.736Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 41.67s |
807 | 2025-03-14T21:32:07.762Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-274af8faeb872139) |
808 | 2025-03-14T21:32:07.811Z | |
809 | 2025-03-14T21:32:07.811Z | running 72 tests |
810 | 2025-03-14T21:32:07.811Z | test d_error::tests::name_truncation ... ok |
811 | 2025-03-14T21:32:07.811Z | test d_error::tests::name_and_data_storage ... ok |
812 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::chain_breaks_links ... ok |
813 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::chain_append_links ... ok |
814 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::chain_drain_complete ... ok |
815 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::expand_and_shrink ... ok |
816 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::chain_has_correct_ends ... ok |
817 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::prefix_len ... ok |
818 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::read_seg ... ok |
819 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::test_long_packet_continuation ... ok |
820 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::truncate ... ok |
821 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::uninitialized_packet ... ok |
822 | 2025-03-14T21:32:07.811Z | test ddi::time::test::good_interval ... ok |
823 | 2025-03-14T21:32:07.811Z | test engine::dhcp::test::domainname_encode ... ok |
824 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::wrap ... ok |
825 | 2025-03-14T21:32:07.811Z | test ddi::mblk::test::zero_byte_packet ... ok |
826 | 2025-03-14T21:32:07.811Z | test engine::dhcp::test::hostname_encode ... ok |
827 | 2025-03-14T21:32:07.811Z | test engine::dhcp::test::offlink_encode ... ok |
828 | 2025-03-14T21:32:07.812Z | test engine::dhcp::test::domain_search_option_encode ... ok |
829 | 2025-03-14T21:32:07.812Z | test engine::dhcp::test::rfc3442_encode ... ok |
830 | 2025-03-14T21:32:07.812Z | test ddi::time::test::bad_interval - should panic ... ok |
831 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_client_id ... ok |
832 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
833 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
834 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
835 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
836 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_iata ... ok |
837 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_option_request ... ok |
838 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
839 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_iana ... ok |
840 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
841 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
842 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
843 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
844 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_server_id ... ok |
845 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_status ... ok |
846 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
847 | 2025-03-14T21:32:07.812Z | test engine::ether::test::emit ... ok |
848 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
849 | 2025-03-14T21:32:07.812Z | test engine::geneve::test::emit_no_opts ... ok |
850 | 2025-03-14T21:32:07.812Z | test engine::geneve::test::parse_multi_opt ... ok |
851 | 2025-03-14T21:32:07.812Z | test engine::geneve::test::emit_external_opt ... ok |
852 | 2025-03-14T21:32:07.812Z | test engine::flow_table::test::flow_clear ... ok |
853 | 2025-03-14T21:32:07.812Z | test engine::geneve::test::parse_single_opt ... ok |
854 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
855 | 2025-03-14T21:32:07.812Z | test engine::flow_table::test::flow_expired ... ok |
856 | 2025-03-14T21:32:07.812Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
857 | 2025-03-14T21:32:07.812Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
858 | 2025-03-14T21:32:07.812Z | test engine::ip::v4::test::emit ... ok |
859 | 2025-03-14T21:32:07.812Z | test engine::ip::v4::test::match_check ... ok |
860 | 2025-03-14T21:32:07.812Z | test engine::ip::v6::test::bad_ipv6_version_caught ... ok |
861 | 2025-03-14T21:32:07.812Z | test engine::ip::v4::test::cidr_match ... ok |
862 | 2025-03-14T21:32:07.812Z | test engine::ip::v6::test::emit ... ok |
863 | 2025-03-14T21:32:07.813Z | test engine::ip::v6::test::test_ipv6_addr_match_exact ... ok |
864 | 2025-03-14T21:32:07.813Z | test engine::layer::test::find_rule ... ok |
865 | 2025-03-14T21:32:07.813Z | test engine::ip::v6::test::test_set_total_len ... ok |
866 | 2025-03-14T21:32:07.813Z | test engine::ip::v6::test::from_pairs ... ok |
867 | 2025-03-14T21:32:07.813Z | test engine::ip::v6::test::test_extension_header_lengths_ok ... ok |
868 | 2025-03-14T21:32:07.813Z | test engine::packet::test::read_multi_segment ... ok |
869 | 2025-03-14T21:32:07.813Z | test engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok |
870 | 2025-03-14T21:32:07.813Z | test engine::packet::test::small_packet_with_padding ... ok |
871 | 2025-03-14T21:32:07.813Z | test engine::packet::test::read_single_segment ... ok |
872 | 2025-03-14T21:32:07.813Z | test engine::rule::rule_matching ... ok |
873 | 2025-03-14T21:32:07.813Z | test engine::nat::test::nat4_rewrite ... ok |
874 | 2025-03-14T21:32:07.813Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
875 | 2025-03-14T21:32:07.813Z | test engine::packet::test::straddled_tcp ... ok |
876 | 2025-03-14T21:32:07.813Z | test engine::packet::test::udp6_packet_with_padding ... ok |
877 | 2025-03-14T21:32:07.813Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
878 | 2025-03-14T21:32:07.813Z | test engine::parse::test::icmp4_body_csum_equals_body ... ok |
879 | 2025-03-14T21:32:07.814Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
880 | 2025-03-14T21:32:07.814Z | test engine::snat::test::nat_mappings ... ok |
881 | 2025-03-14T21:32:07.814Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
882 | 2025-03-14T21:32:07.814Z | |
883 | 2025-03-14T21:32:07.814Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
884 | 2025-03-14T21:32:07.814Z | |
885 | 2025-03-14T21:32:07.814Z | Doc-tests opte |
886 | 2025-03-14T21:32:09.265Z | |
887 | 2025-03-14T21:32:09.265Z | running 3 tests |
888 | 2025-03-14T21:32:09.291Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored |
889 | 2025-03-14T21:32:10.871Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok |
890 | 2025-03-14T21:32:11.541Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok |
891 | 2025-03-14T21:32:11.541Z | |
892 | 2025-03-14T21:32:11.567Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.28s |
893 | 2025-03-14T21:32:11.567Z | |
894 | 2025-03-14T21:32:11.602Z | |
895 | 2025-03-14T21:32:11.602Z | real 45.599311303 |
896 | 2025-03-14T21:32:11.628Z | user 2:21.692864494 |
897 | 2025-03-14T21:32:11.628Z | sys 19.189041619 |
898 | 2025-03-14T21:32:11.628Z | trap 0.072137957 |
899 | 2025-03-14T21:32:11.628Z | tflt 0.143903196 |
900 | 2025-03-14T21:32:11.628Z | dflt 0.365627580 |
901 | 2025-03-14T21:32:11.628Z | kflt 0.000043846 |
902 | 2025-03-14T21:32:11.629Z | lock 4:03.664946886 |
903 | 2025-03-14T21:32:11.629Z | slp 7:28.085809129 |
904 | 2025-03-14T21:32:11.629Z | lat 4.089755496 |
905 | 2025-03-14T21:32:11.629Z | stop 3.990359028 |
906 | 2025-03-14T21:32:11.629Z | process exited: duration 143642 ms, exit code 0 |
|
907 | 2025-03-14T21:32:11.680Z | found 0 output files |