|
|
|
1 | 2025-02-10T17:22:29.949Z | job assigned to worker 01JKRE2MHENYKK0CBCKREB94WF [factory aws, i-0d76cb9ba088d6ed3] (queued for 1 m 6 s) |
|
2 | 2025-02-10T17:22:38.824Z | starting task 0: "setup" |
3 | 2025-02-10T17:22:38.829Z | ++ uname -s |
4 | 2025-02-10T17:22:38.832Z | + kern=SunOS |
5 | 2025-02-10T17:22:38.832Z | + build_user=build |
6 | 2025-02-10T17:22:38.832Z | + build_uid=12345 |
7 | 2025-02-10T17:22:38.832Z | + work_dir=/work |
8 | 2025-02-10T17:22:38.832Z | + input_dir=/input |
9 | 2025-02-10T17:22:38.832Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T17:22:38.832Z | + case "$kern" in |
11 | 2025-02-10T17:22:38.832Z | + groupadd -g 12345 build |
12 | 2025-02-10T17:22:38.835Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T17:22:40.842Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T17:22:40.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T17:22:40.961Z | + home_fs=zfs |
16 | 2025-02-10T17:22:40.961Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T17:22:40.961Z | + mkdir -p /home/build |
18 | 2025-02-10T17:22:40.963Z | + chown build:build /home/build /work |
19 | 2025-02-10T17:22:42.965Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T17:22:42.969Z | process exited: duration 4147 ms, exit code 0 |
|
21 | 2025-02-10T17:22:42.974Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T17:22:42.980Z | + printf ' * rust toolchain channel = "%s"\n' nightly-2024-11-18 |
23 | 2025-02-10T17:22:42.980Z | * rust toolchain channel = "nightly-2024-11-18" |
24 | 2025-02-10T17:22:42.980Z | * rust toolchain profile = "default" |
25 | 2025-02-10T17:22:42.980Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-10T17:22:42.980Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-10T17:22:42.980Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T17:22:42.984Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T17:22:42.984Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
30 | 2025-02-10T17:22:43.103Z | info: downloading installer |
31 | 2025-02-10T17:22:44.802Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T17:22:44.802Z | warning: /opt/ooce/bin |
33 | 2025-02-10T17:22:44.802Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T17:22:44.802Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T17:22:44.803Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T17:22:44.803Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T17:22:44.803Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T17:22:44.803Z | error: cannot install while Rust is installed |
39 | 2025-02-10T17:22:44.803Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T17:22:44.854Z | info: profile set to 'default' |
41 | 2025-02-10T17:22:44.854Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T17:22:44.856Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-02-10T17:22:45.017Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
44 | 2025-02-10T17:22:45.017Z | info: downloading component 'cargo' |
45 | 2025-02-10T17:22:45.934Z | info: downloading component 'clippy' |
46 | 2025-02-10T17:22:46.290Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T17:22:47.517Z | info: downloading component 'rust-std' |
48 | 2025-02-10T17:22:49.478Z | info: downloading component 'rustc' |
49 | 2025-02-10T17:22:56.380Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T17:22:56.636Z | info: installing component 'cargo' |
51 | 2025-02-10T17:22:57.526Z | info: installing component 'clippy' |
52 | 2025-02-10T17:22:57.917Z | info: installing component 'rust-docs' |
53 | 2025-02-10T17:22:59.673Z | info: installing component 'rust-std' |
54 | 2025-02-10T17:23:01.453Z | info: installing component 'rustc' |
55 | 2025-02-10T17:23:07.609Z | info: installing component 'rustfmt' |
56 | 2025-02-10T17:23:07.957Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
57 | 2025-02-10T17:23:07.957Z | |
58 | 2025-02-10T17:23:08.354Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
59 | 2025-02-10T17:23:08.354Z | |
60 | 2025-02-10T17:23:08.356Z | |
61 | 2025-02-10T17:23:08.356Z | Rust is installed now. Great! |
62 | 2025-02-10T17:23:08.356Z | |
63 | 2025-02-10T17:23:08.357Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T17:23:08.357Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T17:23:08.357Z | |
66 | 2025-02-10T17:23:08.357Z | To configure your current shell, you need to source |
67 | 2025-02-10T17:23:08.357Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T17:23:08.357Z | |
69 | 2025-02-10T17:23:08.357Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T17:23:08.357Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T17:23:08.357Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T17:23:08.440Z | + rustup --version |
73 | 2025-02-10T17:23:08.444Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T17:23:08.444Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T17:23:08.527Z | info: The currently active `rustc` version is `rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)` |
76 | 2025-02-10T17:23:08.531Z | + cargo --version |
77 | 2025-02-10T17:23:08.587Z | cargo 1.84.0-nightly (69e595908 2024-11-16) |
78 | 2025-02-10T17:23:08.590Z | + rustc --version |
79 | 2025-02-10T17:23:08.659Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
80 | 2025-02-10T17:23:08.664Z | process exited: duration 25690 ms, exit code 0 |
|
81 | 2025-02-10T17:23:08.669Z | starting task 2: "authentication" |
82 | 2025-02-10T17:23:08.693Z | process exited: duration 23 ms, exit code 0 |
|
83 | 2025-02-10T17:23:08.698Z | starting task 3: "clone repository" |
84 | 2025-02-10T17:23:08.708Z | + mkdir -p /work/oxidecomputer/opte |
85 | 2025-02-10T17:23:08.711Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
86 | 2025-02-10T17:23:09.365Z | Cloning into '/work/oxidecomputer/opte'... |
87 | 2025-02-10T17:23:10.367Z | + cd /work/oxidecomputer/opte |
88 | 2025-02-10T17:23:10.367Z | + git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73 |
89 | 2025-02-10T17:23:10.632Z | From https://github.com/oxidecomputer/opte |
90 | 2025-02-10T17:23:10.632Z | * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD |
91 | 2025-02-10T17:23:10.642Z | + [[ -n ingot-and-offload ]] |
92 | 2025-02-10T17:23:10.645Z | ++ git branch --show-current |
93 | 2025-02-10T17:23:10.647Z | + current=master |
94 | 2025-02-10T17:23:10.647Z | + [[ master != ingot-and-offload ]] |
95 | 2025-02-10T17:23:10.647Z | + git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73 |
96 | 2025-02-10T17:23:10.652Z | + git checkout -f ingot-and-offload |
97 | 2025-02-10T17:23:10.676Z | Switched to branch 'ingot-and-offload' |
98 | 2025-02-10T17:23:10.679Z | + git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73 |
99 | 2025-02-10T17:23:10.702Z | HEAD is now at 9345439 Whelp, these flags moved about. |
100 | 2025-02-10T17:23:10.705Z | process exited: duration 2005 ms, exit code 0 |
|
101 | 2025-02-10T17:23:10.710Z | starting task 4: "build" |
102 | 2025-02-10T17:23:10.716Z | + cargo --version |
103 | 2025-02-10T17:23:10.722Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
104 | 2025-02-10T17:23:10.901Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-02-10T17:23:10.901Z | info: downloading component 'cargo' |
106 | 2025-02-10T17:23:11.638Z | info: downloading component 'clippy' |
107 | 2025-02-10T17:23:11.920Z | info: downloading component 'rust-docs' |
108 | 2025-02-10T17:23:12.935Z | info: downloading component 'rust-std' |
109 | 2025-02-10T17:23:14.422Z | info: downloading component 'rustc' |
110 | 2025-02-10T17:23:20.167Z | info: downloading component 'rustfmt' |
111 | 2025-02-10T17:23:20.381Z | info: installing component 'cargo' |
112 | 2025-02-10T17:23:21.260Z | info: installing component 'clippy' |
113 | 2025-02-10T17:23:21.648Z | info: installing component 'rust-docs' |
114 | 2025-02-10T17:23:23.269Z | info: installing component 'rust-std' |
115 | 2025-02-10T17:23:24.924Z | info: installing component 'rustc' |
116 | 2025-02-10T17:23:31.335Z | info: installing component 'rustfmt' |
117 | 2025-02-10T17:23:31.784Z | cargo 1.84.0 (66221abde 2024-11-19) |
118 | 2025-02-10T17:23:31.787Z | + rustc --version |
119 | 2025-02-10T17:23:31.904Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
120 | 2025-02-10T17:23:31.912Z | + cd lib/oxide-vpc |
121 | 2025-02-10T17:23:31.914Z | + header 'check style' |
122 | 2025-02-10T17:23:31.914Z | + echo '# ==== check style ==== #' |
123 | 2025-02-10T17:23:31.914Z | # ==== check style ==== # |
124 | 2025-02-10T17:23:31.915Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
125 | 2025-02-10T17:23:32.225Z | |
126 | 2025-02-10T17:23:32.225Z | real 0.307903092 |
127 | 2025-02-10T17:23:32.225Z | user 0.193697047 |
128 | 2025-02-10T17:23:32.225Z | sys 0.105888607 |
129 | 2025-02-10T17:23:32.225Z | trap 0.000134897 |
130 | 2025-02-10T17:23:32.225Z | tflt 0.000000000 |
131 | 2025-02-10T17:23:32.225Z | dflt 0.000000000 |
132 | 2025-02-10T17:23:32.225Z | kflt 0.000000000 |
133 | 2025-02-10T17:23:32.225Z | lock 0.000000000 |
134 | 2025-02-10T17:23:32.228Z | slp 0.204168089 |
135 | 2025-02-10T17:23:32.228Z | lat 0.001068204 |
136 | 2025-02-10T17:23:32.228Z | stop 0.000299924 |
137 | 2025-02-10T17:23:32.228Z | + header 'check docs' |
138 | 2025-02-10T17:23:32.228Z | + echo '# ==== check docs ==== #' |
139 | 2025-02-10T17:23:32.228Z | # ==== check docs ==== # |
140 | 2025-02-10T17:23:32.228Z | + RUSTDOCFLAGS='-D warnings' |
141 | 2025-02-10T17:23:32.228Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
142 | 2025-02-10T17:23:32.350Z | Updating crates.io index |
143 | 2025-02-10T17:23:32.425Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
144 | 2025-02-10T17:23:33.138Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
145 | 2025-02-10T17:23:33.424Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
146 | 2025-02-10T17:23:33.669Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
147 | 2025-02-10T17:23:34.005Z | Updating git repository `https://github.com/oxidecomputer/zone` |
148 | 2025-02-10T17:23:34.277Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
149 | 2025-02-10T17:23:34.641Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
150 | 2025-02-10T17:23:34.900Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
151 | 2025-02-10T17:23:35.224Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
152 | 2025-02-10T17:23:36.009Z | Downloading crates ... |
153 | 2025-02-10T17:23:36.059Z | Downloaded darling_macro v0.20.10 |
154 | 2025-02-10T17:23:36.071Z | Downloaded generic-array v0.14.7 |
155 | 2025-02-10T17:23:36.086Z | Downloaded dtrace-parser v0.2.0 |
156 | 2025-02-10T17:23:36.097Z | Downloaded usdt-macro v0.5.0 |
157 | 2025-02-10T17:23:36.106Z | Downloaded scroll_derive v0.12.0 |
158 | 2025-02-10T17:23:36.110Z | Downloaded usdt-attr-macro v0.5.0 |
159 | 2025-02-10T17:23:36.114Z | Downloaded digest v0.10.7 |
160 | 2025-02-10T17:23:36.117Z | Downloaded defmt-macros v0.4.0 |
161 | 2025-02-10T17:23:36.120Z | Downloaded cpufeatures v0.2.16 |
162 | 2025-02-10T17:23:36.122Z | Downloaded pretty-hex v0.4.1 |
163 | 2025-02-10T17:23:36.122Z | Downloaded ident_case v1.0.1 |
164 | 2025-02-10T17:23:36.126Z | Downloaded cfg-if v1.0.0 |
165 | 2025-02-10T17:23:36.126Z | Downloaded fnv v1.0.7 |
166 | 2025-02-10T17:23:36.127Z | Downloaded block-buffer v0.10.4 |
167 | 2025-02-10T17:23:36.129Z | Downloaded byteorder v1.5.0 |
168 | 2025-02-10T17:23:36.129Z | Downloaded embedded-io v0.4.0 |
169 | 2025-02-10T17:23:36.132Z | Downloaded bitflags v1.3.2 |
170 | 2025-02-10T17:23:36.134Z | Downloaded thiserror v1.0.69 |
171 | 2025-02-10T17:23:36.138Z | Downloaded proc-macro-error-attr2 v2.0.0 |
172 | 2025-02-10T17:23:36.141Z | Downloaded dyn-clone v1.0.17 |
173 | 2025-02-10T17:23:36.141Z | Downloaded serde_tokenstream v0.2.2 |
174 | 2025-02-10T17:23:36.144Z | Downloaded either v1.13.0 |
175 | 2025-02-10T17:23:36.144Z | Downloaded defmt-parser v0.4.1 |
176 | 2025-02-10T17:23:36.146Z | Downloaded usdt-impl v0.5.0 |
177 | 2025-02-10T17:23:36.147Z | Downloaded embedded-io v0.6.1 |
178 | 2025-02-10T17:23:36.149Z | Downloaded ipnetwork v0.21.1 |
179 | 2025-02-10T17:23:36.149Z | Downloaded crypto-common v0.1.6 |
180 | 2025-02-10T17:23:36.152Z | Downloaded cobs v0.2.3 |
181 | 2025-02-10T17:23:36.152Z | Downloaded stable_deref_trait v1.2.0 |
182 | 2025-02-10T17:23:36.152Z | Downloaded managed v0.8.0 |
183 | 2025-02-10T17:23:36.154Z | Downloaded thiserror-impl v1.0.69 |
184 | 2025-02-10T17:23:36.157Z | Downloaded thread-id v4.2.2 |
185 | 2025-02-10T17:23:36.157Z | Downloaded macaddr v1.0.1 |
186 | 2025-02-10T17:23:36.160Z | Downloaded pest_generator v2.7.15 |
187 | 2025-02-10T17:23:36.160Z | Downloaded version_check v0.9.5 |
188 | 2025-02-10T17:23:36.163Z | Downloaded plain v0.2.3 |
189 | 2025-02-10T17:23:36.166Z | Downloaded strsim v0.11.1 |
190 | 2025-02-10T17:23:36.168Z | Downloaded itoa v1.0.14 |
191 | 2025-02-10T17:23:36.175Z | Downloaded thiserror-impl v2.0.11 |
192 | 2025-02-10T17:23:36.178Z | Downloaded tabwriter v1.4.1 |
193 | 2025-02-10T17:23:36.181Z | Downloaded memmap v0.7.0 |
194 | 2025-02-10T17:23:36.183Z | Downloaded darling v0.20.10 |
195 | 2025-02-10T17:23:36.186Z | Downloaded zerocopy-derive v0.7.35 |
196 | 2025-02-10T17:23:36.189Z | Downloaded dof v0.3.0 |
197 | 2025-02-10T17:23:36.191Z | Downloaded sha2 v0.10.8 |
198 | 2025-02-10T17:23:36.194Z | Downloaded defmt v0.3.10 |
199 | 2025-02-10T17:23:36.196Z | Downloaded hash32 v0.3.1 |
200 | 2025-02-10T17:23:36.200Z | Downloaded once_cell v1.20.2 |
201 | 2025-02-10T17:23:36.202Z | Downloaded thiserror v2.0.11 |
202 | 2025-02-10T17:23:36.206Z | Downloaded scroll v0.12.0 |
203 | 2025-02-10T17:23:36.209Z | Downloaded proc-macro-error2 v2.0.1 |
204 | 2025-02-10T17:23:36.212Z | Downloaded crc32fast v1.4.2 |
205 | 2025-02-10T17:23:36.214Z | Downloaded postcard v1.1.1 |
206 | 2025-02-10T17:23:36.220Z | Downloaded usdt v0.5.0 |
207 | 2025-02-10T17:23:36.220Z | Downloaded quote v1.0.38 |
208 | 2025-02-10T17:23:36.220Z | Downloaded uuid v1.12.0 |
209 | 2025-02-10T17:23:36.224Z | Downloaded ucd-trie v0.1.7 |
210 | 2025-02-10T17:23:36.224Z | Downloaded bitflags v2.8.0 |
211 | 2025-02-10T17:23:36.227Z | Downloaded unicode-ident v1.0.14 |
212 | 2025-02-10T17:23:36.230Z | Downloaded proc-macro2 v1.0.93 |
213 | 2025-02-10T17:23:36.233Z | Downloaded pest_derive v2.7.15 |
214 | 2025-02-10T17:23:36.236Z | Downloaded ryu v1.0.18 |
215 | 2025-02-10T17:23:36.239Z | Downloaded pest_meta v2.7.15 |
216 | 2025-02-10T17:23:36.241Z | Downloaded darling_core v0.20.10 |
217 | 2025-02-10T17:23:36.245Z | Downloaded log v0.4.25 |
218 | 2025-02-10T17:23:36.248Z | Downloaded typenum v1.17.0 |
219 | 2025-02-10T17:23:36.253Z | Downloaded serde_derive v1.0.217 |
220 | 2025-02-10T17:23:36.270Z | Downloaded heapless v0.8.0 |
221 | 2025-02-10T17:23:36.276Z | Downloaded zerocopy-derive v0.8.14 |
222 | 2025-02-10T17:23:36.283Z | Downloaded serde v1.0.217 |
223 | 2025-02-10T17:23:36.302Z | Downloaded memchr v2.7.4 |
224 | 2025-02-10T17:23:36.309Z | Downloaded aho-corasick v1.1.3 |
225 | 2025-02-10T17:23:36.328Z | Downloaded pest v2.7.15 |
226 | 2025-02-10T17:23:36.340Z | Downloaded serde_json v1.0.137 |
227 | 2025-02-10T17:23:36.348Z | Downloaded itertools v0.14.0 |
228 | 2025-02-10T17:23:36.355Z | Downloaded zerocopy v0.7.35 |
229 | 2025-02-10T17:23:36.370Z | Downloaded itertools v0.13.0 |
230 | 2025-02-10T17:23:36.380Z | Downloaded goblin v0.8.2 |
231 | 2025-02-10T17:23:36.397Z | Downloaded zerocopy v0.8.14 |
232 | 2025-02-10T17:23:36.420Z | Downloaded unicode-width v0.2.0 |
233 | 2025-02-10T17:23:36.425Z | Downloaded regex v1.11.1 |
234 | 2025-02-10T17:23:36.443Z | Downloaded syn v2.0.96 |
235 | 2025-02-10T17:23:36.455Z | Downloaded smoltcp v0.11.0 |
236 | 2025-02-10T17:23:36.466Z | Downloaded regex-syntax v0.8.5 |
237 | 2025-02-10T17:23:36.501Z | Downloaded regex-automata v0.4.9 |
238 | 2025-02-10T17:23:36.518Z | Downloaded libc v0.2.169 |
239 | 2025-02-10T17:23:36.683Z | Compiling proc-macro2 v1.0.93 |
240 | 2025-02-10T17:23:36.686Z | Compiling unicode-ident v1.0.14 |
241 | 2025-02-10T17:23:36.686Z | Documenting unicode-ident v1.0.14 |
242 | 2025-02-10T17:23:36.686Z | Compiling strsim v0.11.1 |
243 | 2025-02-10T17:23:36.686Z | Compiling serde v1.0.217 |
244 | 2025-02-10T17:23:36.698Z | Compiling ident_case v1.0.1 |
245 | 2025-02-10T17:23:36.701Z | Compiling fnv v1.0.7 |
246 | 2025-02-10T17:23:36.904Z | Compiling memchr v2.7.4 |
247 | 2025-02-10T17:23:36.904Z | Compiling zerocopy v0.8.14 |
248 | 2025-02-10T17:23:36.925Z | Compiling regex-syntax v0.8.5 |
249 | 2025-02-10T17:23:37.443Z | Compiling either v1.13.0 |
250 | 2025-02-10T17:23:37.454Z | Checking byteorder v1.5.0 |
251 | 2025-02-10T17:23:37.667Z | Documenting strsim v0.11.1 |
252 | 2025-02-10T17:23:37.829Z | Compiling aho-corasick v1.1.3 |
253 | 2025-02-10T17:23:38.272Z | Compiling itertools v0.13.0 |
254 | 2025-02-10T17:23:38.383Z | Documenting fnv v1.0.7 |
255 | 2025-02-10T17:23:39.027Z | Compiling heapless v0.8.0 |
256 | 2025-02-10T17:23:39.242Z | Documenting ident_case v1.0.1 |
257 | 2025-02-10T17:23:39.558Z | Documenting proc-macro2 v1.0.93 |
258 | 2025-02-10T17:23:40.055Z | Checking quote v1.0.38 |
259 | 2025-02-10T17:23:40.400Z | Checking syn v2.0.96 |
260 | 2025-02-10T17:23:40.719Z | Documenting quote v1.0.38 |
261 | 2025-02-10T17:23:40.760Z | Compiling regex-automata v0.4.9 |
262 | 2025-02-10T17:23:41.281Z | Checking hash32 v0.3.1 |
263 | 2025-02-10T17:23:41.436Z | Documenting memchr v2.7.4 |
264 | 2025-02-10T17:23:41.655Z | Checking macaddr v1.0.1 |
265 | 2025-02-10T17:23:41.767Z | Documenting syn v2.0.96 |
266 | 2025-02-10T17:23:41.940Z | Checking stable_deref_trait v1.2.0 |
267 | 2025-02-10T17:23:42.038Z | Checking cfg-if v1.0.0 |
268 | 2025-02-10T17:23:42.086Z | Compiling smoltcp v0.11.0 |
269 | 2025-02-10T17:23:42.120Z | Documenting regex-syntax v0.8.5 |
270 | 2025-02-10T17:23:42.871Z | Documenting aho-corasick v1.1.3 |
271 | 2025-02-10T17:23:43.583Z | Checking managed v0.8.0 |
272 | 2025-02-10T17:23:43.956Z | Checking cobs v0.2.3 |
273 | 2025-02-10T17:23:44.134Z | Checking bitflags v1.3.2 |
274 | 2025-02-10T17:23:44.498Z | Documenting byteorder v1.5.0 |
275 | 2025-02-10T17:23:44.541Z | Documenting regex-automata v0.4.9 |
276 | 2025-02-10T17:23:45.273Z | Compiling regex v1.11.1 |
277 | 2025-02-10T17:23:45.807Z | Checking darling_core v0.20.10 |
278 | 2025-02-10T17:23:46.152Z | Documenting hash32 v0.3.1 |
279 | 2025-02-10T17:23:46.858Z | Compiling version_check v0.9.5 |
280 | 2025-02-10T17:23:47.334Z | Documenting darling_core v0.20.10 |
281 | 2025-02-10T17:23:47.450Z | Documenting serde_derive v1.0.217 |
282 | 2025-02-10T17:23:47.486Z | Documenting regex v1.11.1 |
283 | 2025-02-10T17:23:47.947Z | Documenting zerocopy-derive v0.8.14 |
284 | 2025-02-10T17:23:48.321Z | Documenting macaddr v1.0.1 |
285 | 2025-02-10T17:23:49.034Z | Documenting stable_deref_trait v1.2.0 |
286 | 2025-02-10T17:23:49.075Z | Documenting cfg-if v1.0.0 |
287 | 2025-02-10T17:23:49.365Z | Checking unicode-width v0.2.0 |
288 | 2025-02-10T17:23:49.492Z | Checking ipnetwork v0.21.1 |
289 | 2025-02-10T17:23:49.663Z | Documenting heapless v0.8.0 |
290 | 2025-02-10T17:23:49.686Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
291 | 2025-02-10T17:23:49.703Z | Documenting managed v0.8.0 |
292 | 2025-02-10T17:23:49.706Z | Documenting darling_macro v0.20.10 |
293 | 2025-02-10T17:23:49.795Z | Documenting cobs v0.2.3 |
294 | 2025-02-10T17:23:49.838Z | Checking tabwriter v1.4.1 |
295 | 2025-02-10T17:23:50.077Z | Checking itertools v0.14.0 |
296 | 2025-02-10T17:23:50.149Z | Checking crc32fast v1.4.2 |
297 | 2025-02-10T17:23:50.349Z | Checking dyn-clone v1.0.17 |
298 | 2025-02-10T17:23:50.445Z | Documenting ipnetwork v0.21.1 |
299 | 2025-02-10T17:23:50.484Z | Documenting either v1.13.0 |
300 | 2025-02-10T17:23:50.547Z | Documenting unicode-width v0.2.0 |
301 | 2025-02-10T17:23:50.761Z | Documenting crc32fast v1.4.2 |
302 | 2025-02-10T17:23:50.892Z | Documenting smoltcp v0.11.0 |
303 | 2025-02-10T17:23:51.269Z | Documenting itertools v0.14.0 |
304 | 2025-02-10T17:23:51.480Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
305 | 2025-02-10T17:23:51.502Z | Documenting dyn-clone v1.0.17 |
306 | 2025-02-10T17:23:51.543Z | Documenting tabwriter v1.4.1 |
307 | 2025-02-10T17:23:51.700Z | Compiling serde_derive v1.0.217 |
308 | 2025-02-10T17:23:51.979Z | Compiling zerocopy-derive v0.8.14 |
309 | 2025-02-10T17:23:52.331Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
310 | 2025-02-10T17:23:52.539Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
311 | 2025-02-10T17:23:52.593Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
312 | 2025-02-10T17:23:52.804Z | Compiling darling_macro v0.20.10 |
313 | 2025-02-10T17:23:53.638Z | Compiling darling v0.20.10 |
314 | 2025-02-10T17:23:53.640Z | Documenting darling v0.20.10 |
315 | 2025-02-10T17:23:53.725Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
316 | 2025-02-10T17:23:53.728Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
317 | 2025-02-10T17:23:53.937Z | Documenting zerocopy v0.8.14 |
318 | 2025-02-10T17:23:54.891Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
319 | 2025-02-10T17:23:54.918Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
320 | 2025-02-10T17:23:56.829Z | Documenting serde v1.0.217 |
321 | 2025-02-10T17:23:58.032Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
322 | 2025-02-10T17:23:58.032Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
323 | 2025-02-10T17:23:59.750Z | Checking bitflags v2.8.0 |
324 | 2025-02-10T17:23:59.750Z | Checking postcard v1.1.1 |
325 | 2025-02-10T17:23:59.753Z | Documenting bitflags v2.8.0 |
326 | 2025-02-10T17:23:59.753Z | Documenting postcard v1.1.1 |
327 | 2025-02-10T17:23:59.753Z | Documenting uuid v1.12.0 |
328 | 2025-02-10T17:23:59.753Z | Checking uuid v1.12.0 |
329 | 2025-02-10T17:23:59.959Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
330 | 2025-02-10T17:23:59.961Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
331 | 2025-02-10T17:24:00.427Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
332 | 2025-02-10T17:24:00.427Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
333 | 2025-02-10T17:24:01.523Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
334 | 2025-02-10T17:24:01.734Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
335 | 2025-02-10T17:24:02.799Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
336 | 2025-02-10T17:24:07.296Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
337 | 2025-02-10T17:24:08.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.51s |
338 | 2025-02-10T17:24:08.867Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
339 | 2025-02-10T17:24:08.892Z | |
340 | 2025-02-10T17:24:08.895Z | real 36.642066214 |
341 | 2025-02-10T17:24:08.895Z | user 2:31.822074994 |
342 | 2025-02-10T17:24:08.895Z | sys 20.878471786 |
343 | 2025-02-10T17:24:08.895Z | trap 0.098818871 |
344 | 2025-02-10T17:24:08.895Z | tflt 0.344866691 |
345 | 2025-02-10T17:24:08.895Z | dflt 1.559678830 |
346 | 2025-02-10T17:24:08.895Z | kflt 0.006031014 |
347 | 2025-02-10T17:24:08.895Z | lock 3:23.281013634 |
348 | 2025-02-10T17:24:08.895Z | slp 8:24.242496558 |
349 | 2025-02-10T17:24:08.895Z | lat 16.156276139 |
350 | 2025-02-10T17:24:08.895Z | stop 11.738033621 |
351 | 2025-02-10T17:24:08.895Z | + header 'analyze std + api + usdt' |
352 | 2025-02-10T17:24:08.895Z | + echo '# ==== analyze std + api + usdt ==== #' |
353 | 2025-02-10T17:24:08.895Z | # ==== analyze std + api + usdt ==== # |
354 | 2025-02-10T17:24:08.895Z | + ptime -m cargo clippy --features usdt --all-targets |
355 | 2025-02-10T17:24:09.246Z | Downloading crates ... |
356 | 2025-02-10T17:24:09.340Z | Downloaded autocfg v1.4.0 |
357 | 2025-02-10T17:24:09.353Z | Downloaded futures-channel v0.3.31 |
358 | 2025-02-10T17:24:09.365Z | Downloaded circular v0.3.0 |
359 | 2025-02-10T17:24:09.368Z | Downloaded base64 v0.21.7 |
360 | 2025-02-10T17:24:09.371Z | Downloaded pin-utils v0.1.0 |
361 | 2025-02-10T17:24:09.373Z | Downloaded futures-sink v0.3.31 |
362 | 2025-02-10T17:24:09.374Z | Downloaded futures-io v0.3.31 |
363 | 2025-02-10T17:24:09.376Z | Downloaded futures-core v0.3.31 |
364 | 2025-02-10T17:24:09.376Z | Downloaded slab v0.4.9 |
365 | 2025-02-10T17:24:09.379Z | Downloaded rusticata-macros v4.1.0 |
366 | 2025-02-10T17:24:09.379Z | Downloaded futures-task v0.3.31 |
367 | 2025-02-10T17:24:09.381Z | Downloaded futures-executor v0.3.31 |
368 | 2025-02-10T17:24:09.381Z | Downloaded cookie-factory v0.3.3 |
369 | 2025-02-10T17:24:09.384Z | Downloaded futures-macro v0.3.31 |
370 | 2025-02-10T17:24:09.386Z | Downloaded pin-project-lite v0.2.16 |
371 | 2025-02-10T17:24:09.390Z | Downloaded ctor v0.2.9 |
372 | 2025-02-10T17:24:09.393Z | Downloaded pcap-parser v0.16.0 |
373 | 2025-02-10T17:24:09.398Z | Downloaded futures v0.3.31 |
374 | 2025-02-10T17:24:09.403Z | Downloaded ron v0.8.1 |
375 | 2025-02-10T17:24:09.409Z | Downloaded nom v7.1.3 |
376 | 2025-02-10T17:24:09.414Z | Downloaded minimal-lexical v0.2.1 |
377 | 2025-02-10T17:24:09.418Z | Downloaded futures-util v0.3.31 |
378 | 2025-02-10T17:24:09.518Z | Compiling proc-macro2 v1.0.93 |
379 | 2025-02-10T17:24:09.518Z | Compiling unicode-ident v1.0.14 |
380 | 2025-02-10T17:24:09.521Z | Compiling memchr v2.7.4 |
381 | 2025-02-10T17:24:09.521Z | Compiling thiserror v2.0.11 |
382 | 2025-02-10T17:24:09.521Z | Compiling serde v1.0.217 |
383 | 2025-02-10T17:24:09.521Z | Compiling thiserror v1.0.69 |
384 | 2025-02-10T17:24:09.528Z | Compiling libc v0.2.169 |
385 | 2025-02-10T17:24:09.785Z | Compiling ucd-trie v0.1.7 |
386 | 2025-02-10T17:24:10.243Z | Compiling version_check v0.9.5 |
387 | 2025-02-10T17:24:10.261Z | Compiling serde_json v1.0.137 |
388 | 2025-02-10T17:24:10.352Z | Compiling once_cell v1.20.2 |
389 | 2025-02-10T17:24:10.486Z | Compiling ident_case v1.0.1 |
390 | 2025-02-10T17:24:10.523Z | Checking byteorder v1.5.0 |
391 | 2025-02-10T17:24:10.625Z | Compiling fnv v1.0.7 |
392 | 2025-02-10T17:24:10.667Z | Compiling strsim v0.11.1 |
393 | 2025-02-10T17:24:10.723Z | Compiling aho-corasick v1.1.3 |
394 | 2025-02-10T17:24:10.842Z | Compiling itoa v1.0.14 |
395 | 2025-02-10T17:24:10.938Z | Compiling autocfg v1.4.0 |
396 | 2025-02-10T17:24:10.946Z | Compiling ryu v1.0.18 |
397 | 2025-02-10T17:24:10.953Z | Compiling regex-syntax v0.8.5 |
398 | 2025-02-10T17:24:11.060Z | Compiling usdt-impl v0.5.0 |
399 | 2025-02-10T17:24:11.289Z | Compiling zerocopy v0.8.14 |
400 | 2025-02-10T17:24:11.472Z | Compiling quote v1.0.38 |
401 | 2025-02-10T17:24:11.479Z | Compiling either v1.13.0 |
402 | 2025-02-10T17:24:11.751Z | Compiling slab v0.4.9 |
403 | 2025-02-10T17:24:11.925Z | Compiling syn v2.0.96 |
404 | 2025-02-10T17:24:11.933Z | Compiling itertools v0.13.0 |
405 | 2025-02-10T17:24:11.936Z | Compiling thread-id v4.2.2 |
406 | 2025-02-10T17:24:12.191Z | Checking plain v0.2.3 |
407 | 2025-02-10T17:24:12.352Z | Compiling heapless v0.8.0 |
408 | 2025-02-10T17:24:12.482Z | Checking futures-core v0.3.31 |
409 | 2025-02-10T17:24:12.801Z | Checking futures-sink v0.3.31 |
410 | 2025-02-10T17:24:12.914Z | Checking log v0.4.25 |
411 | 2025-02-10T17:24:12.951Z | Checking futures-channel v0.3.31 |
412 | 2025-02-10T17:24:13.234Z | Checking hash32 v0.3.1 |
413 | 2025-02-10T17:24:13.299Z | Checking cfg-if v1.0.0 |
414 | 2025-02-10T17:24:13.381Z | Checking pretty-hex v0.4.1 |
415 | 2025-02-10T17:24:13.434Z | Checking pin-utils v0.1.0 |
416 | 2025-02-10T17:24:13.458Z | Checking futures-task v0.3.31 |
417 | 2025-02-10T17:24:13.522Z | Checking stable_deref_trait v1.2.0 |
418 | 2025-02-10T17:24:13.573Z | Checking macaddr v1.0.1 |
419 | 2025-02-10T17:24:13.620Z | Compiling smoltcp v0.11.0 |
420 | 2025-02-10T17:24:13.696Z | Checking pin-project-lite v0.2.16 |
421 | 2025-02-10T17:24:13.702Z | Checking futures-io v0.3.31 |
422 | 2025-02-10T17:24:14.078Z | Checking managed v0.8.0 |
423 | 2025-02-10T17:24:14.288Z | Checking cobs v0.2.3 |
424 | 2025-02-10T17:24:14.448Z | Checking bitflags v1.3.2 |
425 | 2025-02-10T17:24:14.481Z | Checking memmap v0.7.0 |
426 | 2025-02-10T17:24:14.546Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
427 | 2025-02-10T17:24:14.684Z | Checking minimal-lexical v0.2.1 |
428 | 2025-02-10T17:24:14.733Z | Compiling regex-automata v0.4.9 |
429 | 2025-02-10T17:24:14.964Z | Checking ipnetwork v0.21.1 |
430 | 2025-02-10T17:24:14.984Z | Checking unicode-width v0.2.0 |
431 | 2025-02-10T17:24:15.279Z | Checking nom v7.1.3 |
432 | 2025-02-10T17:24:15.378Z | Checking itertools v0.14.0 |
433 | 2025-02-10T17:24:15.499Z | Checking tabwriter v1.4.1 |
434 | 2025-02-10T17:24:15.791Z | Checking crc32fast v1.4.2 |
435 | 2025-02-10T17:24:16.018Z | Checking dyn-clone v1.0.17 |
436 | 2025-02-10T17:24:16.173Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
437 | 2025-02-10T17:24:16.413Z | Checking circular v0.3.0 |
438 | 2025-02-10T17:24:16.607Z | Checking base64 v0.21.7 |
439 | 2025-02-10T17:24:17.762Z | Checking rusticata-macros v4.1.0 |
440 | 2025-02-10T17:24:17.983Z | Compiling darling_core v0.20.10 |
441 | 2025-02-10T17:24:18.855Z | Compiling regex v1.11.1 |
442 | 2025-02-10T17:24:19.088Z | Compiling serde_derive v1.0.217 |
443 | 2025-02-10T17:24:19.214Z | Compiling thiserror-impl v2.0.11 |
444 | 2025-02-10T17:24:19.382Z | Compiling thiserror-impl v1.0.69 |
445 | 2025-02-10T17:24:19.402Z | Compiling zerocopy-derive v0.7.35 |
446 | 2025-02-10T17:24:19.739Z | Compiling scroll_derive v0.12.0 |
447 | 2025-02-10T17:24:19.808Z | Compiling zerocopy-derive v0.8.14 |
448 | 2025-02-10T17:24:19.979Z | Compiling futures-macro v0.3.31 |
449 | 2025-02-10T17:24:21.277Z | Checking scroll v0.12.0 |
450 | 2025-02-10T17:24:21.425Z | Compiling zerocopy v0.7.35 |
451 | 2025-02-10T17:24:21.734Z | Checking goblin v0.8.2 |
452 | 2025-02-10T17:24:22.390Z | Compiling pest v2.7.15 |
453 | 2025-02-10T17:24:22.783Z | Checking futures-util v0.3.31 |
454 | 2025-02-10T17:24:23.216Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
455 | 2025-02-10T17:24:23.583Z | Compiling darling_macro v0.20.10 |
456 | 2025-02-10T17:24:24.386Z | Compiling ctor v0.2.9 |
457 | 2025-02-10T17:24:24.639Z | Compiling darling v0.20.10 |
458 | 2025-02-10T17:24:24.746Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
459 | 2025-02-10T17:24:25.385Z | Compiling pest_meta v2.7.15 |
460 | 2025-02-10T17:24:25.394Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
461 | 2025-02-10T17:24:26.468Z | Compiling pest_generator v2.7.15 |
462 | 2025-02-10T17:24:27.602Z | Checking futures-executor v0.3.31 |
463 | 2025-02-10T17:24:27.830Z | Checking futures v0.3.31 |
464 | 2025-02-10T17:24:27.869Z | Compiling pest_derive v2.7.15 |
465 | 2025-02-10T17:24:27.928Z | Checking cookie-factory v0.3.3 |
466 | 2025-02-10T17:24:28.402Z | Checking pcap-parser v0.16.0 |
467 | 2025-02-10T17:24:28.630Z | Compiling dtrace-parser v0.2.0 |
468 | 2025-02-10T17:24:29.497Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
469 | 2025-02-10T17:24:30.445Z | Checking bitflags v2.8.0 |
470 | 2025-02-10T17:24:30.449Z | Checking postcard v1.1.1 |
471 | 2025-02-10T17:24:30.449Z | Checking uuid v1.12.0 |
472 | 2025-02-10T17:24:30.664Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
473 | 2025-02-10T17:24:30.667Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
474 | 2025-02-10T17:24:30.667Z | Checking ron v0.8.1 |
475 | 2025-02-10T17:24:30.795Z | warning: unused import: `core::ffi::c_int` |
476 | 2025-02-10T17:24:30.795Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
477 | 2025-02-10T17:24:30.795Z | | |
478 | 2025-02-10T17:24:30.795Z | 7 | use core::ffi::c_int; |
479 | 2025-02-10T17:24:30.795Z | | ^^^^^^^^^^^^^^^^ |
480 | 2025-02-10T17:24:30.795Z | | |
481 | 2025-02-10T17:24:30.795Z | = note: `#[warn(unused_imports)]` on by default |
482 | 2025-02-10T17:24:30.795Z | |
483 | 2025-02-10T17:24:31.016Z | Compiling serde_tokenstream v0.2.2 |
484 | 2025-02-10T17:24:31.253Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
485 | 2025-02-10T17:24:31.588Z | Checking dof v0.3.0 |
486 | 2025-02-10T17:24:32.408Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
487 | 2025-02-10T17:24:33.321Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2025-02-10T17:24:33.322Z | Compiling usdt-macro v0.5.0 |
489 | 2025-02-10T17:24:34.210Z | Checking usdt v0.5.0 |
490 | 2025-02-10T17:24:39.149Z | warning: this returns a `Result<_, ()>` |
491 | 2025-02-10T17:24:39.149Z | --> lib/opte/src/ddi/mblk.rs:776:5 |
492 | 2025-02-10T17:24:39.149Z | | |
493 | 2025-02-10T17:24:39.149Z | 776 | / pub fn fill_offload_info( |
494 | 2025-02-10T17:24:39.149Z | 777 | | &mut self, |
495 | 2025-02-10T17:24:39.149Z | 778 | | outer_meoi: &mac_ether_offload_info_t, |
496 | 2025-02-10T17:24:39.149Z | 779 | | inner_meoi: Option<&mac_ether_offload_info_t>, |
497 | 2025-02-10T17:24:39.149Z | 780 | | ) -> Result<(), ()> { |
498 | 2025-02-10T17:24:39.149Z | | |_______________________^ |
499 | 2025-02-10T17:24:39.149Z | | |
500 | 2025-02-10T17:24:39.150Z | = help: use a custom `Error` type instead |
501 | 2025-02-10T17:24:39.150Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
502 | 2025-02-10T17:24:39.150Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
503 | 2025-02-10T17:24:39.150Z | |
504 | 2025-02-10T17:24:40.203Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
505 | 2025-02-10T17:24:40.203Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
506 | 2025-02-10T17:24:40.203Z | | |
507 | 2025-02-10T17:24:40.203Z | 103 | / self.get(Self::INTERNAL_TARGET) |
508 | 2025-02-10T17:24:40.203Z | 104 | | .and_then(|v| Some(v == "1")) |
509 | 2025-02-10T17:24:40.203Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
510 | 2025-02-10T17:24:40.203Z | | |
511 | 2025-02-10T17:24:40.203Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
512 | 2025-02-10T17:24:40.203Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
513 | 2025-02-10T17:24:40.203Z | |
514 | 2025-02-10T17:24:41.005Z | warning: `opte` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
515 | 2025-02-10T17:24:41.009Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
516 | 2025-02-10T17:24:43.325Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
517 | 2025-02-10T17:24:46.620Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
518 | 2025-02-10T17:24:46.620Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
519 | 2025-02-10T17:24:46.620Z | | |
520 | 2025-02-10T17:24:46.620Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
521 | 2025-02-10T17:24:46.620Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
522 | 2025-02-10T17:24:46.620Z | | |
523 | 2025-02-10T17:24:46.620Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
524 | 2025-02-10T17:24:46.620Z | --> /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/iter/traits/collect.rs:449:18 |
525 | 2025-02-10T17:24:46.620Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
526 | 2025-02-10T17:24:46.620Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
527 | 2025-02-10T17:24:46.621Z | |
528 | 2025-02-10T17:24:46.634Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
529 | 2025-02-10T17:24:46.634Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
530 | 2025-02-10T17:24:46.634Z | | |
531 | 2025-02-10T17:24:46.634Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
532 | 2025-02-10T17:24:46.634Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
533 | 2025-02-10T17:24:46.634Z | | |
534 | 2025-02-10T17:24:46.634Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
535 | 2025-02-10T17:24:46.634Z | --> /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/iter/traits/collect.rs:449:18 |
536 | 2025-02-10T17:24:46.634Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
537 | 2025-02-10T17:24:46.634Z | |
538 | 2025-02-10T17:24:46.644Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
539 | 2025-02-10T17:24:46.644Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
540 | 2025-02-10T17:24:46.644Z | | |
541 | 2025-02-10T17:24:46.644Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
542 | 2025-02-10T17:24:46.644Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
543 | 2025-02-10T17:24:46.644Z | | |
544 | 2025-02-10T17:24:46.644Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
545 | 2025-02-10T17:24:46.644Z | --> /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/iter/traits/collect.rs:449:18 |
546 | 2025-02-10T17:24:46.644Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
547 | 2025-02-10T17:24:46.644Z | |
548 | 2025-02-10T17:24:47.262Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
549 | 2025-02-10T17:24:47.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s |
550 | 2025-02-10T17:24:47.308Z | |
551 | 2025-02-10T17:24:47.308Z | real 38.409828485 |
552 | 2025-02-10T17:24:47.308Z | user 2:35.745596482 |
553 | 2025-02-10T17:24:47.308Z | sys 22.995928235 |
554 | 2025-02-10T17:24:47.308Z | trap 0.097977446 |
555 | 2025-02-10T17:24:47.308Z | tflt 0.369028018 |
556 | 2025-02-10T17:24:47.309Z | dflt 0.511639746 |
557 | 2025-02-10T17:24:47.309Z | kflt 0.000053752 |
558 | 2025-02-10T17:24:47.309Z | lock 3:45.017874827 |
559 | 2025-02-10T17:24:47.309Z | slp 9:36.994898761 |
560 | 2025-02-10T17:24:47.309Z | lat 6.553747442 |
561 | 2025-02-10T17:24:47.309Z | stop 10.019099370 |
562 | 2025-02-10T17:24:47.312Z | + header 'analyze no_std + engine + kernel' |
563 | 2025-02-10T17:24:47.312Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
564 | 2025-02-10T17:24:47.312Z | # ==== analyze no_std + engine + kernel ==== # |
565 | 2025-02-10T17:24:47.312Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
566 | 2025-02-10T17:24:47.649Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
567 | 2025-02-10T17:24:47.649Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
568 | 2025-02-10T17:24:47.651Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
569 | 2025-02-10T17:24:47.651Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
570 | 2025-02-10T17:24:48.123Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
571 | 2025-02-10T17:24:49.896Z | warning: unused import: `illumos_sys_hdrs::mac::MacEtherOffloadFlags` |
572 | 2025-02-10T17:24:49.896Z | --> lib/opte/src/ddi/mblk.rs:32:5 |
573 | 2025-02-10T17:24:49.896Z | | |
574 | 2025-02-10T17:24:49.896Z | 32 | use illumos_sys_hdrs::mac::MacEtherOffloadFlags; |
575 | 2025-02-10T17:24:49.896Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
576 | 2025-02-10T17:24:49.896Z | | |
577 | 2025-02-10T17:24:49.897Z | = note: `#[warn(unused_imports)]` on by default |
578 | 2025-02-10T17:24:49.897Z | |
579 | 2025-02-10T17:24:53.796Z | warning: this returns a `Result<_, ()>` |
580 | 2025-02-10T17:24:53.796Z | --> lib/opte/src/ddi/mblk.rs:776:5 |
581 | 2025-02-10T17:24:53.796Z | | |
582 | 2025-02-10T17:24:53.796Z | 776 | / pub fn fill_offload_info( |
583 | 2025-02-10T17:24:53.796Z | 777 | | &mut self, |
584 | 2025-02-10T17:24:53.796Z | 778 | | outer_meoi: &mac_ether_offload_info_t, |
585 | 2025-02-10T17:24:53.796Z | 779 | | inner_meoi: Option<&mac_ether_offload_info_t>, |
586 | 2025-02-10T17:24:53.796Z | 780 | | ) -> Result<(), ()> { |
587 | 2025-02-10T17:24:53.796Z | | |_______________________^ |
588 | 2025-02-10T17:24:53.796Z | | |
589 | 2025-02-10T17:24:53.796Z | = help: use a custom `Error` type instead |
590 | 2025-02-10T17:24:53.797Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err |
591 | 2025-02-10T17:24:53.797Z | = note: `#[warn(clippy::result_unit_err)]` on by default |
592 | 2025-02-10T17:24:53.797Z | |
593 | 2025-02-10T17:24:54.817Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
594 | 2025-02-10T17:24:54.817Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
595 | 2025-02-10T17:24:54.817Z | | |
596 | 2025-02-10T17:24:54.817Z | 103 | / self.get(Self::INTERNAL_TARGET) |
597 | 2025-02-10T17:24:54.817Z | 104 | | .and_then(|v| Some(v == "1")) |
598 | 2025-02-10T17:24:54.817Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
599 | 2025-02-10T17:24:54.818Z | | |
600 | 2025-02-10T17:24:54.818Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
601 | 2025-02-10T17:24:54.818Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
602 | 2025-02-10T17:24:54.818Z | |
603 | 2025-02-10T17:24:55.581Z | warning: `opte` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p opte` to apply 2 suggestions) |
604 | 2025-02-10T17:24:55.584Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
605 | 2025-02-10T17:24:57.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s |
606 | 2025-02-10T17:24:57.740Z | |
607 | 2025-02-10T17:24:57.743Z | real 10.425071052 |
608 | 2025-02-10T17:24:57.743Z | user 11.031532698 |
609 | 2025-02-10T17:24:57.743Z | sys 1.446062126 |
610 | 2025-02-10T17:24:57.743Z | trap 0.002350998 |
611 | 2025-02-10T17:24:57.743Z | tflt 0.004145390 |
612 | 2025-02-10T17:24:57.743Z | dflt 0.001692576 |
613 | 2025-02-10T17:24:57.743Z | kflt 0.000002469 |
614 | 2025-02-10T17:24:57.743Z | lock 28.769343350 |
615 | 2025-02-10T17:24:57.743Z | slp 36.809489114 |
616 | 2025-02-10T17:24:57.743Z | lat 0.067077566 |
617 | 2025-02-10T17:24:57.743Z | stop 0.178949280 |
618 | 2025-02-10T17:24:57.743Z | + header test |
619 | 2025-02-10T17:24:57.743Z | + echo '# ==== test ==== #' |
620 | 2025-02-10T17:24:57.743Z | # ==== test ==== # |
621 | 2025-02-10T17:24:57.743Z | + ptime -m cargo test |
622 | 2025-02-10T17:24:58.053Z | Compiling unicode-ident v1.0.14 |
623 | 2025-02-10T17:24:58.053Z | Compiling memchr v2.7.4 |
624 | 2025-02-10T17:24:58.056Z | Compiling byteorder v1.5.0 |
625 | 2025-02-10T17:24:58.056Z | Compiling ucd-trie v0.1.7 |
626 | 2025-02-10T17:24:58.056Z | Compiling itoa v1.0.14 |
627 | 2025-02-10T17:24:58.063Z | Compiling ryu v1.0.18 |
628 | 2025-02-10T17:24:58.080Z | Compiling libc v0.2.169 |
629 | 2025-02-10T17:24:58.090Z | Compiling log v0.4.25 |
630 | 2025-02-10T17:24:58.238Z | Compiling proc-macro2 v1.0.93 |
631 | 2025-02-10T17:24:58.274Z | Compiling futures-sink v0.3.31 |
632 | 2025-02-10T17:24:58.422Z | Compiling plain v0.2.3 |
633 | 2025-02-10T17:24:58.428Z | Compiling futures-core v0.3.31 |
634 | 2025-02-10T17:24:58.461Z | Compiling hash32 v0.3.1 |
635 | 2025-02-10T17:24:58.512Z | Compiling slab v0.4.9 |
636 | 2025-02-10T17:24:58.580Z | Compiling macaddr v1.0.1 |
637 | 2025-02-10T17:24:58.670Z | Compiling futures-channel v0.3.31 |
638 | 2025-02-10T17:24:58.698Z | Compiling thread-id v4.2.2 |
639 | 2025-02-10T17:24:58.705Z | Compiling pretty-hex v0.4.1 |
640 | 2025-02-10T17:24:58.761Z | Compiling futures-task v0.3.31 |
641 | 2025-02-10T17:24:58.792Z | Compiling pin-utils v0.1.0 |
642 | 2025-02-10T17:24:58.805Z | Compiling stable_deref_trait v1.2.0 |
643 | 2025-02-10T17:24:58.882Z | Compiling futures-io v0.3.31 |
644 | 2025-02-10T17:24:58.906Z | Compiling pin-project-lite v0.2.16 |
645 | 2025-02-10T17:24:58.931Z | Compiling cfg-if v1.0.0 |
646 | 2025-02-10T17:24:58.960Z | Compiling heapless v0.8.0 |
647 | 2025-02-10T17:24:59.019Z | Compiling aho-corasick v1.1.3 |
648 | 2025-02-10T17:24:59.036Z | Compiling quote v1.0.38 |
649 | 2025-02-10T17:24:59.051Z | Compiling cobs v0.2.3 |
650 | 2025-02-10T17:24:59.065Z | Compiling bitflags v1.3.2 |
651 | 2025-02-10T17:24:59.145Z | Compiling managed v0.8.0 |
652 | 2025-02-10T17:24:59.152Z | Compiling memmap v0.7.0 |
653 | 2025-02-10T17:24:59.352Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
654 | 2025-02-10T17:24:59.514Z | Compiling syn v2.0.96 |
655 | 2025-02-10T17:24:59.730Z | Compiling minimal-lexical v0.2.1 |
656 | 2025-02-10T17:24:59.771Z | Compiling unicode-width v0.2.0 |
657 | 2025-02-10T17:24:59.799Z | Compiling ipnetwork v0.21.1 |
658 | 2025-02-10T17:24:59.913Z | Compiling smoltcp v0.11.0 |
659 | 2025-02-10T17:25:00.049Z | Compiling either v1.13.0 |
660 | 2025-02-10T17:25:00.223Z | Compiling tabwriter v1.4.1 |
661 | 2025-02-10T17:25:00.313Z | Compiling nom v7.1.3 |
662 | 2025-02-10T17:25:00.366Z | Compiling itertools v0.14.0 |
663 | 2025-02-10T17:25:00.435Z | Compiling crc32fast v1.4.2 |
664 | 2025-02-10T17:25:00.713Z | Compiling dyn-clone v1.0.17 |
665 | 2025-02-10T17:25:00.741Z | Compiling circular v0.3.0 |
666 | 2025-02-10T17:25:00.950Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
667 | 2025-02-10T17:25:01.105Z | Compiling regex-automata v0.4.9 |
668 | 2025-02-10T17:25:01.324Z | Compiling base64 v0.21.7 |
669 | 2025-02-10T17:25:03.206Z | Compiling rusticata-macros v4.1.0 |
670 | 2025-02-10T17:25:04.652Z | Compiling regex v1.11.1 |
671 | 2025-02-10T17:25:05.472Z | Compiling darling_core v0.20.10 |
672 | 2025-02-10T17:25:06.994Z | Compiling serde_derive v1.0.217 |
673 | 2025-02-10T17:25:06.994Z | Compiling thiserror-impl v2.0.11 |
674 | 2025-02-10T17:25:06.997Z | Compiling thiserror-impl v1.0.69 |
675 | 2025-02-10T17:25:06.997Z | Compiling zerocopy-derive v0.7.35 |
676 | 2025-02-10T17:25:07.197Z | Compiling scroll_derive v0.12.0 |
677 | 2025-02-10T17:25:07.269Z | Compiling zerocopy-derive v0.8.14 |
678 | 2025-02-10T17:25:07.620Z | Compiling futures-macro v0.3.31 |
679 | 2025-02-10T17:25:08.770Z | Compiling scroll v0.12.0 |
680 | 2025-02-10T17:25:09.118Z | Compiling zerocopy v0.7.35 |
681 | 2025-02-10T17:25:09.322Z | Compiling goblin v0.8.2 |
682 | 2025-02-10T17:25:09.616Z | Compiling futures-util v0.3.31 |
683 | 2025-02-10T17:25:09.990Z | Compiling thiserror v1.0.69 |
684 | 2025-02-10T17:25:10.071Z | Compiling thiserror v2.0.11 |
685 | 2025-02-10T17:25:10.130Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
686 | 2025-02-10T17:25:10.211Z | Compiling pest v2.7.15 |
687 | 2025-02-10T17:25:10.219Z | Compiling zerocopy v0.8.14 |
688 | 2025-02-10T17:25:10.470Z | Compiling ctor v0.2.9 |
689 | 2025-02-10T17:25:11.120Z | Compiling darling_macro v0.20.10 |
690 | 2025-02-10T17:25:12.207Z | Compiling darling v0.20.10 |
691 | 2025-02-10T17:25:12.313Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
692 | 2025-02-10T17:25:12.316Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
693 | 2025-02-10T17:25:12.934Z | Compiling pest_meta v2.7.15 |
694 | 2025-02-10T17:25:13.203Z | Compiling serde v1.0.217 |
695 | 2025-02-10T17:25:14.258Z | Compiling pest_generator v2.7.15 |
696 | 2025-02-10T17:25:14.853Z | Compiling futures-executor v0.3.31 |
697 | 2025-02-10T17:25:15.260Z | Compiling futures v0.3.31 |
698 | 2025-02-10T17:25:15.368Z | Compiling cookie-factory v0.3.3 |
699 | 2025-02-10T17:25:16.029Z | Compiling pcap-parser v0.16.0 |
700 | 2025-02-10T17:25:16.203Z | Compiling pest_derive v2.7.15 |
701 | 2025-02-10T17:25:17.251Z | Compiling dtrace-parser v0.2.0 |
702 | 2025-02-10T17:25:17.914Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
703 | 2025-02-10T17:25:18.258Z | Compiling bitflags v2.8.0 |
704 | 2025-02-10T17:25:18.290Z | Compiling serde_json v1.0.137 |
705 | 2025-02-10T17:25:18.311Z | Compiling postcard v1.1.1 |
706 | 2025-02-10T17:25:18.318Z | Compiling uuid v1.12.0 |
707 | 2025-02-10T17:25:18.630Z | Compiling serde_tokenstream v0.2.2 |
708 | 2025-02-10T17:25:18.641Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
709 | 2025-02-10T17:25:18.666Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
710 | 2025-02-10T17:25:18.672Z | Compiling ron v0.8.1 |
711 | 2025-02-10T17:25:18.782Z | warning: unused import: `core::ffi::c_int` |
712 | 2025-02-10T17:25:18.782Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
713 | 2025-02-10T17:25:18.782Z | | |
714 | 2025-02-10T17:25:18.782Z | 7 | use core::ffi::c_int; |
715 | 2025-02-10T17:25:18.783Z | | ^^^^^^^^^^^^^^^^ |
716 | 2025-02-10T17:25:18.783Z | | |
717 | 2025-02-10T17:25:18.783Z | = note: `#[warn(unused_imports)]` on by default |
718 | 2025-02-10T17:25:18.783Z | |
719 | 2025-02-10T17:25:19.368Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
720 | 2025-02-10T17:25:19.772Z | Compiling dof v0.3.0 |
721 | 2025-02-10T17:25:20.396Z | Compiling usdt-impl v0.5.0 |
722 | 2025-02-10T17:25:20.589Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
723 | 2025-02-10T17:25:21.274Z | Compiling usdt-macro v0.5.0 |
724 | 2025-02-10T17:25:21.274Z | Compiling usdt-attr-macro v0.5.0 |
725 | 2025-02-10T17:25:22.474Z | Compiling usdt v0.5.0 |
726 | 2025-02-10T17:25:28.504Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
727 | 2025-02-10T17:25:30.948Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
728 | 2025-02-10T17:25:46.016Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.22s |
729 | 2025-02-10T17:25:46.042Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a5cc3bb8abf600bb) |
730 | 2025-02-10T17:25:46.059Z | |
731 | 2025-02-10T17:25:46.059Z | running 9 tests |
732 | 2025-02-10T17:25:46.062Z | test api::tests::parse_good_proto_filter ... ok |
733 | 2025-02-10T17:25:46.062Z | test api::tests::parse_bad_proto_filter ... ok |
734 | 2025-02-10T17:25:46.062Z | test api::tests::parse_bad_address ... ok |
735 | 2025-02-10T17:25:46.062Z | test api::tests::parse_good_address ... ok |
736 | 2025-02-10T17:25:46.062Z | test api::tests::ports_from_str_good ... ok |
737 | 2025-02-10T17:25:46.062Z | test api::tests::ports_from_str_bad ... ok |
738 | 2025-02-10T17:25:46.062Z | test cfg::tests::test_required_nat_space ... ok |
739 | 2025-02-10T17:25:46.062Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
740 | 2025-02-10T17:25:46.062Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
741 | 2025-02-10T17:25:46.062Z | |
742 | 2025-02-10T17:25:46.062Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
743 | 2025-02-10T17:25:46.062Z | |
744 | 2025-02-10T17:25:46.063Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-58e097c2a9ecaba5) |
745 | 2025-02-10T17:25:46.068Z | |
746 | 2025-02-10T17:25:46.069Z | running 4 tests |
747 | 2025-02-10T17:25:46.072Z | test firewall_vni_outbound ... ok |
748 | 2025-02-10T17:25:46.072Z | test firewall_external_inbound ... ok |
749 | 2025-02-10T17:25:46.072Z | test firewall_vni_inbound ... ok |
750 | 2025-02-10T17:25:46.076Z | test firewall_replace_rules ... ok |
751 | 2025-02-10T17:25:46.076Z | |
752 | 2025-02-10T17:25:46.076Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
753 | 2025-02-10T17:25:46.076Z | |
754 | 2025-02-10T17:25:46.076Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-75294ce39ddb9763) |
755 | 2025-02-10T17:25:46.081Z | |
756 | 2025-02-10T17:25:46.081Z | running 2 tests |
757 | 2025-02-10T17:25:46.084Z | test parse_in_regression ... ok |
758 | 2025-02-10T17:25:46.084Z | test parse_out_regression ... ok |
759 | 2025-02-10T17:25:46.084Z | |
760 | 2025-02-10T17:25:46.084Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
761 | 2025-02-10T17:25:46.084Z | |
762 | 2025-02-10T17:25:46.084Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-0ca17686419d28c5) |
763 | 2025-02-10T17:25:46.092Z | |
764 | 2025-02-10T17:25:46.092Z | running 38 tests |
765 | 2025-02-10T17:25:46.095Z | test bad_ip_len ... ok |
766 | 2025-02-10T17:25:46.097Z | test check_layers ... ok |
767 | 2025-02-10T17:25:46.097Z | test add_remove_fw_rule ... ok |
768 | 2025-02-10T17:25:46.097Z | test arp_gateway ... ok |
769 | 2025-02-10T17:25:46.097Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
770 | 2025-02-10T17:25:46.098Z | test anti_spoof ... ok |
771 | 2025-02-10T17:25:46.100Z | test flow_expiration ... ok |
772 | 2025-02-10T17:25:46.100Z | test gateway_icmp4_ping ... ok |
773 | 2025-02-10T17:25:46.100Z | test gateway_icmpv6_ping ... ok |
774 | 2025-02-10T17:25:46.101Z | test external_ip_epoch_affinity_preserved ... ok |
775 | 2025-02-10T17:25:46.101Z | test gateway_router_advert_reply ... ok |
776 | 2025-02-10T17:25:46.101Z | test early_tcp_invalidation ... ok |
777 | 2025-02-10T17:25:46.101Z | test guest_to_guest_no_route ... ok |
778 | 2025-02-10T17:25:46.101Z | test external_ip_reconfigurable ... ok |
779 | 2025-02-10T17:25:46.103Z | test guest_to_internet_ipv4 ... ok |
780 | 2025-02-10T17:25:46.103Z | test guest_to_guest_diff_vpc_no_peer ... ok |
781 | 2025-02-10T17:25:46.103Z | test inbound_ndp_dropped_at_gateway ... ok |
782 | 2025-02-10T17:25:46.103Z | test guest_to_guest ... ok |
783 | 2025-02-10T17:25:46.103Z | test guest_to_internet_ipv6 ... ok |
784 | 2025-02-10T17:25:46.103Z | test intra_subnet_routes_with_custom ... ok |
785 | 2025-02-10T17:25:46.103Z | test no_panic_on_flow_table_full ... ok |
786 | 2025-02-10T17:25:46.103Z | test outbound_ndp_dropped ... ok |
787 | 2025-02-10T17:25:46.103Z | test packet_body_pullup ... ok |
788 | 2025-02-10T17:25:46.106Z | test port_transition_reset ... ok |
789 | 2025-02-10T17:25:46.106Z | test port_transition_running ... ok |
790 | 2025-02-10T17:25:46.106Z | test port_transition_pause ... ok |
791 | 2025-02-10T17:25:46.106Z | test port_as_router_target ... ok |
792 | 2025-02-10T17:25:46.106Z | test snat_icmp4_echo_rewrite ... ok |
793 | 2025-02-10T17:25:46.109Z | test select_eip_conditioned_on_igw ... ok |
794 | 2025-02-10T17:25:46.109Z | test snat_icmp6_echo_rewrite ... ok |
795 | 2025-02-10T17:25:46.109Z | test tcp_inbound ... ok |
796 | 2025-02-10T17:25:46.109Z | test external_ip_balanced_over_floating_ips ... ok |
797 | 2025-02-10T17:25:46.109Z | test external_ip_receive_and_reply_on_all ... ok |
798 | 2025-02-10T17:25:46.109Z | test test_gateway_neighbor_advert_reply ... ok |
799 | 2025-02-10T17:25:46.109Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
800 | 2025-02-10T17:25:46.109Z | test tcp_outbound ... ok |
801 | 2025-02-10T17:25:46.109Z | test uft_lft_invalidation_out ... ok |
802 | 2025-02-10T17:25:46.109Z | test uft_lft_invalidation_in ... ok |
803 | 2025-02-10T17:25:46.109Z | |
804 | 2025-02-10T17:25:46.109Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
805 | 2025-02-10T17:25:46.109Z | |
806 | 2025-02-10T17:25:46.112Z | Doc-tests oxide_vpc |
807 | 2025-02-10T17:25:46.453Z | |
808 | 2025-02-10T17:25:46.453Z | running 0 tests |
809 | 2025-02-10T17:25:46.453Z | |
810 | 2025-02-10T17:25:46.453Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
811 | 2025-02-10T17:25:46.453Z | |
812 | 2025-02-10T17:25:46.483Z | |
813 | 2025-02-10T17:25:46.483Z | real 48.731570248 |
814 | 2025-02-10T17:25:46.483Z | user 3:23.633809122 |
815 | 2025-02-10T17:25:46.483Z | sys 23.639307458 |
816 | 2025-02-10T17:25:46.486Z | trap 0.122843161 |
817 | 2025-02-10T17:25:46.486Z | tflt 0.224622059 |
818 | 2025-02-10T17:25:46.486Z | dflt 0.551806517 |
819 | 2025-02-10T17:25:46.486Z | kflt 0.000044161 |
820 | 2025-02-10T17:25:46.486Z | lock 5:37.282990615 |
821 | 2025-02-10T17:25:46.486Z | slp 10:59.051621498 |
822 | 2025-02-10T17:25:46.486Z | lat 6.067668134 |
823 | 2025-02-10T17:25:46.486Z | stop 8.631113422 |
824 | 2025-02-10T17:25:46.486Z | process exited: duration 155780 ms, exit code 0 |
|
825 | 2025-02-10T17:25:46.492Z | found 0 output files |