|
|
|
1 | 2024-06-20T09:19:15.252Z | job assigned to worker 01J0TF1AJF18DB3T0MSCW066SM (queued for 56 s) |
|
2 | 2024-06-20T09:19:22.825Z | starting task 0: "setup" |
3 | 2024-06-20T09:19:22.880Z | ++ uname -s |
4 | 2024-06-20T09:19:22.884Z | + kern=SunOS |
5 | 2024-06-20T09:19:22.885Z | + case "$kern" in |
6 | 2024-06-20T09:19:22.885Z | + groupadd -g 12345 build |
7 | 2024-06-20T09:19:22.885Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T09:19:24.897Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T09:19:25.034Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T09:19:25.037Z | + home_fs=zfs |
11 | 2024-06-20T09:19:25.037Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T09:19:25.037Z | + mkdir -p /home/build |
13 | 2024-06-20T09:19:25.040Z | + chown build:build /home/build /work |
14 | 2024-06-20T09:19:27.040Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T09:19:27.043Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2024-06-20T09:19:27.049Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T09:19:27.054Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T09:19:27.054Z | ' nightly-2024-05-12 |
19 | 2024-06-20T09:19:27.057Z | * toolchain channel = "nightly-2024-05-12" |
20 | 2024-06-20T09:19:27.057Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-20T09:19:27.057Z | ' default |
22 | 2024-06-20T09:19:27.057Z | * toolchain profile = "default" |
23 | 2024-06-20T09:19:27.057Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T09:19:27.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default |
25 | 2024-06-20T09:19:27.170Z | info: downloading installer |
26 | 2024-06-20T09:19:28.701Z | info: profile set to 'default' |
27 | 2024-06-20T09:19:28.701Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T09:19:28.703Z | info: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos' |
29 | 2024-06-20T09:19:29.208Z | info: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11) |
30 | 2024-06-20T09:19:29.208Z | info: downloading component 'cargo' |
31 | 2024-06-20T09:19:30.382Z | info: downloading component 'clippy' |
32 | 2024-06-20T09:19:30.836Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T09:19:32.208Z | info: downloading component 'rust-std' |
34 | 2024-06-20T09:19:34.814Z | info: downloading component 'rustc' |
35 | 2024-06-20T09:19:40.325Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T09:19:40.632Z | info: installing component 'cargo' |
37 | 2024-06-20T09:19:44.981Z | info: installing component 'clippy' |
38 | 2024-06-20T09:19:45.030Z | info: installing component 'rust-docs' |
39 | 2024-06-20T09:19:45.043Z | info: installing component 'rust-std' |
40 | 2024-06-20T09:19:45.252Z | info: installing component 'rustc' |
41 | 2024-06-20T09:19:49.555Z | info: installing component 'rustfmt' |
42 | 2024-06-20T09:19:49.883Z | info: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos' |
43 | 2024-06-20T09:19:49.884Z | |
44 | 2024-06-20T09:19:50.148Z | nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11) |
45 | 2024-06-20T09:19:50.148Z | |
46 | 2024-06-20T09:19:50.152Z | |
47 | 2024-06-20T09:19:50.152Z | Rust is installed now. Great! |
48 | 2024-06-20T09:19:50.152Z | |
49 | 2024-06-20T09:19:50.152Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T09:19:50.152Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T09:19:50.152Z | |
52 | 2024-06-20T09:19:50.152Z | To configure your current shell, you need to source |
53 | 2024-06-20T09:19:50.152Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T09:19:50.152Z | |
55 | 2024-06-20T09:19:50.152Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T09:19:50.152Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T09:19:50.152Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T09:19:50.216Z | + rustc --version |
59 | 2024-06-20T09:19:50.277Z | rustc 1.80.0-nightly (78a775127 2024-05-11) |
60 | 2024-06-20T09:19:50.280Z | process exited: duration 23231 ms, exit code 0 |
|
61 | 2024-06-20T09:19:50.287Z | starting task 2: "authentication" |
62 | 2024-06-20T09:19:50.308Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-20T09:19:50.314Z | starting task 3: "clone repository" |
64 | 2024-06-20T09:19:50.319Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-06-20T09:19:50.322Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-06-20T09:19:50.461Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-06-20T09:19:51.835Z | + cd /work/oxidecomputer/opte |
68 | 2024-06-20T09:19:51.835Z | + git fetch origin a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
69 | 2024-06-20T09:19:52.119Z | From https://github.com/oxidecomputer/opte |
70 | 2024-06-20T09:19:52.120Z | * branch a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 -> FETCH_HEAD |
71 | 2024-06-20T09:19:52.126Z | + [[ -n '' ]] |
72 | 2024-06-20T09:19:52.126Z | + git reset --hard a98ac2fa4ce9a58c511193cf1bfd6ab3056a6ce2 |
73 | 2024-06-20T09:19:52.148Z | HEAD is now at a98ac2f Merge branch 'master' into use-the-flow-luke-61 |
74 | 2024-06-20T09:19:52.152Z | process exited: duration 1834 ms, exit code 0 |
|
75 | 2024-06-20T09:19:52.160Z | starting task 4: "build" |
76 | 2024-06-20T09:19:52.163Z | + cargo --version |
77 | 2024-06-20T09:19:52.168Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
78 | 2024-06-20T09:19:52.307Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
79 | 2024-06-20T09:19:52.307Z | info: downloading component 'cargo' |
80 | 2024-06-20T09:19:53.073Z | info: downloading component 'clippy' |
81 | 2024-06-20T09:19:53.333Z | info: downloading component 'rust-docs' |
82 | 2024-06-20T09:19:54.354Z | info: downloading component 'rust-std' |
83 | 2024-06-20T09:19:55.989Z | info: downloading component 'rustc' |
84 | 2024-06-20T09:20:00.115Z | info: downloading component 'rustfmt' |
85 | 2024-06-20T09:20:00.341Z | info: installing component 'cargo' |
86 | 2024-06-20T09:20:01.162Z | info: installing component 'clippy' |
87 | 2024-06-20T09:20:01.514Z | info: installing component 'rust-docs' |
88 | 2024-06-20T09:20:02.960Z | info: installing component 'rust-std' |
89 | 2024-06-20T09:20:04.675Z | info: installing component 'rustc' |
90 | 2024-06-20T09:20:08.778Z | info: installing component 'rustfmt' |
91 | 2024-06-20T09:20:09.161Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
92 | 2024-06-20T09:20:09.164Z | + rustc --version |
93 | 2024-06-20T09:20:09.228Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
94 | 2024-06-20T09:20:09.232Z | + cd lib/oxide-vpc |
95 | 2024-06-20T09:20:09.234Z | + header 'check style' |
96 | 2024-06-20T09:20:09.234Z | + echo '# ==== check style ==== #' |
97 | 2024-06-20T09:20:09.234Z | # ==== check style ==== # |
98 | 2024-06-20T09:20:09.234Z | + ptime -m cargo +nightly-2024-05-12 fmt -- --check |
99 | 2024-06-20T09:20:09.591Z | |
100 | 2024-06-20T09:20:09.592Z | real 0.309201601 |
101 | 2024-06-20T09:20:09.592Z | user 0.172416036 |
102 | 2024-06-20T09:20:09.592Z | sys 0.131679622 |
103 | 2024-06-20T09:20:09.592Z | trap 0.000016591 |
104 | 2024-06-20T09:20:09.592Z | tflt 0.000000000 |
105 | 2024-06-20T09:20:09.592Z | dflt 0.000000000 |
106 | 2024-06-20T09:20:09.592Z | kflt 0.000000000 |
107 | 2024-06-20T09:20:09.592Z | lock 0.000000000 |
108 | 2024-06-20T09:20:09.592Z | slp 0.231076713 |
109 | 2024-06-20T09:20:09.592Z | lat 0.000618363 |
110 | 2024-06-20T09:20:09.592Z | stop 0.000208267 |
111 | 2024-06-20T09:20:09.595Z | + header 'check docs' |
112 | 2024-06-20T09:20:09.595Z | + echo '# ==== check docs ==== #' |
113 | 2024-06-20T09:20:09.595Z | # ==== check docs ==== # |
114 | 2024-06-20T09:20:09.595Z | + RUSTDOCFLAGS='-D warnings' |
115 | 2024-06-20T09:20:09.595Z | + ptime -m cargo +nightly-2024-05-12 doc --no-default-features --features=api,std,engine,kernel |
116 | 2024-06-20T09:20:09.724Z | Updating crates.io index |
117 | 2024-06-20T09:20:09.813Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
118 | 2024-06-20T09:20:10.629Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
119 | 2024-06-20T09:20:10.916Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
120 | 2024-06-20T09:20:11.442Z | Updating git repository `https://github.com/oxidecomputer/zone` |
121 | 2024-06-20T09:20:11.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
122 | 2024-06-20T09:20:12.197Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
123 | 2024-06-20T09:20:12.482Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2024-06-20T09:20:12.745Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
125 | 2024-06-20T09:20:13.792Z | Downloading crates ... |
126 | 2024-06-20T09:20:13.864Z | Downloaded cfg-if v1.0.0 |
127 | 2024-06-20T09:20:13.866Z | Downloaded byteorder v1.5.0 |
128 | 2024-06-20T09:20:13.869Z | Downloaded block-buffer v0.10.4 |
129 | 2024-06-20T09:20:13.869Z | Downloaded dof v0.3.0 |
130 | 2024-06-20T09:20:13.872Z | Downloaded bitflags v1.3.2 |
131 | 2024-06-20T09:20:13.875Z | Downloaded scroll_derive v0.12.0 |
132 | 2024-06-20T09:20:13.888Z | Downloaded crypto-common v0.1.6 |
133 | 2024-06-20T09:20:13.890Z | Downloaded dtrace-parser v0.2.0 |
134 | 2024-06-20T09:20:13.894Z | Downloaded darling_macro v0.20.9 |
135 | 2024-06-20T09:20:13.898Z | Downloaded ident_case v1.0.1 |
136 | 2024-06-20T09:20:13.901Z | Downloaded usdt-attr-macro v0.5.0 |
137 | 2024-06-20T09:20:13.901Z | Downloaded pretty-hex v0.4.1 |
138 | 2024-06-20T09:20:13.904Z | Downloaded fnv v1.0.7 |
139 | 2024-06-20T09:20:13.907Z | Downloaded dyn-clone v1.0.17 |
140 | 2024-06-20T09:20:13.910Z | Downloaded cpufeatures v0.2.12 |
141 | 2024-06-20T09:20:13.910Z | Downloaded ipnetwork v0.20.0 |
142 | 2024-06-20T09:20:13.913Z | Downloaded itoa v1.0.11 |
143 | 2024-06-20T09:20:13.916Z | Downloaded defmt-parser v0.3.4 |
144 | 2024-06-20T09:20:13.916Z | Downloaded defmt v0.3.8 |
145 | 2024-06-20T09:20:13.920Z | Downloaded version_check v0.9.4 |
146 | 2024-06-20T09:20:13.924Z | Downloaded stable_deref_trait v1.2.0 |
147 | 2024-06-20T09:20:13.927Z | Downloaded thiserror-impl v1.0.61 |
148 | 2024-06-20T09:20:13.927Z | Downloaded usdt v0.5.0 |
149 | 2024-06-20T09:20:13.927Z | Downloaded tabwriter v1.4.0 |
150 | 2024-06-20T09:20:13.927Z | Downloaded proc-macro-error-attr v1.0.4 |
151 | 2024-06-20T09:20:13.927Z | Downloaded usdt-macro v0.5.0 |
152 | 2024-06-20T09:20:13.930Z | Downloaded usdt-impl v0.5.0 |
153 | 2024-06-20T09:20:13.930Z | Downloaded plain v0.2.3 |
154 | 2024-06-20T09:20:13.930Z | Downloaded hash32 v0.3.1 |
155 | 2024-06-20T09:20:13.932Z | Downloaded generic-array v0.14.7 |
156 | 2024-06-20T09:20:13.932Z | Downloaded either v1.12.0 |
157 | 2024-06-20T09:20:13.935Z | Downloaded digest v0.10.7 |
158 | 2024-06-20T09:20:13.938Z | Downloaded defmt-macros v0.3.9 |
159 | 2024-06-20T09:20:13.938Z | Downloaded embedded-io v0.4.0 |
160 | 2024-06-20T09:20:13.942Z | Downloaded sha2 v0.10.8 |
161 | 2024-06-20T09:20:13.944Z | Downloaded scroll v0.12.0 |
162 | 2024-06-20T09:20:13.944Z | Downloaded pest_generator v2.7.10 |
163 | 2024-06-20T09:20:13.944Z | Downloaded memmap v0.7.0 |
164 | 2024-06-20T09:20:13.947Z | Downloaded thread-id v4.2.1 |
165 | 2024-06-20T09:20:13.947Z | Downloaded thiserror v1.0.61 |
166 | 2024-06-20T09:20:13.952Z | Downloaded strsim v0.11.1 |
167 | 2024-06-20T09:20:13.954Z | Downloaded proc-macro-error v1.0.4 |
168 | 2024-06-20T09:20:13.957Z | Downloaded pest_derive v2.7.10 |
169 | 2024-06-20T09:20:13.960Z | Downloaded serde_tokenstream v0.2.0 |
170 | 2024-06-20T09:20:13.962Z | Downloaded managed v0.8.0 |
171 | 2024-06-20T09:20:13.962Z | Downloaded zerocopy-derive v0.7.34 |
172 | 2024-06-20T09:20:13.966Z | Downloaded quote v1.0.36 |
173 | 2024-06-20T09:20:13.969Z | Downloaded darling v0.20.9 |
174 | 2024-06-20T09:20:13.972Z | Downloaded cobs v0.2.3 |
175 | 2024-06-20T09:20:13.975Z | Downloaded once_cell v1.19.0 |
176 | 2024-06-20T09:20:13.978Z | Downloaded typenum v1.17.0 |
177 | 2024-06-20T09:20:13.981Z | Downloaded ryu v1.0.18 |
178 | 2024-06-20T09:20:13.985Z | Downloaded unicode-ident v1.0.12 |
179 | 2024-06-20T09:20:13.988Z | Downloaded crc32fast v1.4.2 |
180 | 2024-06-20T09:20:13.988Z | Downloaded proc-macro2 v1.0.85 |
181 | 2024-06-20T09:20:13.990Z | Downloaded postcard v1.0.8 |
182 | 2024-06-20T09:20:13.995Z | Downloaded pest_meta v2.7.10 |
183 | 2024-06-20T09:20:13.998Z | Downloaded serde_derive v1.0.203 |
184 | 2024-06-20T09:20:13.998Z | Downloaded log v0.4.21 |
185 | 2024-06-20T09:20:13.998Z | Downloaded heapless v0.8.0 |
186 | 2024-06-20T09:20:14.002Z | Downloaded ucd-trie v0.1.6 |
187 | 2024-06-20T09:20:14.007Z | Downloaded serde v1.0.203 |
188 | 2024-06-20T09:20:14.010Z | Downloaded memchr v2.7.2 |
189 | 2024-06-20T09:20:14.015Z | Downloaded darling_core v0.20.9 |
190 | 2024-06-20T09:20:14.038Z | Downloaded pest v2.7.10 |
191 | 2024-06-20T09:20:14.046Z | Downloaded itertools v0.12.1 |
192 | 2024-06-20T09:20:14.053Z | Downloaded goblin v0.8.2 |
193 | 2024-06-20T09:20:14.059Z | Downloaded zerocopy v0.7.34 |
194 | 2024-06-20T09:20:14.076Z | Downloaded serde_json v1.0.117 |
195 | 2024-06-20T09:20:14.082Z | Downloaded syn v1.0.109 |
196 | 2024-06-20T09:20:14.092Z | Downloaded syn v2.0.66 |
197 | 2024-06-20T09:20:14.113Z | Downloaded smoltcp v0.11.0 |
198 | 2024-06-20T09:20:14.135Z | Downloaded unicode-width v0.1.13 |
199 | 2024-06-20T09:20:14.145Z | Downloaded libc v0.2.155 |
200 | 2024-06-20T09:20:14.294Z | Compiling proc-macro2 v1.0.85 |
201 | 2024-06-20T09:20:14.294Z | Compiling unicode-ident v1.0.12 |
202 | 2024-06-20T09:20:14.296Z | Documenting unicode-ident v1.0.12 |
203 | 2024-06-20T09:20:14.296Z | Checking byteorder v1.5.0 |
204 | 2024-06-20T09:20:14.296Z | Compiling ident_case v1.0.1 |
205 | 2024-06-20T09:20:14.297Z | Compiling strsim v0.11.1 |
206 | 2024-06-20T09:20:14.305Z | Compiling serde v1.0.203 |
207 | 2024-06-20T09:20:14.481Z | Compiling heapless v0.8.0 |
208 | 2024-06-20T09:20:14.518Z | Compiling fnv v1.0.7 |
209 | 2024-06-20T09:20:14.605Z | Checking hash32 v0.3.1 |
210 | 2024-06-20T09:20:14.626Z | Checking stable_deref_trait v1.2.0 |
211 | 2024-06-20T09:20:14.697Z | Checking cfg-if v1.0.0 |
212 | 2024-06-20T09:20:14.730Z | Compiling smoltcp v0.11.0 |
213 | 2024-06-20T09:20:14.984Z | Documenting byteorder v1.5.0 |
214 | 2024-06-20T09:20:15.144Z | Checking bitflags v1.3.2 |
215 | 2024-06-20T09:20:15.206Z | Checking cobs v0.2.3 |
216 | 2024-06-20T09:20:15.327Z | Checking embedded-io v0.4.0 |
217 | 2024-06-20T09:20:15.459Z | Checking managed v0.8.0 |
218 | 2024-06-20T09:20:15.701Z | Documenting strsim v0.11.1 |
219 | 2024-06-20T09:20:16.479Z | Documenting fnv v1.0.7 |
220 | 2024-06-20T09:20:17.045Z | Documenting ident_case v1.0.1 |
221 | 2024-06-20T09:20:17.564Z | Documenting hash32 v0.3.1 |
222 | 2024-06-20T09:20:17.595Z | Checking either v1.12.0 |
223 | 2024-06-20T09:20:17.654Z | Documenting cfg-if v1.0.0 |
224 | 2024-06-20T09:20:17.879Z | Documenting proc-macro2 v1.0.85 |
225 | 2024-06-20T09:20:18.563Z | Compiling quote v1.0.36 |
226 | 2024-06-20T09:20:19.089Z | Compiling syn v2.0.66 |
227 | 2024-06-20T09:20:20.584Z | Checking unicode-width v0.1.13 |
228 | 2024-06-20T09:20:20.685Z | Documenting stable_deref_trait v1.2.0 |
229 | 2024-06-20T09:20:20.754Z | Compiling version_check v0.9.4 |
230 | 2024-06-20T09:20:20.891Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
231 | 2024-06-20T09:20:21.102Z | Checking ipnetwork v0.20.0 |
232 | 2024-06-20T09:20:21.163Z | Documenting managed v0.8.0 |
233 | 2024-06-20T09:20:21.376Z | Documenting cobs v0.2.3 |
234 | 2024-06-20T09:20:21.428Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
235 | 2024-06-20T09:20:21.764Z | Documenting bitflags v1.3.2 |
236 | 2024-06-20T09:20:22.978Z | Documenting embedded-io v0.4.0 |
237 | 2024-06-20T09:20:23.370Z | Documenting quote v1.0.36 |
238 | 2024-06-20T09:20:23.938Z | Documenting heapless v0.8.0 |
239 | 2024-06-20T09:20:24.615Z | Checking tabwriter v1.4.0 |
240 | 2024-06-20T09:20:24.618Z | Checking darling_core v0.20.9 |
241 | 2024-06-20T09:20:24.625Z | Checking itertools v0.12.1 |
242 | 2024-06-20T09:20:24.833Z | Checking crc32fast v1.4.2 |
243 | 2024-06-20T09:20:25.025Z | Checking dyn-clone v1.0.17 |
244 | 2024-06-20T09:20:25.156Z | Documenting unicode-width v0.1.13 |
245 | 2024-06-20T09:20:26.279Z | Documenting ipnetwork v0.20.0 |
246 | 2024-06-20T09:20:26.655Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
247 | 2024-06-20T09:20:26.713Z | Documenting either v1.12.0 |
248 | 2024-06-20T09:20:27.827Z | Documenting syn v2.0.66 |
249 | 2024-06-20T09:20:28.185Z | Documenting smoltcp v0.11.0 |
250 | 2024-06-20T09:20:28.658Z | Documenting tabwriter v1.4.0 |
251 | 2024-06-20T09:20:30.096Z | Documenting crc32fast v1.4.2 |
252 | 2024-06-20T09:20:30.253Z | Documenting itertools v0.12.1 |
253 | 2024-06-20T09:20:30.399Z | Compiling serde_derive v1.0.203 |
254 | 2024-06-20T09:20:30.744Z | Compiling zerocopy-derive v0.7.34 |
255 | 2024-06-20T09:20:31.001Z | Compiling darling_macro v0.20.9 |
256 | 2024-06-20T09:20:32.062Z | Compiling darling v0.20.9 |
257 | 2024-06-20T09:20:32.167Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
258 | 2024-06-20T09:20:32.744Z | Checking zerocopy v0.7.34 |
259 | 2024-06-20T09:20:33.171Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
260 | 2024-06-20T09:20:33.267Z | Documenting dyn-clone v1.0.17 |
261 | 2024-06-20T09:20:33.316Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
262 | 2024-06-20T09:20:33.432Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
263 | 2024-06-20T09:20:38.547Z | Checking postcard v1.0.8 |
264 | 2024-06-20T09:20:38.957Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
265 | 2024-06-20T09:20:43.053Z | Documenting serde_derive v1.0.203 |
266 | 2024-06-20T09:20:43.053Z | Documenting darling_core v0.20.9 |
267 | 2024-06-20T09:20:43.056Z | Documenting zerocopy-derive v0.7.34 |
268 | 2024-06-20T09:20:43.056Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
269 | 2024-06-20T09:20:46.987Z | Documenting zerocopy v0.7.34 |
270 | 2024-06-20T09:20:47.673Z | Documenting serde v1.0.203 |
271 | 2024-06-20T09:20:49.863Z | Documenting darling_macro v0.20.9 |
272 | 2024-06-20T09:20:52.934Z | Documenting darling v0.20.9 |
273 | 2024-06-20T09:20:53.768Z | Documenting postcard v1.0.8 |
274 | 2024-06-20T09:20:56.221Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
275 | 2024-06-20T09:20:57.251Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
276 | 2024-06-20T09:21:00.376Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
277 | 2024-06-20T09:21:07.049Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
278 | 2024-06-20T09:21:11.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
279 | 2024-06-20T09:21:11.210Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
280 | 2024-06-20T09:21:11.231Z | |
281 | 2024-06-20T09:21:11.231Z | real 1:01.621839461 |
282 | 2024-06-20T09:21:11.231Z | user 1:52.168035236 |
283 | 2024-06-20T09:21:11.231Z | sys 1:53.921568683 |
284 | 2024-06-20T09:21:11.231Z | trap 0.034927298 |
285 | 2024-06-20T09:21:11.231Z | tflt 1.251959098 |
286 | 2024-06-20T09:21:11.231Z | dflt 3.914378881 |
287 | 2024-06-20T09:21:11.231Z | kflt 0.008908620 |
288 | 2024-06-20T09:21:11.231Z | lock 5:08.483974566 |
289 | 2024-06-20T09:21:11.231Z | slp 10:01.369301951 |
290 | 2024-06-20T09:21:11.231Z | lat 6.988836585 |
291 | 2024-06-20T09:21:11.231Z | stop 7.080930802 |
292 | 2024-06-20T09:21:11.234Z | + header 'analyze std + api + usdt' |
293 | 2024-06-20T09:21:11.234Z | + echo '# ==== analyze std + api + usdt ==== #' |
294 | 2024-06-20T09:21:11.234Z | # ==== analyze std + api + usdt ==== # |
295 | 2024-06-20T09:21:11.234Z | + ptime -m cargo clippy --features usdt --all-targets |
296 | 2024-06-20T09:21:11.525Z | Downloading crates ... |
297 | 2024-06-20T09:21:11.621Z | Downloaded futures-io v0.3.30 |
298 | 2024-06-20T09:21:11.627Z | Downloaded circular v0.3.0 |
299 | 2024-06-20T09:21:11.641Z | Downloaded pin-project-lite v0.2.14 |
300 | 2024-06-20T09:21:11.646Z | Downloaded futures-core v0.3.30 |
301 | 2024-06-20T09:21:11.649Z | Downloaded ctor v0.2.8 |
302 | 2024-06-20T09:21:11.649Z | Downloaded slab v0.4.9 |
303 | 2024-06-20T09:21:11.652Z | Downloaded rusticata-macros v4.1.0 |
304 | 2024-06-20T09:21:11.652Z | Downloaded futures-executor v0.3.30 |
305 | 2024-06-20T09:21:11.654Z | Downloaded pin-utils v0.1.0 |
306 | 2024-06-20T09:21:11.654Z | Downloaded futures-task v0.3.30 |
307 | 2024-06-20T09:21:11.654Z | Downloaded autocfg v1.3.0 |
308 | 2024-06-20T09:21:11.659Z | Downloaded cookie-factory v0.3.3 |
309 | 2024-06-20T09:21:11.662Z | Downloaded futures-macro v0.3.30 |
310 | 2024-06-20T09:21:11.662Z | Downloaded futures-channel v0.3.30 |
311 | 2024-06-20T09:21:11.662Z | Downloaded futures-sink v0.3.30 |
312 | 2024-06-20T09:21:11.662Z | Downloaded futures v0.3.30 |
313 | 2024-06-20T09:21:11.666Z | Downloaded bitflags v2.5.0 |
314 | 2024-06-20T09:21:11.670Z | Downloaded ron v0.8.1 |
315 | 2024-06-20T09:21:11.675Z | Downloaded pcap-parser v0.15.0 |
316 | 2024-06-20T09:21:11.678Z | Downloaded minimal-lexical v0.2.1 |
317 | 2024-06-20T09:21:11.682Z | Downloaded futures-util v0.3.30 |
318 | 2024-06-20T09:21:11.692Z | Downloaded base64 v0.21.7 |
319 | 2024-06-20T09:21:11.695Z | Downloaded nom v7.1.3 |
320 | 2024-06-20T09:21:11.770Z | Compiling proc-macro2 v1.0.85 |
321 | 2024-06-20T09:21:11.770Z | Compiling unicode-ident v1.0.12 |
322 | 2024-06-20T09:21:11.770Z | Compiling thiserror v1.0.61 |
323 | 2024-06-20T09:21:11.774Z | Compiling version_check v0.9.4 |
324 | 2024-06-20T09:21:11.774Z | Compiling libc v0.2.155 |
325 | 2024-06-20T09:21:11.778Z | Compiling ucd-trie v0.1.6 |
326 | 2024-06-20T09:21:11.781Z | Compiling memchr v2.7.2 |
327 | 2024-06-20T09:21:11.971Z | Compiling serde v1.0.203 |
328 | 2024-06-20T09:21:12.303Z | Compiling serde_json v1.0.117 |
329 | 2024-06-20T09:21:12.432Z | Compiling once_cell v1.19.0 |
330 | 2024-06-20T09:21:12.501Z | Checking byteorder v1.5.0 |
331 | 2024-06-20T09:21:12.519Z | Compiling ryu v1.0.18 |
332 | 2024-06-20T09:21:12.637Z | Compiling autocfg v1.3.0 |
333 | 2024-06-20T09:21:12.803Z | Compiling itoa v1.0.11 |
334 | 2024-06-20T09:21:12.880Z | Compiling usdt-impl v0.5.0 |
335 | 2024-06-20T09:21:13.114Z | Compiling heapless v0.8.0 |
336 | 2024-06-20T09:21:13.258Z | Compiling quote v1.0.36 |
337 | 2024-06-20T09:21:13.410Z | Compiling slab v0.4.9 |
338 | 2024-06-20T09:21:13.432Z | Compiling ident_case v1.0.1 |
339 | 2024-06-20T09:21:13.582Z | Compiling thread-id v4.2.1 |
340 | 2024-06-20T09:21:13.587Z | Compiling strsim v0.11.1 |
341 | 2024-06-20T09:21:13.628Z | Compiling syn v2.0.66 |
342 | 2024-06-20T09:21:13.678Z | Checking futures-sink v0.3.30 |
343 | 2024-06-20T09:21:13.812Z | Compiling fnv v1.0.7 |
344 | 2024-06-20T09:21:13.831Z | Checking futures-core v0.3.30 |
345 | 2024-06-20T09:21:13.895Z | Checking log v0.4.21 |
346 | 2024-06-20T09:21:13.917Z | Checking plain v0.2.3 |
347 | 2024-06-20T09:21:13.998Z | Checking futures-channel v0.3.30 |
348 | 2024-06-20T09:21:14.042Z | Checking hash32 v0.3.1 |
349 | 2024-06-20T09:21:14.193Z | Checking futures-io v0.3.30 |
350 | 2024-06-20T09:21:14.204Z | Compiling smoltcp v0.11.0 |
351 | 2024-06-20T09:21:14.289Z | Checking pin-utils v0.1.0 |
352 | 2024-06-20T09:21:14.292Z | Checking pretty-hex v0.4.1 |
353 | 2024-06-20T09:21:14.296Z | Checking futures-task v0.3.30 |
354 | 2024-06-20T09:21:14.333Z | Checking pin-project-lite v0.2.14 |
355 | 2024-06-20T09:21:14.349Z | Checking cfg-if v1.0.0 |
356 | 2024-06-20T09:21:14.355Z | Checking stable_deref_trait v1.2.0 |
357 | 2024-06-20T09:21:14.439Z | Checking bitflags v1.3.2 |
358 | 2024-06-20T09:21:14.501Z | Checking managed v0.8.0 |
359 | 2024-06-20T09:21:14.503Z | Checking embedded-io v0.4.0 |
360 | 2024-06-20T09:21:14.511Z | Checking cobs v0.2.3 |
361 | 2024-06-20T09:21:14.580Z | Checking memmap v0.7.0 |
362 | 2024-06-20T09:21:14.656Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
363 | 2024-06-20T09:21:14.670Z | Checking minimal-lexical v0.2.1 |
364 | 2024-06-20T09:21:14.760Z | Checking ipnetwork v0.20.0 |
365 | 2024-06-20T09:21:14.825Z | Checking unicode-width v0.1.13 |
366 | 2024-06-20T09:21:14.851Z | Checking either v1.12.0 |
367 | 2024-06-20T09:21:14.975Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
368 | 2024-06-20T09:21:15.027Z | Checking tabwriter v1.4.0 |
369 | 2024-06-20T09:21:15.033Z | Checking crc32fast v1.4.2 |
370 | 2024-06-20T09:21:15.056Z | Checking nom v7.1.3 |
371 | 2024-06-20T09:21:15.163Z | Checking dyn-clone v1.0.17 |
372 | 2024-06-20T09:21:15.173Z | Checking itertools v0.12.1 |
373 | 2024-06-20T09:21:15.207Z | Checking circular v0.3.0 |
374 | 2024-06-20T09:21:15.271Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
375 | 2024-06-20T09:21:15.277Z | Checking base64 v0.21.7 |
376 | 2024-06-20T09:21:17.194Z | Checking rusticata-macros v4.1.0 |
377 | 2024-06-20T09:21:17.916Z | Compiling darling_core v0.20.9 |
378 | 2024-06-20T09:21:20.015Z | Compiling serde_derive v1.0.203 |
379 | 2024-06-20T09:21:20.015Z | Compiling thiserror-impl v1.0.61 |
380 | 2024-06-20T09:21:20.019Z | Compiling zerocopy-derive v0.7.34 |
381 | 2024-06-20T09:21:20.019Z | Compiling scroll_derive v0.12.0 |
382 | 2024-06-20T09:21:20.019Z | Compiling futures-macro v0.3.30 |
383 | 2024-06-20T09:21:20.293Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
384 | 2024-06-20T09:21:21.260Z | Compiling ctor v0.2.8 |
385 | 2024-06-20T09:21:21.480Z | Checking scroll v0.12.0 |
386 | 2024-06-20T09:21:21.531Z | Compiling darling_macro v0.20.9 |
387 | 2024-06-20T09:21:21.926Z | Checking goblin v0.8.2 |
388 | 2024-06-20T09:21:21.979Z | Checking futures-util v0.3.30 |
389 | 2024-06-20T09:21:22.084Z | Compiling zerocopy v0.7.34 |
390 | 2024-06-20T09:21:22.512Z | Compiling darling v0.20.9 |
391 | 2024-06-20T09:21:22.606Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
392 | 2024-06-20T09:21:22.782Z | Compiling pest v2.7.10 |
393 | 2024-06-20T09:21:24.924Z | Compiling pest_meta v2.7.10 |
394 | 2024-06-20T09:21:25.830Z | Compiling pest_generator v2.7.10 |
395 | 2024-06-20T09:21:26.465Z | Checking futures-executor v0.3.30 |
396 | 2024-06-20T09:21:26.676Z | Checking futures v0.3.30 |
397 | 2024-06-20T09:21:26.769Z | Checking cookie-factory v0.3.3 |
398 | 2024-06-20T09:21:27.224Z | Checking pcap-parser v0.15.0 |
399 | 2024-06-20T09:21:27.257Z | Compiling pest_derive v2.7.10 |
400 | 2024-06-20T09:21:27.845Z | Compiling dtrace-parser v0.2.0 |
401 | 2024-06-20T09:21:29.613Z | Checking postcard v1.0.8 |
402 | 2024-06-20T09:21:29.616Z | Checking bitflags v2.5.0 |
403 | 2024-06-20T09:21:29.848Z | Compiling serde_tokenstream v0.2.0 |
404 | 2024-06-20T09:21:30.120Z | Checking ron v0.8.1 |
405 | 2024-06-20T09:21:30.140Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
406 | 2024-06-20T09:21:30.633Z | Checking dof v0.3.0 |
407 | 2024-06-20T09:21:32.129Z | Compiling usdt-macro v0.5.0 |
408 | 2024-06-20T09:21:32.129Z | Compiling usdt-attr-macro v0.5.0 |
409 | 2024-06-20T09:21:32.975Z | Checking usdt v0.5.0 |
410 | 2024-06-20T09:21:38.983Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
411 | 2024-06-20T09:21:41.265Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
412 | 2024-06-20T09:21:43.789Z | warning: assigning the result of `Clone::clone()` may be inefficient |
413 | 2024-06-20T09:21:43.789Z | --> lib/oxide-vpc/tests/integration_tests.rs:1365:17 |
414 | 2024-06-20T09:21:43.790Z | | |
415 | 2024-06-20T09:21:43.790Z | 1365 | req.external_ips_v4 = new_v4_cfg.clone(); |
416 | 2024-06-20T09:21:43.790Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `req.external_ips_v4.clone_from(&new_v4_cfg)` |
417 | 2024-06-20T09:21:43.790Z | | |
418 | 2024-06-20T09:21:43.793Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones |
419 | 2024-06-20T09:21:43.793Z | = note: `#[warn(clippy::assigning_clones)]` on by default |
420 | 2024-06-20T09:21:43.793Z | |
421 | 2024-06-20T09:21:43.793Z | warning: assigning the result of `Clone::clone()` may be inefficient |
422 | 2024-06-20T09:21:43.793Z | --> lib/oxide-vpc/tests/integration_tests.rs:1372:17 |
423 | 2024-06-20T09:21:43.793Z | | |
424 | 2024-06-20T09:21:43.793Z | 1372 | req.external_ips_v6 = new_v6_cfg.clone(); |
425 | 2024-06-20T09:21:43.793Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `req.external_ips_v6.clone_from(&new_v6_cfg)` |
426 | 2024-06-20T09:21:43.793Z | | |
427 | 2024-06-20T09:21:43.793Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones |
428 | 2024-06-20T09:21:43.793Z | |
429 | 2024-06-20T09:21:44.514Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
430 | 2024-06-20T09:21:44.514Z | --> lib/oxide-vpc/tests/integration_tests.rs:4016:9 |
431 | 2024-06-20T09:21:44.514Z | | |
432 | 2024-06-20T09:21:44.514Z | 4016 | cidr.clone(), |
433 | 2024-06-20T09:21:44.514Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
434 | 2024-06-20T09:21:44.514Z | | |
435 | 2024-06-20T09:21:44.514Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
436 | 2024-06-20T09:21:44.514Z | = note: `#[warn(clippy::clone_on_copy)]` on by default |
437 | 2024-06-20T09:21:44.514Z | |
438 | 2024-06-20T09:21:44.514Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
439 | 2024-06-20T09:21:44.514Z | --> lib/oxide-vpc/tests/integration_tests.rs:4017:33 |
440 | 2024-06-20T09:21:44.514Z | | |
441 | 2024-06-20T09:21:44.514Z | 4017 | RouterTarget::VpcSubnet(cidr.clone()), |
442 | 2024-06-20T09:21:44.514Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
443 | 2024-06-20T09:21:44.514Z | | |
444 | 2024-06-20T09:21:44.514Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
445 | 2024-06-20T09:21:44.514Z | |
446 | 2024-06-20T09:21:44.524Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
447 | 2024-06-20T09:21:44.524Z | --> lib/oxide-vpc/tests/integration_tests.rs:4068:9 |
448 | 2024-06-20T09:21:44.524Z | | |
449 | 2024-06-20T09:21:44.524Z | 4068 | cidr.clone(), |
450 | 2024-06-20T09:21:44.524Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
451 | 2024-06-20T09:21:44.524Z | | |
452 | 2024-06-20T09:21:44.524Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
453 | 2024-06-20T09:21:44.524Z | |
454 | 2024-06-20T09:21:44.538Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
455 | 2024-06-20T09:21:44.538Z | --> lib/oxide-vpc/tests/integration_tests.rs:4103:9 |
456 | 2024-06-20T09:21:44.538Z | | |
457 | 2024-06-20T09:21:44.538Z | 4103 | cidr.clone(), |
458 | 2024-06-20T09:21:44.538Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
459 | 2024-06-20T09:21:44.539Z | | |
460 | 2024-06-20T09:21:44.539Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
461 | 2024-06-20T09:21:44.539Z | |
462 | 2024-06-20T09:21:44.566Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
463 | 2024-06-20T09:21:44.566Z | --> lib/oxide-vpc/tests/integration_tests.rs:4147:9 |
464 | 2024-06-20T09:21:44.566Z | | |
465 | 2024-06-20T09:21:44.566Z | 4147 | cidr.clone(), |
466 | 2024-06-20T09:21:44.566Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
467 | 2024-06-20T09:21:44.566Z | | |
468 | 2024-06-20T09:21:44.566Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
469 | 2024-06-20T09:21:44.566Z | |
470 | 2024-06-20T09:21:44.742Z | warning: `oxide-vpc` (test "integration_tests") generated 7 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 7 suggestions) |
471 | 2024-06-20T09:21:44.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s |
472 | 2024-06-20T09:21:44.777Z | |
473 | 2024-06-20T09:21:44.777Z | real 33.540576752 |
474 | 2024-06-20T09:21:44.777Z | user 1:46.792155667 |
475 | 2024-06-20T09:21:44.777Z | sys 26.612076998 |
476 | 2024-06-20T09:21:44.777Z | trap 0.046993732 |
477 | 2024-06-20T09:21:44.777Z | tflt 0.291060830 |
478 | 2024-06-20T09:21:44.777Z | dflt 0.491428301 |
479 | 2024-06-20T09:21:44.777Z | kflt 0.000035011 |
480 | 2024-06-20T09:21:44.777Z | lock 2:43.882520816 |
481 | 2024-06-20T09:21:44.777Z | slp 5:04.027674606 |
482 | 2024-06-20T09:21:44.777Z | lat 3.465137096 |
483 | 2024-06-20T09:21:44.777Z | stop 4.773475458 |
484 | 2024-06-20T09:21:44.782Z | + header 'analyze no_std + engine + kernel' |
485 | 2024-06-20T09:21:44.782Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
486 | 2024-06-20T09:21:44.782Z | # ==== analyze no_std + engine + kernel ==== # |
487 | 2024-06-20T09:21:44.782Z | + ptime -m cargo +nightly-2024-05-12 clippy --no-default-features --features engine,kernel |
488 | 2024-06-20T09:21:45.102Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
489 | 2024-06-20T09:21:45.102Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
490 | 2024-06-20T09:21:45.108Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
491 | 2024-06-20T09:21:45.112Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
492 | 2024-06-20T09:21:45.306Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
493 | 2024-06-20T09:21:52.411Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
494 | 2024-06-20T09:21:54.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s |
495 | 2024-06-20T09:21:54.651Z | |
496 | 2024-06-20T09:21:54.654Z | real 9.868564462 |
497 | 2024-06-20T09:21:54.654Z | user 10.308440860 |
498 | 2024-06-20T09:21:54.654Z | sys 1.714392867 |
499 | 2024-06-20T09:21:54.654Z | trap 0.002138102 |
500 | 2024-06-20T09:21:54.654Z | tflt 0.005709807 |
501 | 2024-06-20T09:21:54.654Z | dflt 0.015978493 |
502 | 2024-06-20T09:21:54.654Z | kflt 0.000000000 |
503 | 2024-06-20T09:21:54.654Z | lock 25.723871642 |
504 | 2024-06-20T09:21:54.654Z | slp 34.897868451 |
505 | 2024-06-20T09:21:54.654Z | lat 0.058564540 |
506 | 2024-06-20T09:21:54.654Z | stop 0.137943636 |
507 | 2024-06-20T09:21:54.654Z | + header test |
508 | 2024-06-20T09:21:54.654Z | + echo '# ==== test ==== #' |
509 | 2024-06-20T09:21:54.654Z | # ==== test ==== # |
510 | 2024-06-20T09:21:54.654Z | + ptime -m cargo test |
511 | 2024-06-20T09:21:54.913Z | Compiling unicode-ident v1.0.12 |
512 | 2024-06-20T09:21:54.913Z | Compiling memchr v2.7.2 |
513 | 2024-06-20T09:21:54.913Z | Compiling byteorder v1.5.0 |
514 | 2024-06-20T09:21:54.916Z | Compiling ucd-trie v0.1.6 |
515 | 2024-06-20T09:21:54.916Z | Compiling itoa v1.0.11 |
516 | 2024-06-20T09:21:54.921Z | Compiling ryu v1.0.18 |
517 | 2024-06-20T09:21:54.931Z | Compiling libc v0.2.155 |
518 | 2024-06-20T09:21:54.941Z | Compiling futures-core v0.3.30 |
519 | 2024-06-20T09:21:55.081Z | Compiling proc-macro2 v1.0.85 |
520 | 2024-06-20T09:21:55.107Z | Compiling plain v0.2.3 |
521 | 2024-06-20T09:21:55.187Z | Compiling futures-sink v0.3.30 |
522 | 2024-06-20T09:21:55.239Z | Compiling log v0.4.21 |
523 | 2024-06-20T09:21:55.271Z | Compiling slab v0.4.9 |
524 | 2024-06-20T09:21:55.319Z | Compiling hash32 v0.3.1 |
525 | 2024-06-20T09:21:55.358Z | Compiling futures-channel v0.3.30 |
526 | 2024-06-20T09:21:55.508Z | Compiling pretty-hex v0.4.1 |
527 | 2024-06-20T09:21:55.539Z | Compiling futures-io v0.3.30 |
528 | 2024-06-20T09:21:55.627Z | Compiling thread-id v4.2.1 |
529 | 2024-06-20T09:21:55.674Z | Compiling stable_deref_trait v1.2.0 |
530 | 2024-06-20T09:21:55.694Z | Compiling cfg-if v1.0.0 |
531 | 2024-06-20T09:21:55.694Z | Compiling futures-task v0.3.30 |
532 | 2024-06-20T09:21:55.710Z | Compiling pin-project-lite v0.2.14 |
533 | 2024-06-20T09:21:55.745Z | Compiling pin-utils v0.1.0 |
534 | 2024-06-20T09:21:55.750Z | Compiling heapless v0.8.0 |
535 | 2024-06-20T09:21:55.759Z | Compiling embedded-io v0.4.0 |
536 | 2024-06-20T09:21:55.805Z | Compiling quote v1.0.36 |
537 | 2024-06-20T09:21:55.812Z | Compiling managed v0.8.0 |
538 | 2024-06-20T09:21:55.860Z | Compiling bitflags v1.3.2 |
539 | 2024-06-20T09:21:55.934Z | Compiling cobs v0.2.3 |
540 | 2024-06-20T09:21:55.944Z | Compiling memmap v0.7.0 |
541 | 2024-06-20T09:21:55.977Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
542 | 2024-06-20T09:21:56.229Z | Compiling syn v2.0.66 |
543 | 2024-06-20T09:21:56.234Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
544 | 2024-06-20T09:21:56.308Z | Compiling minimal-lexical v0.2.1 |
545 | 2024-06-20T09:21:56.322Z | Compiling either v1.12.0 |
546 | 2024-06-20T09:21:56.400Z | Compiling unicode-width v0.1.13 |
547 | 2024-06-20T09:21:56.571Z | Compiling ipnetwork v0.20.0 |
548 | 2024-06-20T09:21:56.624Z | Compiling itertools v0.12.1 |
549 | 2024-06-20T09:21:56.638Z | Compiling tabwriter v1.4.0 |
550 | 2024-06-20T09:21:56.827Z | Compiling smoltcp v0.11.0 |
551 | 2024-06-20T09:21:56.829Z | Compiling nom v7.1.3 |
552 | 2024-06-20T09:21:56.898Z | Compiling crc32fast v1.4.2 |
553 | 2024-06-20T09:21:57.107Z | Compiling dyn-clone v1.0.17 |
554 | 2024-06-20T09:21:57.171Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
555 | 2024-06-20T09:21:57.193Z | Compiling circular v0.3.0 |
556 | 2024-06-20T09:21:57.198Z | Compiling base64 v0.21.7 |
557 | 2024-06-20T09:21:59.111Z | Compiling rusticata-macros v4.1.0 |
558 | 2024-06-20T09:22:00.269Z | Compiling darling_core v0.20.9 |
559 | 2024-06-20T09:22:03.553Z | Compiling serde_derive v1.0.203 |
560 | 2024-06-20T09:22:03.553Z | Compiling thiserror-impl v1.0.61 |
561 | 2024-06-20T09:22:03.556Z | Compiling zerocopy-derive v0.7.34 |
562 | 2024-06-20T09:22:03.556Z | Compiling scroll_derive v0.12.0 |
563 | 2024-06-20T09:22:03.556Z | Compiling futures-macro v0.3.30 |
564 | 2024-06-20T09:22:03.556Z | Compiling darling_macro v0.20.9 |
565 | 2024-06-20T09:22:03.556Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
566 | 2024-06-20T09:22:03.556Z | Compiling ctor v0.2.8 |
567 | 2024-06-20T09:22:04.967Z | Compiling darling v0.20.9 |
568 | 2024-06-20T09:22:05.059Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
569 | 2024-06-20T09:22:05.322Z | Compiling scroll v0.12.0 |
570 | 2024-06-20T09:22:05.709Z | Compiling goblin v0.8.2 |
571 | 2024-06-20T09:22:05.752Z | Compiling futures-util v0.3.30 |
572 | 2024-06-20T09:22:05.855Z | Compiling zerocopy v0.7.34 |
573 | 2024-06-20T09:22:06.184Z | Compiling thiserror v1.0.61 |
574 | 2024-06-20T09:22:06.263Z | Compiling pest v2.7.10 |
575 | 2024-06-20T09:22:08.240Z | Compiling pest_meta v2.7.10 |
576 | 2024-06-20T09:22:08.872Z | Compiling serde v1.0.203 |
577 | 2024-06-20T09:22:09.162Z | Compiling pest_generator v2.7.10 |
578 | 2024-06-20T09:22:10.486Z | Compiling futures-executor v0.3.30 |
579 | 2024-06-20T09:22:10.685Z | Compiling futures v0.3.30 |
580 | 2024-06-20T09:22:10.765Z | Compiling cookie-factory v0.3.3 |
581 | 2024-06-20T09:22:10.934Z | Compiling pest_derive v2.7.10 |
582 | 2024-06-20T09:22:11.260Z | Compiling pcap-parser v0.15.0 |
583 | 2024-06-20T09:22:11.998Z | Compiling dtrace-parser v0.2.0 |
584 | 2024-06-20T09:22:14.053Z | Compiling serde_json v1.0.117 |
585 | 2024-06-20T09:22:14.054Z | Compiling postcard v1.0.8 |
586 | 2024-06-20T09:22:14.056Z | Compiling bitflags v2.5.0 |
587 | 2024-06-20T09:22:14.284Z | Compiling ron v0.8.1 |
588 | 2024-06-20T09:22:14.312Z | Compiling serde_tokenstream v0.2.0 |
589 | 2024-06-20T09:22:14.677Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
590 | 2024-06-20T09:22:15.236Z | Compiling dof v0.3.0 |
591 | 2024-06-20T09:22:16.013Z | Compiling usdt-impl v0.5.0 |
592 | 2024-06-20T09:22:17.290Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2024-06-20T09:22:17.290Z | Compiling usdt-macro v0.5.0 |
594 | 2024-06-20T09:22:18.459Z | Compiling usdt v0.5.0 |
595 | 2024-06-20T09:22:22.986Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
596 | 2024-06-20T09:22:24.971Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
597 | 2024-06-20T09:22:34.768Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 40.07s |
598 | 2024-06-20T09:22:34.785Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-204ef46c7d489db8) |
599 | 2024-06-20T09:22:34.797Z | |
600 | 2024-06-20T09:22:34.797Z | running 9 tests |
601 | 2024-06-20T09:22:34.800Z | test api::tests::parse_bad_proto_filter ... ok |
602 | 2024-06-20T09:22:34.800Z | test api::tests::parse_good_proto_filter ... ok |
603 | 2024-06-20T09:22:34.800Z | test api::tests::parse_bad_address ... ok |
604 | 2024-06-20T09:22:34.800Z | test api::tests::parse_good_address ... ok |
605 | 2024-06-20T09:22:34.800Z | test api::tests::ports_from_str_good ... ok |
606 | 2024-06-20T09:22:34.800Z | test api::tests::ports_from_str_bad ... ok |
607 | 2024-06-20T09:22:34.800Z | test cfg::tests::test_required_nat_space ... ok |
608 | 2024-06-20T09:22:34.800Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
609 | 2024-06-20T09:22:34.800Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
610 | 2024-06-20T09:22:34.801Z | |
611 | 2024-06-20T09:22:34.801Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
612 | 2024-06-20T09:22:34.801Z | |
613 | 2024-06-20T09:22:34.801Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-20817c6c6d94550a) |
614 | 2024-06-20T09:22:34.804Z | |
615 | 2024-06-20T09:22:34.804Z | running 4 tests |
616 | 2024-06-20T09:22:34.807Z | test firewall_external_inbound ... ok |
617 | 2024-06-20T09:22:34.807Z | test firewall_vni_outbound ... ok |
618 | 2024-06-20T09:22:34.807Z | test firewall_vni_inbound ... ok |
619 | 2024-06-20T09:22:34.810Z | test firewall_replace_rules ... ok |
620 | 2024-06-20T09:22:34.810Z | |
621 | 2024-06-20T09:22:34.810Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
622 | 2024-06-20T09:22:34.810Z | |
623 | 2024-06-20T09:22:34.810Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-961805d2ea98ea87) |
624 | 2024-06-20T09:22:34.812Z | |
625 | 2024-06-20T09:22:34.812Z | running 2 tests |
626 | 2024-06-20T09:22:34.815Z | test parse_in_regression ... ok |
627 | 2024-06-20T09:22:34.815Z | test parse_out_regression ... ok |
628 | 2024-06-20T09:22:34.815Z | |
629 | 2024-06-20T09:22:34.815Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
630 | 2024-06-20T09:22:34.815Z | |
631 | 2024-06-20T09:22:34.815Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-e791833d232d2999) |
632 | 2024-06-20T09:22:34.819Z | |
633 | 2024-06-20T09:22:34.819Z | running 35 tests |
634 | 2024-06-20T09:22:34.821Z | test bad_ip_len ... ok |
635 | 2024-06-20T09:22:34.824Z | test check_layers ... ok |
636 | 2024-06-20T09:22:34.824Z | test add_remove_fw_rule ... ok |
637 | 2024-06-20T09:22:34.824Z | test arp_gateway ... ok |
638 | 2024-06-20T09:22:34.824Z | test anti_spoof ... ok |
639 | 2024-06-20T09:22:34.824Z | test flow_expiration ... ok |
640 | 2024-06-20T09:22:34.824Z | test gateway_icmp4_ping ... ok |
641 | 2024-06-20T09:22:34.827Z | test gateway_icmpv6_ping ... ok |
642 | 2024-06-20T09:22:34.827Z | test external_ip_epoch_affinity_preserved ... ok |
643 | 2024-06-20T09:22:34.827Z | test early_tcp_invalidation ... ok |
644 | 2024-06-20T09:22:34.827Z | test gateway_router_advert_reply ... ok |
645 | 2024-06-20T09:22:34.827Z | test guest_to_guest_no_route ... ok |
646 | 2024-06-20T09:22:34.827Z | test external_ip_reconfigurable ... ok |
647 | 2024-06-20T09:22:34.827Z | test guest_to_internet_ipv4 ... ok |
648 | 2024-06-20T09:22:34.827Z | test guest_to_internet_ipv6 ... ok |
649 | 2024-06-20T09:22:34.827Z | test guest_to_guest ... ok |
650 | 2024-06-20T09:22:34.830Z | test guest_to_guest_diff_vpc_no_peer ... ok |
651 | 2024-06-20T09:22:34.830Z | test inbound_ndp_dropped_at_gateway ... ok |
652 | 2024-06-20T09:22:34.830Z | test no_panic_on_flow_table_full ... ok |
653 | 2024-06-20T09:22:34.830Z | test outbound_ndp_dropped ... ok |
654 | 2024-06-20T09:22:34.830Z | test intra_subnet_routes_with_custom ... ok |
655 | 2024-06-20T09:22:34.830Z | test port_transition_reset ... ok |
656 | 2024-06-20T09:22:34.830Z | test port_transition_running ... ok |
657 | 2024-06-20T09:22:34.830Z | test port_as_router_target ... ok |
658 | 2024-06-20T09:22:34.833Z | test snat_icmp4_echo_rewrite ... ok |
659 | 2024-06-20T09:22:34.833Z | test port_transition_pause ... ok |
660 | 2024-06-20T09:22:34.834Z | test snat_icmp6_echo_rewrite ... ok |
661 | 2024-06-20T09:22:34.834Z | test external_ip_receive_and_reply_on_all ... ok |
662 | 2024-06-20T09:22:34.834Z | test tcp_inbound ... ok |
663 | 2024-06-20T09:22:34.834Z | test test_gateway_neighbor_advert_reply ... ok |
664 | 2024-06-20T09:22:34.834Z | test tcp_outbound ... ok |
665 | 2024-06-20T09:22:34.834Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
666 | 2024-06-20T09:22:34.834Z | test uft_lft_invalidation_out ... ok |
667 | 2024-06-20T09:22:34.834Z | test external_ip_balanced_over_floating_ips ... ok |
668 | 2024-06-20T09:22:34.834Z | test uft_lft_invalidation_in ... ok |
669 | 2024-06-20T09:22:34.834Z | |
670 | 2024-06-20T09:22:34.834Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
671 | 2024-06-20T09:22:34.834Z | |
672 | 2024-06-20T09:22:34.837Z | Doc-tests oxide-vpc |
673 | 2024-06-20T09:22:35.210Z | |
674 | 2024-06-20T09:22:35.210Z | running 0 tests |
675 | 2024-06-20T09:22:35.210Z | |
676 | 2024-06-20T09:22:35.213Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
677 | 2024-06-20T09:22:35.213Z | |
678 | 2024-06-20T09:22:35.233Z | |
679 | 2024-06-20T09:22:35.236Z | real 40.573833581 |
680 | 2024-06-20T09:22:35.236Z | user 2:29.668896257 |
681 | 2024-06-20T09:22:35.236Z | sys 35.321051597 |
682 | 2024-06-20T09:22:35.236Z | trap 0.066841890 |
683 | 2024-06-20T09:22:35.236Z | tflt 0.270935247 |
684 | 2024-06-20T09:22:35.236Z | dflt 1.238208970 |
685 | 2024-06-20T09:22:35.236Z | kflt 0.000010609 |
686 | 2024-06-20T09:22:35.236Z | lock 4:34.590357560 |
687 | 2024-06-20T09:22:35.236Z | slp 5:53.185537311 |
688 | 2024-06-20T09:22:35.236Z | lat 3.858605754 |
689 | 2024-06-20T09:22:35.236Z | stop 3.992494931 |
690 | 2024-06-20T09:22:35.236Z | process exited: duration 163080 ms, exit code 0 |
|
691 | 2024-06-20T09:22:35.243Z | found 0 output files |