|
|
|
1 | 2024-06-20T09:19:04.220Z | job assigned to worker 01J0TF14ZS1CEF7K8KXXYNNGXC (queued for 45 s) |
|
2 | 2024-06-20T09:19:04.486Z | starting task 0: "setup" |
3 | 2024-06-20T09:19:04.513Z | ++ uname -s |
4 | 2024-06-20T09:19:04.513Z | + kern=SunOS |
5 | 2024-06-20T09:19:04.513Z | + case "$kern" in |
6 | 2024-06-20T09:19:04.513Z | + groupadd -g 12345 build |
7 | 2024-06-20T09:19:04.513Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T09:19:06.516Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T09:19:06.558Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T09:19:06.583Z | + home_fs=zfs |
11 | 2024-06-20T09:19:06.583Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T09:19:06.583Z | + mkdir -p /home/build |
13 | 2024-06-20T09:19:06.583Z | + chown build:build /home/build /work |
14 | 2024-06-20T09:19:08.568Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T09:19:08.592Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-06-20T09:19:08.643Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T09:19:08.667Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T09:19:08.667Z | ' nightly-2024-05-12 |
19 | 2024-06-20T09:19:08.667Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-20T09:19:08.667Z | ' default |
21 | 2024-06-20T09:19:08.667Z | * toolchain channel = "nightly-2024-05-12" |
22 | 2024-06-20T09:19:08.667Z | * toolchain profile = "default" |
23 | 2024-06-20T09:19:08.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T09:19:08.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-06-20T09:19:08.801Z | info: downloading installer |
26 | 2024-06-20T09:19:09.296Z | info: profile set to 'default' |
27 | 2024-06-20T09:19:09.296Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T09:19:09.296Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-06-20T09:19:09.404Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-06-20T09:19:09.404Z | info: downloading component 'cargo' |
31 | 2024-06-20T09:19:09.587Z | info: downloading component 'clippy' |
32 | 2024-06-20T09:19:09.647Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T09:19:09.824Z | info: downloading component 'rust-std' |
34 | 2024-06-20T09:19:10.073Z | info: downloading component 'rustc' |
35 | 2024-06-20T09:19:10.768Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T09:19:10.807Z | info: installing component 'cargo' |
37 | 2024-06-20T09:19:11.944Z | info: installing component 'clippy' |
38 | 2024-06-20T09:19:12.365Z | info: installing component 'rust-docs' |
39 | 2024-06-20T09:19:15.091Z | info: installing component 'rust-std' |
40 | 2024-06-20T09:19:17.168Z | info: installing component 'rustc' |
41 | 2024-06-20T09:19:22.359Z | info: installing component 'rustfmt' |
42 | 2024-06-20T09:19:22.739Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-06-20T09:19:22.739Z | |
44 | 2024-06-20T09:19:22.874Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-06-20T09:19:22.874Z | |
46 | 2024-06-20T09:19:22.874Z | |
47 | 2024-06-20T09:19:22.874Z | Rust is installed now. Great! |
48 | 2024-06-20T09:19:22.874Z | |
49 | 2024-06-20T09:19:22.874Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T09:19:22.874Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T09:19:22.874Z | |
52 | 2024-06-20T09:19:22.874Z | To configure your current shell, you need to source |
53 | 2024-06-20T09:19:22.874Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T09:19:22.874Z | |
55 | 2024-06-20T09:19:22.874Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T09:19:22.874Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T09:19:22.874Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T09:19:22.953Z | + rustc --version |
59 | 2024-06-20T09:19:23.084Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-06-20T09:19:23.108Z | process exited: duration 14448 ms, exit code 0 |
|
61 | 2024-06-20T09:19:23.159Z | starting task 2: "authentication" |
62 | 2024-06-20T09:19:23.216Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-06-20T09:19:23.265Z | starting task 3: "clone repository" |
64 | 2024-06-20T09:19:23.291Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-06-20T09:19:23.291Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-06-20T09:19:23.315Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-06-20T09:19:24.570Z | + cd /work/oxidecomputer/opte |
68 | 2024-06-20T09:19:24.570Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
69 | 2024-06-20T09:19:25.944Z | From https://github.com/oxidecomputer/opte |
70 | 2024-06-20T09:19:25.944Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
71 | 2024-06-20T09:19:25.970Z | + [[ -n '' ]] |
72 | 2024-06-20T09:19:25.970Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
73 | 2024-06-20T09:19:25.970Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
74 | 2024-06-20T09:19:25.970Z | process exited: duration 1703 ms, exit code 0 |
|
75 | 2024-06-20T09:19:26.018Z | starting task 4: "build" |
76 | 2024-06-20T09:19:26.042Z | + cargo --version |
77 | 2024-06-20T09:19:26.042Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
78 | 2024-06-20T09:19:26.148Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
79 | 2024-06-20T09:19:26.148Z | info: downloading component 'cargo' |
80 | 2024-06-20T09:19:26.308Z | info: downloading component 'clippy' |
81 | 2024-06-20T09:19:26.367Z | info: downloading component 'rust-docs' |
82 | 2024-06-20T09:19:26.565Z | info: downloading component 'rust-std' |
83 | 2024-06-20T09:19:26.949Z | info: downloading component 'rustc' |
84 | 2024-06-20T09:19:27.560Z | info: downloading component 'rustfmt' |
85 | 2024-06-20T09:19:27.601Z | info: installing component 'cargo' |
86 | 2024-06-20T09:19:28.711Z | info: installing component 'clippy' |
87 | 2024-06-20T09:19:29.112Z | info: installing component 'rust-docs' |
88 | 2024-06-20T09:19:31.469Z | info: installing component 'rust-std' |
89 | 2024-06-20T09:19:33.509Z | info: installing component 'rustc' |
90 | 2024-06-20T09:19:38.269Z | info: installing component 'rustfmt' |
91 | 2024-06-20T09:19:38.720Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
92 | 2024-06-20T09:19:38.745Z | + rustc --version |
93 | 2024-06-20T09:19:38.862Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
94 | 2024-06-20T09:19:38.887Z | + cd lib/opte |
95 | 2024-06-20T09:19:38.888Z | + header 'check style' |
96 | 2024-06-20T09:19:38.888Z | + echo '# ==== check style ==== #' |
97 | 2024-06-20T09:19:38.888Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
98 | 2024-06-20T09:19:38.888Z | # ==== check style ==== # |
99 | 2024-06-20T09:19:39.664Z | |
100 | 2024-06-20T09:19:39.664Z | real 0.789296357 |
101 | 2024-06-20T09:19:39.664Z | user 0.353858123 |
102 | 2024-06-20T09:19:39.664Z | sys 0.425421602 |
103 | 2024-06-20T09:19:39.664Z | trap 0.000062943 |
104 | 2024-06-20T09:19:39.664Z | tflt 0.000000000 |
105 | 2024-06-20T09:19:39.665Z | dflt 0.000000000 |
106 | 2024-06-20T09:19:39.665Z | kflt 0.000000000 |
107 | 2024-06-20T09:19:39.665Z | lock 0.000000000 |
108 | 2024-06-20T09:19:39.690Z | slp 0.647436574 |
109 | 2024-06-20T09:19:39.690Z | lat 0.000597213 |
110 | 2024-06-20T09:19:39.691Z | stop 0.000349663 |
111 | 2024-06-20T09:19:39.691Z | # ==== check docs ==== # |
112 | 2024-06-20T09:19:39.691Z | + header 'check docs' |
113 | 2024-06-20T09:19:39.691Z | + echo '# ==== check docs ==== #' |
114 | 2024-06-20T09:19:39.691Z | + RUSTDOCFLAGS='-D warnings' |
115 | 2024-06-20T09:19:39.691Z | + ptime -m cargo +nightly-2024-05-12 doc --no-default-features --features=api,std,engine,kernel |
116 | 2024-06-20T09:19:39.894Z | Updating crates.io index |
117 | 2024-06-20T09:19:39.965Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
118 | 2024-06-20T09:19:40.817Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
119 | 2024-06-20T09:19:41.164Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
120 | 2024-06-20T09:19:45.020Z | Updating git repository `https://github.com/oxidecomputer/zone` |
121 | 2024-06-20T09:19:45.020Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
122 | 2024-06-20T09:19:45.020Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
123 | 2024-06-20T09:19:45.020Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2024-06-20T09:19:45.020Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
125 | 2024-06-20T09:19:45.047Z | Downloading crates ... |
126 | 2024-06-20T09:19:45.047Z | Downloaded dtrace-parser v0.2.0 |
127 | 2024-06-20T09:19:45.047Z | Downloaded thiserror-impl v1.0.61 |
128 | 2024-06-20T09:19:45.047Z | Downloaded version_check v0.9.4 |
129 | 2024-06-20T09:19:45.047Z | Downloaded managed v0.8.0 |
130 | 2024-06-20T09:19:45.047Z | Downloaded zerocopy-derive v0.7.34 |
131 | 2024-06-20T09:19:45.047Z | Downloaded tabwriter v1.4.0 |
132 | 2024-06-20T09:19:45.047Z | Downloaded usdt-macro v0.5.0 |
133 | 2024-06-20T09:19:45.047Z | Downloaded strsim v0.11.1 |
134 | 2024-06-20T09:19:45.047Z | Downloaded zerocopy v0.7.34 |
135 | 2024-06-20T09:19:45.047Z | Downloaded usdt-attr-macro v0.5.0 |
136 | 2024-06-20T09:19:45.047Z | Downloaded syn v2.0.66 |
137 | 2024-06-20T09:19:45.048Z | Downloaded unicode-width v0.1.13 |
138 | 2024-06-20T09:19:45.048Z | Downloaded smoltcp v0.11.0 |
139 | 2024-06-20T09:19:45.048Z | Downloaded libc v0.2.155 |
140 | 2024-06-20T09:19:45.048Z | Downloaded ucd-trie v0.1.6 |
141 | 2024-06-20T09:19:45.048Z | Downloaded thread-id v4.2.1 |
142 | 2024-06-20T09:19:45.048Z | Downloaded thiserror v1.0.61 |
143 | 2024-06-20T09:19:45.048Z | Downloaded syn v1.0.109 |
144 | 2024-06-20T09:19:45.048Z | Downloaded serde_tokenstream v0.2.0 |
145 | 2024-06-20T09:19:45.048Z | Downloaded serde_json v1.0.117 |
146 | 2024-06-20T09:19:45.074Z | Downloaded serde_derive v1.0.203 |
147 | 2024-06-20T09:19:45.075Z | Downloaded serde v1.0.203 |
148 | 2024-06-20T09:19:45.075Z | Downloaded scroll_derive v0.12.0 |
149 | 2024-06-20T09:19:45.075Z | Downloaded ryu v1.0.18 |
150 | 2024-06-20T09:19:45.075Z | Downloaded proc-macro2 v1.0.85 |
151 | 2024-06-20T09:19:45.075Z | Downloaded proc-macro-error v1.0.4 |
152 | 2024-06-20T09:19:45.075Z | Downloaded postcard v1.0.8 |
153 | 2024-06-20T09:19:45.075Z | Downloaded pest_meta v2.7.10 |
154 | 2024-06-20T09:19:45.075Z | Downloaded pest_derive v2.7.10 |
155 | 2024-06-20T09:19:45.101Z | Downloaded pest v2.7.10 |
156 | 2024-06-20T09:19:45.101Z | Downloaded memchr v2.7.2 |
157 | 2024-06-20T09:19:45.101Z | Downloaded itertools v0.12.1 |
158 | 2024-06-20T09:19:45.101Z | Downloaded heapless v0.8.0 |
159 | 2024-06-20T09:19:45.125Z | Downloaded goblin v0.8.2 |
160 | 2024-06-20T09:19:45.125Z | Downloaded sha2 v0.10.8 |
161 | 2024-06-20T09:19:45.125Z | Downloaded scroll v0.12.0 |
162 | 2024-06-20T09:19:45.125Z | Downloaded quote v1.0.36 |
163 | 2024-06-20T09:19:45.125Z | Downloaded memmap v0.7.0 |
164 | 2024-06-20T09:19:45.125Z | Downloaded dyn-clone v1.0.17 |
165 | 2024-06-20T09:19:45.125Z | Downloaded defmt v0.3.8 |
166 | 2024-06-20T09:19:45.126Z | Downloaded darling_core v0.20.9 |
167 | 2024-06-20T09:19:45.150Z | Downloaded usdt-impl v0.5.0 |
168 | 2024-06-20T09:19:45.151Z | Downloaded usdt v0.5.0 |
169 | 2024-06-20T09:19:45.151Z | Downloaded unicode-ident v1.0.12 |
170 | 2024-06-20T09:19:45.151Z | Downloaded typenum v1.17.0 |
171 | 2024-06-20T09:19:45.151Z | Downloaded log v0.4.21 |
172 | 2024-06-20T09:19:45.151Z | Downloaded hash32 v0.3.1 |
173 | 2024-06-20T09:19:45.151Z | Downloaded generic-array v0.14.7 |
174 | 2024-06-20T09:19:45.151Z | Downloaded embedded-io v0.4.0 |
175 | 2024-06-20T09:19:45.151Z | Downloaded dof v0.3.0 |
176 | 2024-06-20T09:19:45.151Z | Downloaded defmt-parser v0.3.4 |
177 | 2024-06-20T09:19:45.151Z | Downloaded proc-macro-error-attr v1.0.4 |
178 | 2024-06-20T09:19:45.151Z | Downloaded pretty-hex v0.4.1 |
179 | 2024-06-20T09:19:45.151Z | Downloaded once_cell v1.19.0 |
180 | 2024-06-20T09:19:45.175Z | Downloaded fnv v1.0.7 |
181 | 2024-06-20T09:19:45.175Z | Downloaded defmt-macros v0.3.9 |
182 | 2024-06-20T09:19:45.175Z | Downloaded darling_macro v0.20.9 |
183 | 2024-06-20T09:19:45.175Z | Downloaded stable_deref_trait v1.2.0 |
184 | 2024-06-20T09:19:45.175Z | Downloaded plain v0.2.3 |
185 | 2024-06-20T09:19:45.175Z | Downloaded pest_generator v2.7.10 |
186 | 2024-06-20T09:19:45.175Z | Downloaded itoa v1.0.11 |
187 | 2024-06-20T09:19:45.175Z | Downloaded ipnetwork v0.20.0 |
188 | 2024-06-20T09:19:45.175Z | Downloaded ident_case v1.0.1 |
189 | 2024-06-20T09:19:45.175Z | Downloaded either v1.12.0 |
190 | 2024-06-20T09:19:45.175Z | Downloaded digest v0.10.7 |
191 | 2024-06-20T09:19:45.175Z | Downloaded darling v0.20.9 |
192 | 2024-06-20T09:19:45.175Z | Downloaded crypto-common v0.1.6 |
193 | 2024-06-20T09:19:45.175Z | Downloaded crc32fast v1.4.2 |
194 | 2024-06-20T09:19:45.200Z | Downloaded cpufeatures v0.2.12 |
195 | 2024-06-20T09:19:45.200Z | Downloaded cobs v0.2.3 |
196 | 2024-06-20T09:19:45.200Z | Downloaded cfg-if v1.0.0 |
197 | 2024-06-20T09:19:45.200Z | Downloaded byteorder v1.5.0 |
198 | 2024-06-20T09:19:45.200Z | Downloaded block-buffer v0.10.4 |
199 | 2024-06-20T09:19:45.201Z | Downloaded bitflags v1.3.2 |
200 | 2024-06-20T09:19:45.291Z | Compiling proc-macro2 v1.0.85 |
201 | 2024-06-20T09:19:45.315Z | Compiling unicode-ident v1.0.12 |
202 | 2024-06-20T09:19:45.315Z | Documenting unicode-ident v1.0.12 |
203 | 2024-06-20T09:19:45.315Z | Checking byteorder v1.5.0 |
204 | 2024-06-20T09:19:45.316Z | Compiling serde v1.0.203 |
205 | 2024-06-20T09:19:45.316Z | Compiling heapless v0.8.0 |
206 | 2024-06-20T09:19:45.316Z | Compiling strsim v0.11.1 |
207 | 2024-06-20T09:19:45.535Z | Compiling ident_case v1.0.1 |
208 | 2024-06-20T09:19:45.587Z | Compiling fnv v1.0.7 |
209 | 2024-06-20T09:19:45.643Z | Checking hash32 v0.3.1 |
210 | 2024-06-20T09:19:45.716Z | Checking cfg-if v1.0.0 |
211 | 2024-06-20T09:19:45.740Z | Checking stable_deref_trait v1.2.0 |
212 | 2024-06-20T09:19:45.914Z | Documenting byteorder v1.5.0 |
213 | 2024-06-20T09:19:45.965Z | Compiling smoltcp v0.11.0 |
214 | 2024-06-20T09:19:46.062Z | Documenting ident_case v1.0.1 |
215 | 2024-06-20T09:19:46.086Z | Checking bitflags v1.3.2 |
216 | 2024-06-20T09:19:46.114Z | Documenting strsim v0.11.1 |
217 | 2024-06-20T09:19:46.621Z | Documenting fnv v1.0.7 |
218 | 2024-06-20T09:19:46.788Z | Checking quote v1.0.36 |
219 | 2024-06-20T09:19:47.150Z | Checking syn v2.0.66 |
220 | 2024-06-20T09:19:47.629Z | Checking managed v0.8.0 |
221 | 2024-06-20T09:19:47.945Z | Checking cobs v0.2.3 |
222 | 2024-06-20T09:19:47.985Z | Documenting proc-macro2 v1.0.85 |
223 | 2024-06-20T09:19:48.100Z | Checking embedded-io v0.4.0 |
224 | 2024-06-20T09:19:48.258Z | Documenting stable_deref_trait v1.2.0 |
225 | 2024-06-20T09:19:48.511Z | Documenting hash32 v0.3.1 |
226 | 2024-06-20T09:19:49.805Z | Documenting cfg-if v1.0.0 |
227 | 2024-06-20T09:19:50.301Z | Documenting embedded-io v0.4.0 |
228 | 2024-06-20T09:19:50.717Z | Checking either v1.12.0 |
229 | 2024-06-20T09:19:50.977Z | Documenting managed v0.8.0 |
230 | 2024-06-20T09:19:51.001Z | Documenting heapless v0.8.0 |
231 | 2024-06-20T09:19:51.322Z | Checking darling_core v0.20.9 |
232 | 2024-06-20T09:19:51.966Z | Documenting quote v1.0.36 |
233 | 2024-06-20T09:19:52.421Z | Documenting bitflags v1.3.2 |
234 | 2024-06-20T09:19:53.000Z | Checking ipnetwork v0.20.0 |
235 | 2024-06-20T09:19:53.042Z | Compiling version_check v0.9.4 |
236 | 2024-06-20T09:19:53.258Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
237 | 2024-06-20T09:19:53.450Z | Checking unicode-width v0.1.13 |
238 | 2024-06-20T09:19:53.602Z | Documenting cobs v0.2.3 |
239 | 2024-06-20T09:19:53.630Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
240 | 2024-06-20T09:19:53.899Z | Documenting either v1.12.0 |
241 | 2024-06-20T09:19:53.945Z | Documenting ipnetwork v0.20.0 |
242 | 2024-06-20T09:19:54.114Z | Documenting unicode-width v0.1.13 |
243 | 2024-06-20T09:19:54.972Z | Documenting smoltcp v0.11.0 |
244 | 2024-06-20T09:19:55.775Z | Documenting syn v2.0.66 |
245 | 2024-06-20T09:19:56.064Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
246 | 2024-06-20T09:19:56.462Z | Documenting itertools v0.12.1 |
247 | 2024-06-20T09:19:56.633Z | Documenting tabwriter v1.4.0 |
248 | 2024-06-20T09:19:56.776Z | Compiling serde_derive v1.0.203 |
249 | 2024-06-20T09:19:57.314Z | Compiling darling_macro v0.20.9 |
250 | 2024-06-20T09:19:57.740Z | Compiling zerocopy-derive v0.7.34 |
251 | 2024-06-20T09:19:58.168Z | Compiling darling v0.20.9 |
252 | 2024-06-20T09:19:58.359Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
253 | 2024-06-20T09:19:58.746Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
254 | 2024-06-20T09:19:59.212Z | Checking tabwriter v1.4.0 |
255 | 2024-06-20T09:19:59.425Z | Documenting crc32fast v1.4.2 |
256 | 2024-06-20T09:19:59.460Z | Checking zerocopy v0.7.34 |
257 | 2024-06-20T09:19:59.515Z | Checking itertools v0.12.1 |
258 | 2024-06-20T09:19:59.773Z | Checking crc32fast v1.4.2 |
259 | 2024-06-20T09:19:59.969Z | Documenting dyn-clone v1.0.17 |
260 | 2024-06-20T09:20:00.418Z | Checking dyn-clone v1.0.17 |
261 | 2024-06-20T09:20:05.896Z | Checking postcard v1.0.8 |
262 | 2024-06-20T09:20:06.460Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
263 | 2024-06-20T09:20:10.474Z | Documenting darling_core v0.20.9 |
264 | 2024-06-20T09:20:10.474Z | Documenting serde_derive v1.0.203 |
265 | 2024-06-20T09:20:10.498Z | Documenting zerocopy-derive v0.7.34 |
266 | 2024-06-20T09:20:10.499Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
267 | 2024-06-20T09:20:14.376Z | Documenting zerocopy v0.7.34 |
268 | 2024-06-20T09:20:15.834Z | Documenting serde v1.0.203 |
269 | 2024-06-20T09:20:17.274Z | Documenting darling_macro v0.20.9 |
270 | 2024-06-20T09:20:21.037Z | Documenting darling v0.20.9 |
271 | 2024-06-20T09:20:21.886Z | Documenting postcard v1.0.8 |
272 | 2024-06-20T09:20:24.690Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
273 | 2024-06-20T09:20:25.282Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
274 | 2024-06-20T09:20:29.034Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
275 | 2024-06-20T09:20:35.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.06s |
276 | 2024-06-20T09:20:35.841Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
277 | 2024-06-20T09:20:35.869Z | |
278 | 2024-06-20T09:20:35.893Z | real 56.177950089 |
279 | 2024-06-20T09:20:35.893Z | user 1:39.934491774 |
280 | 2024-06-20T09:20:35.893Z | sys 1:38.357997388 |
281 | 2024-06-20T09:20:35.893Z | trap 0.036275667 |
282 | 2024-06-20T09:20:35.893Z | tflt 0.167516085 |
283 | 2024-06-20T09:20:35.893Z | dflt 0.155532617 |
284 | 2024-06-20T09:20:35.893Z | kflt 0.001180930 |
285 | 2024-06-20T09:20:35.893Z | lock 4:31.303009201 |
286 | 2024-06-20T09:20:35.893Z | slp 7:55.197275510 |
287 | 2024-06-20T09:20:35.893Z | lat 8.062189213 |
288 | 2024-06-20T09:20:35.893Z | stop 7.405286480 |
289 | 2024-06-20T09:20:35.893Z | # ==== analyze std + api ==== # |
290 | 2024-06-20T09:20:35.893Z | + header 'analyze std + api' |
291 | 2024-06-20T09:20:35.893Z | + echo '# ==== analyze std + api ==== #' |
292 | 2024-06-20T09:20:35.893Z | + ptime -m cargo clippy --all-targets |
293 | 2024-06-20T09:20:36.337Z | Compiling proc-macro2 v1.0.85 |
294 | 2024-06-20T09:20:36.337Z | Compiling unicode-ident v1.0.12 |
295 | 2024-06-20T09:20:36.337Z | Compiling thiserror v1.0.61 |
296 | 2024-06-20T09:20:36.337Z | Compiling memchr v2.7.2 |
297 | 2024-06-20T09:20:36.361Z | Compiling ucd-trie v0.1.6 |
298 | 2024-06-20T09:20:36.361Z | Compiling version_check v0.9.4 |
299 | 2024-06-20T09:20:36.361Z | Compiling libc v0.2.155 |
300 | 2024-06-20T09:20:36.361Z | Compiling once_cell v1.19.0 |
301 | 2024-06-20T09:20:36.547Z | Compiling serde_json v1.0.117 |
302 | 2024-06-20T09:20:36.694Z | Compiling serde v1.0.203 |
303 | 2024-06-20T09:20:36.814Z | Checking byteorder v1.5.0 |
304 | 2024-06-20T09:20:36.928Z | Compiling ryu v1.0.18 |
305 | 2024-06-20T09:20:36.991Z | Compiling itoa v1.0.11 |
306 | 2024-06-20T09:20:37.168Z | Compiling usdt-impl v0.5.0 |
307 | 2024-06-20T09:20:37.390Z | Compiling heapless v0.8.0 |
308 | 2024-06-20T09:20:37.540Z | Compiling fnv v1.0.7 |
309 | 2024-06-20T09:20:37.634Z | Compiling quote v1.0.36 |
310 | 2024-06-20T09:20:37.658Z | Checking plain v0.2.3 |
311 | 2024-06-20T09:20:37.756Z | Compiling thread-id v4.2.1 |
312 | 2024-06-20T09:20:37.780Z | Compiling ident_case v1.0.1 |
313 | 2024-06-20T09:20:37.780Z | Checking log v0.4.21 |
314 | 2024-06-20T09:20:37.842Z | Compiling strsim v0.11.1 |
315 | 2024-06-20T09:20:37.992Z | Compiling syn v2.0.66 |
316 | 2024-06-20T09:20:38.027Z | Checking hash32 v0.3.1 |
317 | 2024-06-20T09:20:38.174Z | Checking pretty-hex v0.4.1 |
318 | 2024-06-20T09:20:38.198Z | Checking cfg-if v1.0.0 |
319 | 2024-06-20T09:20:38.223Z | Checking stable_deref_trait v1.2.0 |
320 | 2024-06-20T09:20:38.247Z | Compiling smoltcp v0.11.0 |
321 | 2024-06-20T09:20:38.345Z | Checking embedded-io v0.4.0 |
322 | 2024-06-20T09:20:38.389Z | Checking bitflags v1.3.2 |
323 | 2024-06-20T09:20:38.490Z | Checking managed v0.8.0 |
324 | 2024-06-20T09:20:38.522Z | Checking cobs v0.2.3 |
325 | 2024-06-20T09:20:38.546Z | Checking memmap v0.7.0 |
326 | 2024-06-20T09:20:38.595Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
327 | 2024-06-20T09:20:38.655Z | Checking either v1.12.0 |
328 | 2024-06-20T09:20:38.679Z | Checking ipnetwork v0.20.0 |
329 | 2024-06-20T09:20:38.786Z | Checking unicode-width v0.1.13 |
330 | 2024-06-20T09:20:38.810Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
331 | 2024-06-20T09:20:38.904Z | Checking crc32fast v1.4.2 |
332 | 2024-06-20T09:20:38.931Z | Checking tabwriter v1.4.0 |
333 | 2024-06-20T09:20:38.955Z | Checking dyn-clone v1.0.17 |
334 | 2024-06-20T09:20:38.955Z | Checking itertools v0.12.1 |
335 | 2024-06-20T09:20:42.305Z | Compiling darling_core v0.20.9 |
336 | 2024-06-20T09:20:45.053Z | Compiling thiserror-impl v1.0.61 |
337 | 2024-06-20T09:20:45.053Z | Compiling serde_derive v1.0.203 |
338 | 2024-06-20T09:20:45.077Z | Compiling zerocopy-derive v0.7.34 |
339 | 2024-06-20T09:20:45.077Z | Compiling scroll_derive v0.12.0 |
340 | 2024-06-20T09:20:45.077Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
341 | 2024-06-20T09:20:46.083Z | Compiling darling_macro v0.20.9 |
342 | 2024-06-20T09:20:46.244Z | Checking scroll v0.12.0 |
343 | 2024-06-20T09:20:46.606Z | Checking goblin v0.8.2 |
344 | 2024-06-20T09:20:46.630Z | Compiling zerocopy v0.7.34 |
345 | 2024-06-20T09:20:46.887Z | Compiling darling v0.20.9 |
346 | 2024-06-20T09:20:46.984Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
347 | 2024-06-20T09:20:47.063Z | Compiling pest v2.7.10 |
348 | 2024-06-20T09:20:48.886Z | Compiling pest_meta v2.7.10 |
349 | 2024-06-20T09:20:49.829Z | Compiling pest_generator v2.7.10 |
350 | 2024-06-20T09:20:51.399Z | Compiling pest_derive v2.7.10 |
351 | 2024-06-20T09:20:52.051Z | Compiling dtrace-parser v0.2.0 |
352 | 2024-06-20T09:20:53.332Z | Checking postcard v1.0.8 |
353 | 2024-06-20T09:20:53.862Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
354 | 2024-06-20T09:20:53.922Z | Compiling serde_tokenstream v0.2.0 |
355 | 2024-06-20T09:20:54.469Z | Checking dof v0.3.0 |
356 | 2024-06-20T09:20:56.466Z | Compiling usdt-attr-macro v0.5.0 |
357 | 2024-06-20T09:20:56.466Z | Compiling usdt-macro v0.5.0 |
358 | 2024-06-20T09:20:57.495Z | Checking usdt v0.5.0 |
359 | 2024-06-20T09:21:12.083Z | warning: the loop variable `i` is only used to index `els` |
360 | 2024-06-20T09:21:12.083Z | --> lib/opte/src/engine/packet.rs:4026:18 |
361 | 2024-06-20T09:21:12.083Z | | |
362 | 2024-06-20T09:21:12.083Z | 4026 | for i in 0..els.len() { |
363 | 2024-06-20T09:21:12.083Z | | ^^^^^^^^^^^^ |
364 | 2024-06-20T09:21:12.083Z | | |
365 | 2024-06-20T09:21:12.083Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
366 | 2024-06-20T09:21:12.083Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
367 | 2024-06-20T09:21:12.083Z | help: consider using an iterator |
368 | 2024-06-20T09:21:12.083Z | | |
369 | 2024-06-20T09:21:12.083Z | 4026 | for <item> in &els { |
370 | 2024-06-20T09:21:12.083Z | | ~~~~~~ ~~~~ |
371 | 2024-06-20T09:21:12.083Z | |
372 | 2024-06-20T09:21:13.197Z | warning: `opte` (lib test) generated 1 warning |
373 | 2024-06-20T09:21:13.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.17s |
374 | 2024-06-20T09:21:13.246Z | |
375 | 2024-06-20T09:21:13.246Z | real 37.349974717 |
376 | 2024-06-20T09:21:13.246Z | user 1:31.795686961 |
377 | 2024-06-20T09:21:13.246Z | sys 23.671683568 |
378 | 2024-06-20T09:21:13.246Z | trap 0.036243998 |
379 | 2024-06-20T09:21:13.246Z | tflt 0.249979672 |
380 | 2024-06-20T09:21:13.246Z | dflt 0.825564776 |
381 | 2024-06-20T09:21:13.246Z | kflt 0.000062644 |
382 | 2024-06-20T09:21:13.246Z | lock 3:04.090466877 |
383 | 2024-06-20T09:21:13.246Z | slp 4:14.411838716 |
384 | 2024-06-20T09:21:13.246Z | lat 3.306908784 |
385 | 2024-06-20T09:21:13.246Z | stop 3.179556425 |
386 | 2024-06-20T09:21:13.246Z | + header 'analyze no_std + engine + kernel' |
387 | 2024-06-20T09:21:13.246Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
388 | 2024-06-20T09:21:13.246Z | # ==== analyze no_std + engine + kernel ==== # |
389 | 2024-06-20T09:21:13.246Z | + ptime -m cargo +nightly-2024-05-12 clippy --no-default-features --features engine,kernel |
390 | 2024-06-20T09:21:13.632Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
391 | 2024-06-20T09:21:13.632Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
392 | 2024-06-20T09:21:13.656Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
393 | 2024-06-20T09:21:13.656Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
394 | 2024-06-20T09:21:13.865Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
395 | 2024-06-20T09:21:22.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.61s |
396 | 2024-06-20T09:21:22.990Z | |
397 | 2024-06-20T09:21:23.014Z | real 9.751465420 |
398 | 2024-06-20T09:21:23.014Z | user 10.421098805 |
399 | 2024-06-20T09:21:23.014Z | sys 1.766959258 |
400 | 2024-06-20T09:21:23.014Z | trap 0.003716012 |
401 | 2024-06-20T09:21:23.014Z | tflt 0.007757407 |
402 | 2024-06-20T09:21:23.014Z | dflt 0.027102736 |
403 | 2024-06-20T09:21:23.015Z | kflt 0.000000000 |
404 | 2024-06-20T09:21:23.015Z | lock 26.192803705 |
405 | 2024-06-20T09:21:23.015Z | slp 35.297759504 |
406 | 2024-06-20T09:21:23.015Z | lat 0.087826650 |
407 | 2024-06-20T09:21:23.015Z | stop 0.117703216 |
408 | 2024-06-20T09:21:23.015Z | + header test |
409 | 2024-06-20T09:21:23.015Z | # ==== test ==== # |
410 | 2024-06-20T09:21:23.015Z | + echo '# ==== test ==== #' |
411 | 2024-06-20T09:21:23.015Z | + ptime -m cargo test |
412 | 2024-06-20T09:21:23.314Z | Compiling unicode-ident v1.0.12 |
413 | 2024-06-20T09:21:23.314Z | Compiling byteorder v1.5.0 |
414 | 2024-06-20T09:21:23.339Z | Compiling ucd-trie v0.1.6 |
415 | 2024-06-20T09:21:23.339Z | Compiling memchr v2.7.2 |
416 | 2024-06-20T09:21:23.339Z | Compiling ryu v1.0.18 |
417 | 2024-06-20T09:21:23.339Z | Compiling itoa v1.0.11 |
418 | 2024-06-20T09:21:23.339Z | Compiling libc v0.2.155 |
419 | 2024-06-20T09:21:23.364Z | Compiling plain v0.2.3 |
420 | 2024-06-20T09:21:23.469Z | Compiling proc-macro2 v1.0.85 |
421 | 2024-06-20T09:21:23.493Z | Compiling log v0.4.21 |
422 | 2024-06-20T09:21:23.518Z | Compiling pretty-hex v0.4.1 |
423 | 2024-06-20T09:21:23.621Z | Compiling stable_deref_trait v1.2.0 |
424 | 2024-06-20T09:21:23.684Z | Compiling hash32 v0.3.1 |
425 | 2024-06-20T09:21:23.709Z | Compiling cfg-if v1.0.0 |
426 | 2024-06-20T09:21:23.709Z | Compiling bitflags v1.3.2 |
427 | 2024-06-20T09:21:23.759Z | Compiling cobs v0.2.3 |
428 | 2024-06-20T09:21:23.783Z | Compiling managed v0.8.0 |
429 | 2024-06-20T09:21:23.808Z | Compiling embedded-io v0.4.0 |
430 | 2024-06-20T09:21:23.880Z | Compiling thread-id v4.2.1 |
431 | 2024-06-20T09:21:23.951Z | Compiling heapless v0.8.0 |
432 | 2024-06-20T09:21:23.976Z | Compiling memmap v0.7.0 |
433 | 2024-06-20T09:21:23.976Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
434 | 2024-06-20T09:21:24.000Z | Compiling ipnetwork v0.20.0 |
435 | 2024-06-20T09:21:24.025Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
436 | 2024-06-20T09:21:24.143Z | Compiling quote v1.0.36 |
437 | 2024-06-20T09:21:24.170Z | Compiling either v1.12.0 |
438 | 2024-06-20T09:21:24.238Z | Compiling unicode-width v0.1.13 |
439 | 2024-06-20T09:21:24.333Z | Compiling crc32fast v1.4.2 |
440 | 2024-06-20T09:21:24.427Z | Compiling syn v2.0.66 |
441 | 2024-06-20T09:21:24.510Z | Compiling itertools v0.12.1 |
442 | 2024-06-20T09:21:24.535Z | Compiling tabwriter v1.4.0 |
443 | 2024-06-20T09:21:24.581Z | Compiling dyn-clone v1.0.17 |
444 | 2024-06-20T09:21:24.792Z | Compiling smoltcp v0.11.0 |
445 | 2024-06-20T09:21:28.522Z | Compiling darling_core v0.20.9 |
446 | 2024-06-20T09:21:32.783Z | Compiling serde_derive v1.0.203 |
447 | 2024-06-20T09:21:32.783Z | Compiling thiserror-impl v1.0.61 |
448 | 2024-06-20T09:21:32.808Z | Compiling zerocopy-derive v0.7.34 |
449 | 2024-06-20T09:21:32.808Z | Compiling scroll_derive v0.12.0 |
450 | 2024-06-20T09:21:32.808Z | Compiling darling_macro v0.20.9 |
451 | 2024-06-20T09:21:32.808Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
452 | 2024-06-20T09:21:33.879Z | Compiling darling v0.20.9 |
453 | 2024-06-20T09:21:33.961Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
454 | 2024-06-20T09:21:34.113Z | Compiling scroll v0.12.0 |
455 | 2024-06-20T09:21:34.510Z | Compiling goblin v0.8.2 |
456 | 2024-06-20T09:21:34.536Z | Compiling zerocopy v0.7.34 |
457 | 2024-06-20T09:21:34.845Z | Compiling thiserror v1.0.61 |
458 | 2024-06-20T09:21:34.919Z | Compiling pest v2.7.10 |
459 | 2024-06-20T09:21:36.775Z | Compiling pest_meta v2.7.10 |
460 | 2024-06-20T09:21:37.410Z | Compiling serde v1.0.203 |
461 | 2024-06-20T09:21:37.741Z | Compiling pest_generator v2.7.10 |
462 | 2024-06-20T09:21:39.259Z | Compiling pest_derive v2.7.10 |
463 | 2024-06-20T09:21:40.180Z | Compiling dtrace-parser v0.2.0 |
464 | 2024-06-20T09:21:41.785Z | Compiling serde_json v1.0.117 |
465 | 2024-06-20T09:21:41.785Z | Compiling postcard v1.0.8 |
466 | 2024-06-20T09:21:41.810Z | Compiling serde_tokenstream v0.2.0 |
467 | 2024-06-20T09:21:42.343Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
468 | 2024-06-20T09:21:43.047Z | Compiling dof v0.3.0 |
469 | 2024-06-20T09:21:43.528Z | Compiling usdt-impl v0.5.0 |
470 | 2024-06-20T09:21:44.472Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-06-20T09:21:44.472Z | Compiling usdt-macro v0.5.0 |
472 | 2024-06-20T09:21:45.880Z | Compiling usdt v0.5.0 |
473 | 2024-06-20T09:22:04.992Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 41.94s |
474 | 2024-06-20T09:22:05.016Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-804da0bd821f40b2) |
475 | 2024-06-20T09:22:05.016Z | |
476 | 2024-06-20T09:22:05.016Z | running 88 tests |
477 | 2024-06-20T09:22:05.084Z | test d_error::tests::name_truncation ... ok |
478 | 2024-06-20T09:22:05.084Z | test d_error::tests::name_and_data_storage ... ok |
479 | 2024-06-20T09:22:05.084Z | test ddi::time::test::good_interval ... ok |
480 | 2024-06-20T09:22:05.084Z | test ddi::time::test::bad_interval - should panic ... ok |
481 | 2024-06-20T09:22:05.084Z | test engine::dhcp::test::domainname_encode ... ok |
482 | 2024-06-20T09:22:05.084Z | test engine::dhcp::test::offlink_encode ... ok |
483 | 2024-06-20T09:22:05.084Z | test engine::dhcp::test::hostname_encode ... ok |
484 | 2024-06-20T09:22:05.084Z | test engine::dhcp::test::rfc3442_encode ... ok |
485 | 2024-06-20T09:22:05.084Z | test engine::dhcp::test::domain_search_option_encode ... ok |
486 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
487 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_client_id ... ok |
488 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
489 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
490 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_iana ... ok |
491 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_iata ... ok |
492 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
493 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
494 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
495 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_option_request ... ok |
496 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
497 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
498 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_status ... ok |
499 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_server_id ... ok |
500 | 2024-06-20T09:22:05.084Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
501 | 2024-06-20T09:22:05.085Z | test engine::ether::test::emit ... ok |
502 | 2024-06-20T09:22:05.085Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
503 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::bad_opt_len_fails ... ok |
504 | 2024-06-20T09:22:05.085Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
505 | 2024-06-20T09:22:05.085Z | test engine::flow_table::test::flow_clear ... ok |
506 | 2024-06-20T09:22:05.085Z | test engine::flow_table::test::flow_expired ... ok |
507 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::emit_external_opt ... ok |
508 | 2024-06-20T09:22:05.085Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
509 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::emit_no_opts ... ok |
510 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::parse_single_opt ... ok |
511 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::parse_multi_opt ... ok |
512 | 2024-06-20T09:22:05.085Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
513 | 2024-06-20T09:22:05.085Z | test engine::ip4::cidr_match ... ok |
514 | 2024-06-20T09:22:05.085Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
515 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::emit ... ok |
516 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::from_pairs ... ok |
517 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::bad_ipv6_version_caught ... ok |
518 | 2024-06-20T09:22:05.085Z | test engine::icmp::v4::test::icmp4_body_csum_equals_body ... ok |
519 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::test_ip6_meta_total_len ... ok |
520 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::test_set_total_len ... ok |
521 | 2024-06-20T09:22:05.085Z | test engine::ip4::match_check ... ok |
522 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::test_ipv6_addr_match_exact ... ok |
523 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::too_many_exts_are_parse_error ... ok |
524 | 2024-06-20T09:22:05.085Z | test engine::packet::test::chain_breaks_links ... ok |
525 | 2024-06-20T09:22:05.085Z | test engine::nat::test::nat4_rewrite ... ok |
526 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::test_ipv6_cidr_match_prefix ... ok |
527 | 2024-06-20T09:22:05.085Z | test engine::packet::test::chain_append_links ... ok |
528 | 2024-06-20T09:22:05.085Z | test engine::ip6::test::test_extension_header_lengths_ok ... ok |
529 | 2024-06-20T09:22:05.085Z | test engine::layer::test::find_rule ... ok |
530 | 2024-06-20T09:22:05.085Z | test engine::packet::test::chain_has_correct_ends ... ok |
531 | 2024-06-20T09:22:05.085Z | test engine::packet::test::expand_and_shrink ... ok |
532 | 2024-06-20T09:22:05.085Z | test engine::ip4::test::emit ... ok |
533 | 2024-06-20T09:22:05.085Z | test engine::packet::test::chain_drain_complete ... ok |
534 | 2024-06-20T09:22:05.085Z | test engine::packet::test::not_enough_bytes_read ... ok |
535 | 2024-06-20T09:22:05.085Z | test engine::packet::test::slice_mut_unchecked_bad_len - should panic ... ok |
536 | 2024-06-20T09:22:05.085Z | test engine::packet::test::slice_mut_unchecked_bad_offset - should panic ... ok |
537 | 2024-06-20T09:22:05.085Z | test engine::packet::test::read_single_segment ... ok |
538 | 2024-06-20T09:22:05.085Z | test engine::packet::test::seg_writer ... ok |
539 | 2024-06-20T09:22:05.085Z | test engine::packet::test::slice_unchecked_bad_len - should panic ... ok |
540 | 2024-06-20T09:22:05.086Z | test engine::packet::test::slice_unchecked_zero ... ok |
541 | 2024-06-20T09:22:05.086Z | test engine::packet::test::straddled_tcp ... ok |
542 | 2024-06-20T09:22:05.086Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
543 | 2024-06-20T09:22:05.086Z | test engine::packet::test::slice_mut_unchecked_zero ... ok |
544 | 2024-06-20T09:22:05.086Z | test engine::packet::test::prefix_len ... ok |
545 | 2024-06-20T09:22:05.086Z | test engine::packet::test::small_packet_with_padding ... ok |
546 | 2024-06-20T09:22:05.086Z | test engine::packet::test::slice_unchecked_bad_offset - should panic ... ok |
547 | 2024-06-20T09:22:05.086Z | test engine::packet::test::read_seg ... ok |
548 | 2024-06-20T09:22:05.086Z | test engine::packet::test::test_long_packet_continuation ... ok |
549 | 2024-06-20T09:22:05.086Z | test engine::packet::test::udp6_packet_with_padding ... ok |
550 | 2024-06-20T09:22:05.086Z | test engine::packet::test::uninitialized_packet ... ok |
551 | 2024-06-20T09:22:05.086Z | test engine::packet::test::zero_byte_packet ... ok |
552 | 2024-06-20T09:22:05.086Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
553 | 2024-06-20T09:22:05.086Z | test engine::packet::test::write_and_read_multi_segment ... ok |
554 | 2024-06-20T09:22:05.086Z | test engine::rule::rule_matching ... ok |
555 | 2024-06-20T09:22:05.086Z | test engine::tcp::test::emit_no_opts ... ok |
556 | 2024-06-20T09:22:05.086Z | test engine::packet::test::wrap ... ok |
557 | 2024-06-20T09:22:05.086Z | test engine::snat::test::nat_mappings ... ok |
558 | 2024-06-20T09:22:05.086Z | test engine::udp::test::emit ... ok |
559 | 2024-06-20T09:22:05.086Z | test engine::tcp::test::emit_opts ... ok |
560 | 2024-06-20T09:22:05.086Z | test engine::tcp::test::parse_max_opts ... ok |
561 | 2024-06-20T09:22:05.086Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
562 | 2024-06-20T09:22:05.086Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
563 | 2024-06-20T09:22:05.086Z | test engine::tcp::test::parse_opts_truncated ... ok |
564 | 2024-06-20T09:22:05.086Z | test engine::tcp::test::parse_no_opts ... ok |
565 | 2024-06-20T09:22:05.086Z | |
566 | 2024-06-20T09:22:05.086Z | test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
567 | 2024-06-20T09:22:05.086Z | |
568 | 2024-06-20T09:22:05.086Z | Doc-tests opte |
569 | 2024-06-20T09:22:06.094Z | |
570 | 2024-06-20T09:22:06.094Z | running 3 tests |
571 | 2024-06-20T09:22:06.119Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 56) ... ignored |
572 | 2024-06-20T09:22:08.307Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 85) ... ok |
573 | 2024-06-20T09:22:08.369Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 41) ... ok |
574 | 2024-06-20T09:22:08.369Z | |
575 | 2024-06-20T09:22:08.393Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.28s |
576 | 2024-06-20T09:22:08.393Z | |
577 | 2024-06-20T09:22:08.417Z | |
578 | 2024-06-20T09:22:08.417Z | real 45.410312768 |
579 | 2024-06-20T09:22:08.417Z | user 1:55.794316542 |
580 | 2024-06-20T09:22:08.417Z | sys 30.153218672 |
581 | 2024-06-20T09:22:08.417Z | trap 0.041071615 |
582 | 2024-06-20T09:22:08.417Z | tflt 0.257511623 |
583 | 2024-06-20T09:22:08.418Z | dflt 1.300813987 |
584 | 2024-06-20T09:22:08.418Z | kflt 0.000169615 |
585 | 2024-06-20T09:22:08.418Z | lock 4:10.192071420 |
586 | 2024-06-20T09:22:08.418Z | slp 4:22.115584359 |
587 | 2024-06-20T09:22:08.418Z | lat 3.964030910 |
588 | 2024-06-20T09:22:08.418Z | stop 2.742860557 |
589 | 2024-06-20T09:22:08.418Z | process exited: duration 162398 ms, exit code 0 |
|
590 | 2024-06-20T09:22:08.468Z | found 0 output files |