|
|
|
1 | 2024-12-25T04:20:03.640Z | job assigned to worker 01JFY0MJWQAJM8HZZX7PY0K33S [factory aws, i-0b304263ee0919bc4] (queued for 59 s) |
|
2 | 2024-12-25T04:20:11.591Z | starting task 0: "setup" |
3 | 2024-12-25T04:20:11.602Z | ++ uname -s |
4 | 2024-12-25T04:20:11.605Z | + kern=SunOS |
5 | 2024-12-25T04:20:11.605Z | + case "$kern" in |
6 | 2024-12-25T04:20:11.605Z | + groupadd -g 12345 build |
7 | 2024-12-25T04:20:11.607Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-25T04:20:13.616Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-25T04:20:13.734Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-25T04:20:13.737Z | + home_fs=zfs |
11 | 2024-12-25T04:20:13.737Z | + [[ zfs == autofs ]] |
12 | 2024-12-25T04:20:13.737Z | + mkdir -p /home/build |
13 | 2024-12-25T04:20:13.739Z | + chown build:build /home/build /work |
14 | 2024-12-25T04:20:15.741Z | + chmod 0700 /home/build /work |
15 | 2024-12-25T04:20:15.744Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-12-25T04:20:15.749Z | starting task 1: "rust-toolchain" |
17 | 2024-12-25T04:20:15.754Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-25T04:20:15.754Z | ' nightly-2024-11-18 |
19 | 2024-12-25T04:20:15.754Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-25T04:20:15.754Z | ' default |
21 | 2024-12-25T04:20:15.754Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-25T04:20:15.754Z | * toolchain profile = "default" |
23 | 2024-12-25T04:20:15.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-25T04:20:15.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-25T04:20:15.859Z | info: downloading installer |
26 | 2024-12-25T04:20:17.365Z | info: profile set to 'default' |
27 | 2024-12-25T04:20:17.365Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-25T04:20:17.367Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-25T04:20:17.528Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-25T04:20:17.528Z | info: downloading component 'cargo' |
31 | 2024-12-25T04:20:18.400Z | info: downloading component 'clippy' |
32 | 2024-12-25T04:20:18.735Z | info: downloading component 'rust-docs' |
33 | 2024-12-25T04:20:19.926Z | info: downloading component 'rust-std' |
34 | 2024-12-25T04:20:21.843Z | info: downloading component 'rustc' |
35 | 2024-12-25T04:20:28.597Z | info: downloading component 'rustfmt' |
36 | 2024-12-25T04:20:28.846Z | info: installing component 'cargo' |
37 | 2024-12-25T04:20:29.729Z | info: installing component 'clippy' |
38 | 2024-12-25T04:20:30.117Z | info: installing component 'rust-docs' |
39 | 2024-12-25T04:20:31.882Z | info: installing component 'rust-std' |
40 | 2024-12-25T04:20:33.808Z | info: installing component 'rustc' |
41 | 2024-12-25T04:20:40.033Z | info: installing component 'rustfmt' |
42 | 2024-12-25T04:20:40.380Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-25T04:20:40.380Z | |
44 | 2024-12-25T04:20:40.771Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-25T04:20:40.771Z | |
46 | 2024-12-25T04:20:40.774Z | |
47 | 2024-12-25T04:20:40.774Z | Rust is installed now. Great! |
48 | 2024-12-25T04:20:40.774Z | |
49 | 2024-12-25T04:20:40.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-25T04:20:40.774Z | environment variable. This has not been done automatically. |
51 | 2024-12-25T04:20:40.774Z | |
52 | 2024-12-25T04:20:40.774Z | To configure your current shell, you need to source |
53 | 2024-12-25T04:20:40.774Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-25T04:20:40.774Z | |
55 | 2024-12-25T04:20:40.774Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-25T04:20:40.774Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-25T04:20:40.774Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-25T04:20:40.858Z | + rustc --version |
59 | 2024-12-25T04:20:40.932Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-25T04:20:40.936Z | process exited: duration 25181 ms, exit code 0 |
|
61 | 2024-12-25T04:20:40.941Z | starting task 2: "authentication" |
62 | 2024-12-25T04:20:40.964Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-25T04:20:40.968Z | starting task 3: "clone repository" |
64 | 2024-12-25T04:20:40.974Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-25T04:20:40.976Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-25T04:20:41.014Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-25T04:20:41.738Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-25T04:20:41.738Z | + git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
69 | 2024-12-25T04:20:42.008Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-25T04:20:42.008Z | * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD |
71 | 2024-12-25T04:20:42.016Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
72 | 2024-12-25T04:20:42.019Z | ++ git branch --show-current |
73 | 2024-12-25T04:20:42.022Z | + current=master |
74 | 2024-12-25T04:20:42.022Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
75 | 2024-12-25T04:20:42.022Z | + git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
76 | 2024-12-25T04:20:42.024Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
77 | 2024-12-25T04:20:42.047Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
78 | 2024-12-25T04:20:42.050Z | + git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e |
79 | 2024-12-25T04:20:42.072Z | HEAD is now at c16669c Update Rust crate zerocopy to v0.8.14 |
80 | 2024-12-25T04:20:42.074Z | process exited: duration 1105 ms, exit code 0 |
|
81 | 2024-12-25T04:20:42.079Z | starting task 4: "build" |
82 | 2024-12-25T04:20:42.086Z | + cargo --version |
83 | 2024-12-25T04:20:42.091Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-25T04:20:42.264Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-25T04:20:42.264Z | info: downloading component 'cargo' |
86 | 2024-12-25T04:20:43.123Z | info: downloading component 'clippy' |
87 | 2024-12-25T04:20:43.450Z | info: downloading component 'rust-docs' |
88 | 2024-12-25T04:20:44.649Z | info: downloading component 'rust-std' |
89 | 2024-12-25T04:20:46.385Z | info: downloading component 'rustc' |
90 | 2024-12-25T04:20:52.958Z | info: downloading component 'rustfmt' |
91 | 2024-12-25T04:20:53.211Z | info: installing component 'cargo' |
92 | 2024-12-25T04:20:54.048Z | info: installing component 'clippy' |
93 | 2024-12-25T04:20:54.426Z | info: installing component 'rust-docs' |
94 | 2024-12-25T04:20:56.187Z | info: installing component 'rust-std' |
95 | 2024-12-25T04:20:57.872Z | info: installing component 'rustc' |
96 | 2024-12-25T04:21:03.777Z | info: installing component 'rustfmt' |
97 | 2024-12-25T04:21:04.200Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-25T04:21:04.202Z | + rustc --version |
99 | 2024-12-25T04:21:04.277Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-25T04:21:04.282Z | + cd lib/oxide-vpc |
101 | 2024-12-25T04:21:04.284Z | + header 'check style' |
102 | 2024-12-25T04:21:04.284Z | + echo '# ==== check style ==== #' |
103 | 2024-12-25T04:21:04.284Z | # ==== check style ==== # |
104 | 2024-12-25T04:21:04.284Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-25T04:21:04.570Z | |
106 | 2024-12-25T04:21:04.570Z | real 0.282588884 |
107 | 2024-12-25T04:21:04.570Z | user 0.175925210 |
108 | 2024-12-25T04:21:04.570Z | sys 0.099137774 |
109 | 2024-12-25T04:21:04.570Z | trap 0.000017434 |
110 | 2024-12-25T04:21:04.570Z | tflt 0.000000000 |
111 | 2024-12-25T04:21:04.570Z | dflt 0.000000000 |
112 | 2024-12-25T04:21:04.570Z | kflt 0.000000000 |
113 | 2024-12-25T04:21:04.570Z | lock 0.000000000 |
114 | 2024-12-25T04:21:04.570Z | slp 0.191691606 |
115 | 2024-12-25T04:21:04.570Z | lat 0.000282475 |
116 | 2024-12-25T04:21:04.570Z | stop 0.000134967 |
117 | 2024-12-25T04:21:04.573Z | + header 'check docs' |
118 | 2024-12-25T04:21:04.573Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-25T04:21:04.573Z | # ==== check docs ==== # |
120 | 2024-12-25T04:21:04.573Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-25T04:21:04.573Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-25T04:21:04.689Z | Updating crates.io index |
123 | 2024-12-25T04:21:04.750Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-25T04:21:05.502Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-25T04:21:05.791Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-25T04:21:06.088Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-25T04:21:06.482Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-25T04:21:06.786Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-25T04:21:07.106Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-25T04:21:07.363Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-25T04:21:07.642Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-25T04:21:08.428Z | Downloading crates ... |
133 | 2024-12-25T04:21:08.501Z | Downloaded darling_macro v0.20.10 |
134 | 2024-12-25T04:21:08.504Z | Downloaded ident_case v1.0.1 |
135 | 2024-12-25T04:21:08.506Z | Downloaded usdt-macro v0.5.0 |
136 | 2024-12-25T04:21:08.510Z | Downloaded usdt-attr-macro v0.5.0 |
137 | 2024-12-25T04:21:08.528Z | Downloaded cpufeatures v0.2.16 |
138 | 2024-12-25T04:21:08.533Z | Downloaded scroll_derive v0.12.0 |
139 | 2024-12-25T04:21:08.536Z | Downloaded dtrace-parser v0.2.0 |
140 | 2024-12-25T04:21:08.538Z | Downloaded pretty-hex v0.4.1 |
141 | 2024-12-25T04:21:08.541Z | Downloaded proc-macro-error-attr2 v2.0.0 |
142 | 2024-12-25T04:21:08.546Z | Downloaded bitflags v1.3.2 |
143 | 2024-12-25T04:21:08.551Z | Downloaded defmt-macros v0.4.0 |
144 | 2024-12-25T04:21:08.554Z | Downloaded hash32 v0.3.1 |
145 | 2024-12-25T04:21:08.556Z | Downloaded stable_deref_trait v1.2.0 |
146 | 2024-12-25T04:21:08.556Z | Downloaded dyn-clone v1.0.17 |
147 | 2024-12-25T04:21:08.558Z | Downloaded fnv v1.0.7 |
148 | 2024-12-25T04:21:08.558Z | Downloaded embedded-io v0.6.1 |
149 | 2024-12-25T04:21:08.561Z | Downloaded crypto-common v0.1.6 |
150 | 2024-12-25T04:21:08.561Z | Downloaded block-buffer v0.10.4 |
151 | 2024-12-25T04:21:08.563Z | Downloaded cobs v0.2.3 |
152 | 2024-12-25T04:21:08.563Z | Downloaded usdt v0.5.0 |
153 | 2024-12-25T04:21:08.563Z | Downloaded strsim v0.11.1 |
154 | 2024-12-25T04:21:08.566Z | Downloaded thread-id v4.2.2 |
155 | 2024-12-25T04:21:08.566Z | Downloaded memmap v0.7.0 |
156 | 2024-12-25T04:21:08.568Z | Downloaded cfg-if v1.0.0 |
157 | 2024-12-25T04:21:08.568Z | Downloaded thiserror-impl v1.0.69 |
158 | 2024-12-25T04:21:08.571Z | Downloaded usdt-impl v0.5.0 |
159 | 2024-12-25T04:21:08.573Z | Downloaded thiserror v1.0.69 |
160 | 2024-12-25T04:21:08.577Z | Downloaded tabwriter v1.4.0 |
161 | 2024-12-25T04:21:08.580Z | Downloaded managed v0.8.0 |
162 | 2024-12-25T04:21:08.580Z | Downloaded ipnetwork v0.20.0 |
163 | 2024-12-25T04:21:08.582Z | Downloaded thiserror-impl v2.0.9 |
164 | 2024-12-25T04:21:08.584Z | Downloaded either v1.13.0 |
165 | 2024-12-25T04:21:08.586Z | Downloaded dof v0.3.0 |
166 | 2024-12-25T04:21:08.589Z | Downloaded pest_generator v2.7.15 |
167 | 2024-12-25T04:21:08.591Z | Downloaded digest v0.10.7 |
168 | 2024-12-25T04:21:08.598Z | Downloaded version_check v0.9.5 |
169 | 2024-12-25T04:21:08.601Z | Downloaded macaddr v1.0.1 |
170 | 2024-12-25T04:21:08.604Z | Downloaded itoa v1.0.14 |
171 | 2024-12-25T04:21:08.606Z | Downloaded quote v1.0.37 |
172 | 2024-12-25T04:21:08.608Z | Downloaded plain v0.2.3 |
173 | 2024-12-25T04:21:08.608Z | Downloaded generic-array v0.14.7 |
174 | 2024-12-25T04:21:08.611Z | Downloaded defmt-parser v0.4.1 |
175 | 2024-12-25T04:21:08.611Z | Downloaded defmt v0.3.10 |
176 | 2024-12-25T04:21:08.613Z | Downloaded sha2 v0.10.8 |
177 | 2024-12-25T04:21:08.616Z | Downloaded serde_tokenstream v0.2.2 |
178 | 2024-12-25T04:21:08.619Z | Downloaded postcard v1.1.1 |
179 | 2024-12-25T04:21:08.619Z | Downloaded embedded-io v0.4.0 |
180 | 2024-12-25T04:21:08.621Z | Downloaded proc-macro-error2 v2.0.1 |
181 | 2024-12-25T04:21:08.624Z | Downloaded byteorder v1.5.0 |
182 | 2024-12-25T04:21:08.626Z | Downloaded zerocopy-derive v0.7.35 |
183 | 2024-12-25T04:21:08.628Z | Downloaded thiserror v2.0.9 |
184 | 2024-12-25T04:21:08.633Z | Downloaded scroll v0.12.0 |
185 | 2024-12-25T04:21:08.641Z | Downloaded pest_derive v2.7.15 |
186 | 2024-12-25T04:21:08.644Z | Downloaded unicode-ident v1.0.14 |
187 | 2024-12-25T04:21:08.646Z | Downloaded proc-macro2 v1.0.92 |
188 | 2024-12-25T04:21:08.650Z | Downloaded once_cell v1.20.2 |
189 | 2024-12-25T04:21:08.652Z | Downloaded bitflags v2.6.0 |
190 | 2024-12-25T04:21:08.656Z | Downloaded darling v0.20.10 |
191 | 2024-12-25T04:21:08.660Z | Downloaded log v0.4.22 |
192 | 2024-12-25T04:21:08.663Z | Downloaded darling_core v0.20.10 |
193 | 2024-12-25T04:21:08.667Z | Downloaded uuid v1.11.0 |
194 | 2024-12-25T04:21:08.670Z | Downloaded ucd-trie v0.1.7 |
195 | 2024-12-25T04:21:08.673Z | Downloaded crc32fast v1.4.2 |
196 | 2024-12-25T04:21:08.675Z | Downloaded ryu v1.0.18 |
197 | 2024-12-25T04:21:08.677Z | Downloaded typenum v1.17.0 |
198 | 2024-12-25T04:21:08.679Z | Downloaded pest_meta v2.7.15 |
199 | 2024-12-25T04:21:08.682Z | Downloaded aho-corasick v1.1.3 |
200 | 2024-12-25T04:21:08.687Z | Downloaded serde_derive v1.0.216 |
201 | 2024-12-25T04:21:08.690Z | Downloaded serde v1.0.216 |
202 | 2024-12-25T04:21:08.693Z | Downloaded zerocopy-derive v0.8.14 |
203 | 2024-12-25T04:21:08.700Z | Downloaded heapless v0.8.0 |
204 | 2024-12-25T04:21:08.703Z | Downloaded memchr v2.7.4 |
205 | 2024-12-25T04:21:08.738Z | Downloaded pest v2.7.15 |
206 | 2024-12-25T04:21:08.764Z | Downloaded serde_json v1.0.134 |
207 | 2024-12-25T04:21:08.771Z | Downloaded itertools v0.13.0 |
208 | 2024-12-25T04:21:08.778Z | Downloaded goblin v0.8.2 |
209 | 2024-12-25T04:21:08.784Z | Downloaded zerocopy v0.7.35 |
210 | 2024-12-25T04:21:08.816Z | Downloaded regex v1.11.1 |
211 | 2024-12-25T04:21:08.828Z | Downloaded zerocopy v0.8.14 |
212 | 2024-12-25T04:21:08.849Z | Downloaded unicode-width v0.1.14 |
213 | 2024-12-25T04:21:08.855Z | Downloaded syn v2.0.91 |
214 | 2024-12-25T04:21:08.883Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-25T04:21:08.895Z | Downloaded regex-syntax v0.8.5 |
216 | 2024-12-25T04:21:08.921Z | Downloaded regex-automata v0.4.9 |
217 | 2024-12-25T04:21:08.936Z | Downloaded libc v0.2.169 |
218 | 2024-12-25T04:21:09.099Z | Compiling proc-macro2 v1.0.92 |
219 | 2024-12-25T04:21:09.101Z | Compiling unicode-ident v1.0.14 |
220 | 2024-12-25T04:21:09.101Z | Documenting unicode-ident v1.0.14 |
221 | 2024-12-25T04:21:09.101Z | Compiling ident_case v1.0.1 |
222 | 2024-12-25T04:21:09.101Z | Compiling strsim v0.11.1 |
223 | 2024-12-25T04:21:09.101Z | Compiling fnv v1.0.7 |
224 | 2024-12-25T04:21:09.101Z | Compiling serde v1.0.216 |
225 | 2024-12-25T04:21:09.281Z | Compiling memchr v2.7.4 |
226 | 2024-12-25T04:21:09.316Z | Compiling zerocopy v0.8.14 |
227 | 2024-12-25T04:21:09.397Z | Compiling regex-syntax v0.8.5 |
228 | 2024-12-25T04:21:09.820Z | Compiling either v1.13.0 |
229 | 2024-12-25T04:21:10.063Z | Documenting proc-macro2 v1.0.92 |
230 | 2024-12-25T04:21:10.132Z | Checking byteorder v1.5.0 |
231 | 2024-12-25T04:21:10.203Z | Compiling aho-corasick v1.1.3 |
232 | 2024-12-25T04:21:10.419Z | Compiling itertools v0.13.0 |
233 | 2024-12-25T04:21:10.622Z | Checking quote v1.0.37 |
234 | 2024-12-25T04:21:10.957Z | Checking syn v2.0.91 |
235 | 2024-12-25T04:21:11.347Z | Documenting quote v1.0.37 |
236 | 2024-12-25T04:21:11.358Z | Documenting fnv v1.0.7 |
237 | 2024-12-25T04:21:12.314Z | Compiling heapless v0.8.0 |
238 | 2024-12-25T04:21:12.337Z | Documenting syn v2.0.91 |
239 | 2024-12-25T04:21:12.885Z | Documenting strsim v0.11.1 |
240 | 2024-12-25T04:21:13.307Z | Compiling regex-automata v0.4.9 |
241 | 2024-12-25T04:21:13.825Z | Documenting ident_case v1.0.1 |
242 | 2024-12-25T04:21:14.598Z | Checking hash32 v0.3.1 |
243 | 2024-12-25T04:21:14.750Z | Checking stable_deref_trait v1.2.0 |
244 | 2024-12-25T04:21:14.760Z | Checking cfg-if v1.0.0 |
245 | 2024-12-25T04:21:14.838Z | Checking macaddr v1.0.1 |
246 | 2024-12-25T04:21:14.847Z | Documenting memchr v2.7.4 |
247 | 2024-12-25T04:21:14.989Z | Compiling smoltcp v0.11.0 |
248 | 2024-12-25T04:21:15.084Z | Documenting regex-syntax v0.8.5 |
249 | 2024-12-25T04:21:16.223Z | Checking darling_core v0.20.10 |
250 | 2024-12-25T04:21:16.266Z | Documenting aho-corasick v1.1.3 |
251 | 2024-12-25T04:21:16.391Z | Checking cobs v0.2.3 |
252 | 2024-12-25T04:21:16.568Z | Checking bitflags v1.3.2 |
253 | 2024-12-25T04:21:16.655Z | Checking bitflags v2.6.0 |
254 | 2024-12-25T04:21:17.235Z | Checking managed v0.8.0 |
255 | 2024-12-25T04:21:17.414Z | Compiling regex v1.11.1 |
256 | 2024-12-25T04:21:17.812Z | Documenting darling_core v0.20.10 |
257 | 2024-12-25T04:21:17.814Z | Documenting regex-automata v0.4.9 |
258 | 2024-12-25T04:21:18.214Z | Documenting serde_derive v1.0.216 |
259 | 2024-12-25T04:21:18.295Z | Documenting zerocopy-derive v0.8.14 |
260 | 2024-12-25T04:21:19.589Z | Documenting byteorder v1.5.0 |
261 | 2024-12-25T04:21:20.147Z | Documenting darling_macro v0.20.10 |
262 | 2024-12-25T04:21:20.296Z | Documenting hash32 v0.3.1 |
263 | 2024-12-25T04:21:20.440Z | Documenting macaddr v1.0.1 |
264 | 2024-12-25T04:21:20.587Z | Documenting regex v1.11.1 |
265 | 2024-12-25T04:21:21.198Z | Compiling version_check v0.9.5 |
266 | 2024-12-25T04:21:21.245Z | Checking unicode-width v0.1.14 |
267 | 2024-12-25T04:21:21.326Z | Checking ipnetwork v0.20.0 |
268 | 2024-12-25T04:21:21.625Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
269 | 2024-12-25T04:21:21.733Z | Documenting stable_deref_trait v1.2.0 |
270 | 2024-12-25T04:21:21.744Z | Documenting cfg-if v1.0.0 |
271 | 2024-12-25T04:21:21.788Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-12-25T04:21:21.823Z | Documenting bitflags v2.6.0 |
273 | 2024-12-25T04:21:22.039Z | Documenting cobs v0.2.3 |
274 | 2024-12-25T04:21:22.050Z | Compiling serde_derive v1.0.216 |
275 | 2024-12-25T04:21:22.175Z | Compiling zerocopy-derive v0.8.14 |
276 | 2024-12-25T04:21:22.330Z | Documenting managed v0.8.0 |
277 | 2024-12-25T04:21:22.387Z | Documenting heapless v0.8.0 |
278 | 2024-12-25T04:21:22.581Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
279 | 2024-12-25T04:21:22.719Z | Checking tabwriter v1.4.0 |
280 | 2024-12-25T04:21:23.142Z | Compiling darling_macro v0.20.10 |
281 | 2024-12-25T04:21:23.193Z | Checking crc32fast v1.4.2 |
282 | 2024-12-25T04:21:23.337Z | Documenting unicode-width v0.1.14 |
283 | 2024-12-25T04:21:23.402Z | Checking dyn-clone v1.0.17 |
284 | 2024-12-25T04:21:23.520Z | Documenting smoltcp v0.11.0 |
285 | 2024-12-25T04:21:23.535Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
286 | 2024-12-25T04:21:23.696Z | Documenting ipnetwork v0.20.0 |
287 | 2024-12-25T04:21:24.169Z | Compiling darling v0.20.10 |
288 | 2024-12-25T04:21:24.281Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
289 | 2024-12-25T04:21:24.321Z | Documenting darling v0.20.10 |
290 | 2024-12-25T04:21:24.470Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
291 | 2024-12-25T04:21:24.663Z | Documenting either v1.13.0 |
292 | 2024-12-25T04:21:24.779Z | Documenting tabwriter v1.4.0 |
293 | 2024-12-25T04:21:25.448Z | Documenting zerocopy v0.8.14 |
294 | 2024-12-25T04:21:25.583Z | Documenting itertools v0.13.0 |
295 | 2024-12-25T04:21:25.634Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
296 | 2024-12-25T04:21:25.723Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
297 | 2024-12-25T04:21:25.801Z | Documenting crc32fast v1.4.2 |
298 | 2024-12-25T04:21:26.524Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
299 | 2024-12-25T04:21:26.810Z | Documenting dyn-clone v1.0.17 |
300 | 2024-12-25T04:21:27.506Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-12-25T04:21:27.567Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
302 | 2024-12-25T04:21:28.630Z | Documenting serde v1.0.216 |
303 | 2024-12-25T04:21:29.157Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-25T04:21:29.157Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-25T04:21:31.571Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
306 | 2024-12-25T04:21:31.571Z | Checking postcard v1.1.1 |
307 | 2024-12-25T04:21:31.573Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2024-12-25T04:21:31.573Z | Documenting postcard v1.1.1 |
309 | 2024-12-25T04:21:31.573Z | Documenting uuid v1.11.0 |
310 | 2024-12-25T04:21:31.574Z | Checking uuid v1.11.0 |
311 | 2024-12-25T04:21:33.053Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-12-25T04:21:33.053Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2024-12-25T04:21:34.022Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2024-12-25T04:21:38.529Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2024-12-25T04:21:39.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.25s |
316 | 2024-12-25T04:21:39.966Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2024-12-25T04:21:39.989Z | |
318 | 2024-12-25T04:21:39.989Z | real 35.386499338 |
319 | 2024-12-25T04:21:39.989Z | user 2:31.741159898 |
320 | 2024-12-25T04:21:39.989Z | sys 20.541223606 |
321 | 2024-12-25T04:21:39.989Z | trap 0.116993638 |
322 | 2024-12-25T04:21:39.989Z | tflt 0.216132795 |
323 | 2024-12-25T04:21:39.991Z | dflt 0.163108192 |
324 | 2024-12-25T04:21:39.991Z | kflt 0.001869249 |
325 | 2024-12-25T04:21:39.991Z | lock 3:22.980548169 |
326 | 2024-12-25T04:21:39.991Z | slp 8:11.763167751 |
327 | 2024-12-25T04:21:39.991Z | lat 19.543448012 |
328 | 2024-12-25T04:21:39.991Z | stop 11.167875607 |
329 | 2024-12-25T04:21:39.991Z | + header 'analyze std + api + usdt' |
330 | 2024-12-25T04:21:39.991Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2024-12-25T04:21:39.991Z | # ==== analyze std + api + usdt ==== # |
332 | 2024-12-25T04:21:39.991Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2024-12-25T04:21:40.338Z | Downloading crates ... |
334 | 2024-12-25T04:21:40.407Z | Downloaded autocfg v1.4.0 |
335 | 2024-12-25T04:21:40.417Z | Downloaded futures v0.3.31 |
336 | 2024-12-25T04:21:40.423Z | Downloaded circular v0.3.0 |
337 | 2024-12-25T04:21:40.427Z | Downloaded futures-macro v0.3.31 |
338 | 2024-12-25T04:21:40.429Z | Downloaded ctor v0.2.9 |
339 | 2024-12-25T04:21:40.434Z | Downloaded pin-utils v0.1.0 |
340 | 2024-12-25T04:21:40.436Z | Downloaded futures-executor v0.3.31 |
341 | 2024-12-25T04:21:40.439Z | Downloaded rusticata-macros v4.1.0 |
342 | 2024-12-25T04:21:40.439Z | Downloaded futures-sink v0.3.31 |
343 | 2024-12-25T04:21:40.441Z | Downloaded pin-project-lite v0.2.15 |
344 | 2024-12-25T04:21:40.444Z | Downloaded slab v0.4.9 |
345 | 2024-12-25T04:21:40.447Z | Downloaded futures-channel v0.3.31 |
346 | 2024-12-25T04:21:40.449Z | Downloaded cookie-factory v0.3.3 |
347 | 2024-12-25T04:21:40.449Z | Downloaded futures-io v0.3.31 |
348 | 2024-12-25T04:21:40.451Z | Downloaded futures-core v0.3.31 |
349 | 2024-12-25T04:21:40.451Z | Downloaded pcap-parser v0.16.0 |
350 | 2024-12-25T04:21:40.455Z | Downloaded ron v0.8.1 |
351 | 2024-12-25T04:21:40.462Z | Downloaded minimal-lexical v0.2.1 |
352 | 2024-12-25T04:21:40.466Z | Downloaded base64 v0.21.7 |
353 | 2024-12-25T04:21:40.470Z | Downloaded nom v7.1.3 |
354 | 2024-12-25T04:21:40.475Z | Downloaded futures-task v0.3.31 |
355 | 2024-12-25T04:21:40.478Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-25T04:21:40.571Z | Compiling proc-macro2 v1.0.92 |
357 | 2024-12-25T04:21:40.571Z | Compiling unicode-ident v1.0.14 |
358 | 2024-12-25T04:21:40.574Z | Compiling memchr v2.7.4 |
359 | 2024-12-25T04:21:40.574Z | Compiling thiserror v2.0.9 |
360 | 2024-12-25T04:21:40.574Z | Compiling thiserror v1.0.69 |
361 | 2024-12-25T04:21:40.581Z | Compiling serde v1.0.216 |
362 | 2024-12-25T04:21:40.583Z | Compiling ucd-trie v0.1.7 |
363 | 2024-12-25T04:21:40.829Z | Compiling libc v0.2.169 |
364 | 2024-12-25T04:21:41.166Z | Compiling version_check v0.9.5 |
365 | 2024-12-25T04:21:41.235Z | Compiling serde_json v1.0.134 |
366 | 2024-12-25T04:21:41.408Z | Compiling once_cell v1.20.2 |
367 | 2024-12-25T04:21:41.522Z | Compiling ident_case v1.0.1 |
368 | 2024-12-25T04:21:41.546Z | Compiling strsim v0.11.1 |
369 | 2024-12-25T04:21:41.619Z | Checking byteorder v1.5.0 |
370 | 2024-12-25T04:21:41.680Z | Compiling fnv v1.0.7 |
371 | 2024-12-25T04:21:41.705Z | Compiling aho-corasick v1.1.3 |
372 | 2024-12-25T04:21:41.804Z | Compiling itoa v1.0.14 |
373 | 2024-12-25T04:21:41.957Z | Compiling ryu v1.0.18 |
374 | 2024-12-25T04:21:41.988Z | Compiling autocfg v1.4.0 |
375 | 2024-12-25T04:21:42.012Z | Compiling regex-syntax v0.8.5 |
376 | 2024-12-25T04:21:42.047Z | Compiling usdt-impl v0.5.0 |
377 | 2024-12-25T04:21:42.171Z | Compiling either v1.13.0 |
378 | 2024-12-25T04:21:42.427Z | Compiling quote v1.0.37 |
379 | 2024-12-25T04:21:42.452Z | Compiling zerocopy v0.8.14 |
380 | 2024-12-25T04:21:42.547Z | Compiling itertools v0.13.0 |
381 | 2024-12-25T04:21:42.769Z | Compiling syn v2.0.91 |
382 | 2024-12-25T04:21:42.808Z | Compiling slab v0.4.9 |
383 | 2024-12-25T04:21:42.901Z | Compiling thread-id v4.2.2 |
384 | 2024-12-25T04:21:43.316Z | Checking log v0.4.22 |
385 | 2024-12-25T04:21:43.426Z | Checking futures-core v0.3.31 |
386 | 2024-12-25T04:21:43.557Z | Checking plain v0.2.3 |
387 | 2024-12-25T04:21:43.610Z | Compiling heapless v0.8.0 |
388 | 2024-12-25T04:21:43.691Z | Checking futures-sink v0.3.31 |
389 | 2024-12-25T04:21:43.821Z | Checking futures-channel v0.3.31 |
390 | 2024-12-25T04:21:44.112Z | Checking hash32 v0.3.1 |
391 | 2024-12-25T04:21:44.147Z | Checking pin-utils v0.1.0 |
392 | 2024-12-25T04:21:44.226Z | Checking cfg-if v1.0.0 |
393 | 2024-12-25T04:21:44.283Z | Checking pin-project-lite v0.2.15 |
394 | 2024-12-25T04:21:44.302Z | Checking pretty-hex v0.4.1 |
395 | 2024-12-25T04:21:44.394Z | Checking futures-io v0.3.31 |
396 | 2024-12-25T04:21:44.426Z | Checking stable_deref_trait v1.2.0 |
397 | 2024-12-25T04:21:44.466Z | Compiling smoltcp v0.11.0 |
398 | 2024-12-25T04:21:44.516Z | Checking macaddr v1.0.1 |
399 | 2024-12-25T04:21:44.522Z | Checking futures-task v0.3.31 |
400 | 2024-12-25T04:21:44.857Z | Checking cobs v0.2.3 |
401 | 2024-12-25T04:21:45.026Z | Checking bitflags v1.3.2 |
402 | 2024-12-25T04:21:45.116Z | Checking managed v0.8.0 |
403 | 2024-12-25T04:21:45.122Z | Checking memmap v0.7.0 |
404 | 2024-12-25T04:21:45.305Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2024-12-25T04:21:45.432Z | Checking ipnetwork v0.20.0 |
406 | 2024-12-25T04:21:45.555Z | Compiling regex-automata v0.4.9 |
407 | 2024-12-25T04:21:45.714Z | Checking unicode-width v0.1.14 |
408 | 2024-12-25T04:21:45.721Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
409 | 2024-12-25T04:21:45.759Z | Checking minimal-lexical v0.2.1 |
410 | 2024-12-25T04:21:46.139Z | Checking nom v7.1.3 |
411 | 2024-12-25T04:21:46.157Z | Checking tabwriter v1.4.0 |
412 | 2024-12-25T04:21:46.440Z | Checking crc32fast v1.4.2 |
413 | 2024-12-25T04:21:46.639Z | Checking dyn-clone v1.0.17 |
414 | 2024-12-25T04:21:46.762Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
415 | 2024-12-25T04:21:46.981Z | Checking circular v0.3.0 |
416 | 2024-12-25T04:21:47.157Z | Checking base64 v0.21.7 |
417 | 2024-12-25T04:21:48.365Z | Checking rusticata-macros v4.1.0 |
418 | 2024-12-25T04:21:48.583Z | Compiling darling_core v0.20.10 |
419 | 2024-12-25T04:21:49.137Z | Compiling regex v1.11.1 |
420 | 2024-12-25T04:21:49.908Z | Compiling serde_derive v1.0.216 |
421 | 2024-12-25T04:21:49.915Z | Compiling thiserror-impl v2.0.9 |
422 | 2024-12-25T04:21:49.922Z | Compiling thiserror-impl v1.0.69 |
423 | 2024-12-25T04:21:49.928Z | Compiling zerocopy-derive v0.7.35 |
424 | 2024-12-25T04:21:50.137Z | Compiling scroll_derive v0.12.0 |
425 | 2024-12-25T04:21:50.192Z | Compiling zerocopy-derive v0.8.14 |
426 | 2024-12-25T04:21:50.383Z | Compiling futures-macro v0.3.31 |
427 | 2024-12-25T04:21:51.634Z | Checking scroll v0.12.0 |
428 | 2024-12-25T04:21:51.873Z | Compiling zerocopy v0.7.35 |
429 | 2024-12-25T04:21:52.076Z | Checking goblin v0.8.2 |
430 | 2024-12-25T04:21:52.894Z | Compiling pest v2.7.15 |
431 | 2024-12-25T04:21:53.109Z | Checking futures-util v0.3.31 |
432 | 2024-12-25T04:21:53.360Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
433 | 2024-12-25T04:21:53.865Z | Compiling darling_macro v0.20.10 |
434 | 2024-12-25T04:21:54.434Z | Compiling ctor v0.2.9 |
435 | 2024-12-25T04:21:54.896Z | Compiling darling v0.20.10 |
436 | 2024-12-25T04:21:54.999Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
437 | 2024-12-25T04:21:55.451Z | Compiling pest_meta v2.7.15 |
438 | 2024-12-25T04:21:55.624Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
439 | 2024-12-25T04:21:56.496Z | Compiling pest_generator v2.7.15 |
440 | 2024-12-25T04:21:57.515Z | Checking futures-executor v0.3.31 |
441 | 2024-12-25T04:21:57.655Z | Compiling pest_derive v2.7.15 |
442 | 2024-12-25T04:21:57.719Z | Checking futures v0.3.31 |
443 | 2024-12-25T04:21:57.805Z | Checking cookie-factory v0.3.3 |
444 | 2024-12-25T04:21:58.258Z | Checking pcap-parser v0.16.0 |
445 | 2024-12-25T04:21:58.432Z | Compiling dtrace-parser v0.2.0 |
446 | 2024-12-25T04:21:59.288Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
447 | 2024-12-25T04:22:00.192Z | Checking bitflags v2.6.0 |
448 | 2024-12-25T04:22:00.195Z | Checking postcard v1.1.1 |
449 | 2024-12-25T04:22:00.195Z | Checking uuid v1.11.0 |
450 | 2024-12-25T04:22:00.413Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
451 | 2024-12-25T04:22:00.414Z | Checking ron v0.8.1 |
452 | 2024-12-25T04:22:00.869Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-12-25T04:22:01.283Z | Checking dof v0.3.0 |
454 | 2024-12-25T04:22:01.905Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
455 | 2024-12-25T04:22:02.907Z | Compiling usdt-macro v0.5.0 |
456 | 2024-12-25T04:22:02.908Z | Compiling usdt-attr-macro v0.5.0 |
457 | 2024-12-25T04:22:03.749Z | Checking usdt v0.5.0 |
458 | 2024-12-25T04:22:10.795Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
459 | 2024-12-25T04:22:13.152Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
460 | 2024-12-25T04:22:16.356Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
461 | 2024-12-25T04:22:16.356Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
462 | 2024-12-25T04:22:16.356Z | | |
463 | 2024-12-25T04:22:16.356Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
464 | 2024-12-25T04:22:16.356Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
465 | 2024-12-25T04:22:16.356Z | | |
466 | 2024-12-25T04:22:16.356Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
467 | 2024-12-25T04:22:16.356Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
468 | 2024-12-25T04:22:16.356Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
469 | 2024-12-25T04:22:16.356Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
470 | 2024-12-25T04:22:16.357Z | |
471 | 2024-12-25T04:22:16.377Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
472 | 2024-12-25T04:22:16.377Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
473 | 2024-12-25T04:22:16.377Z | | |
474 | 2024-12-25T04:22:16.377Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
475 | 2024-12-25T04:22:16.377Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
476 | 2024-12-25T04:22:16.377Z | | |
477 | 2024-12-25T04:22:16.377Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
478 | 2024-12-25T04:22:16.378Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
479 | 2024-12-25T04:22:16.378Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
480 | 2024-12-25T04:22:16.378Z | |
481 | 2024-12-25T04:22:16.392Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
482 | 2024-12-25T04:22:16.392Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
483 | 2024-12-25T04:22:16.392Z | | |
484 | 2024-12-25T04:22:16.392Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
485 | 2024-12-25T04:22:16.392Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
486 | 2024-12-25T04:22:16.392Z | | |
487 | 2024-12-25T04:22:16.392Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
488 | 2024-12-25T04:22:16.392Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
489 | 2024-12-25T04:22:16.392Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
490 | 2024-12-25T04:22:16.392Z | |
491 | 2024-12-25T04:22:17.242Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
492 | 2024-12-25T04:22:17.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.08s |
493 | 2024-12-25T04:22:17.283Z | |
494 | 2024-12-25T04:22:17.283Z | real 37.278807403 |
495 | 2024-12-25T04:22:17.283Z | user 2:27.039215076 |
496 | 2024-12-25T04:22:17.283Z | sys 21.481310445 |
497 | 2024-12-25T04:22:17.283Z | trap 0.085604114 |
498 | 2024-12-25T04:22:17.283Z | tflt 0.421418860 |
499 | 2024-12-25T04:22:17.285Z | dflt 0.486109247 |
500 | 2024-12-25T04:22:17.285Z | kflt 0.000030461 |
501 | 2024-12-25T04:22:17.285Z | lock 3:35.836020930 |
502 | 2024-12-25T04:22:17.285Z | slp 9:05.455682758 |
503 | 2024-12-25T04:22:17.285Z | lat 5.443032213 |
504 | 2024-12-25T04:22:17.285Z | stop 8.899056452 |
505 | 2024-12-25T04:22:17.286Z | + header 'analyze no_std + engine + kernel' |
506 | 2024-12-25T04:22:17.286Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
507 | 2024-12-25T04:22:17.286Z | # ==== analyze no_std + engine + kernel ==== # |
508 | 2024-12-25T04:22:17.286Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
509 | 2024-12-25T04:22:17.593Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
510 | 2024-12-25T04:22:17.593Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
511 | 2024-12-25T04:22:17.596Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
512 | 2024-12-25T04:22:17.596Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
513 | 2024-12-25T04:22:17.753Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
514 | 2024-12-25T04:22:24.850Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
515 | 2024-12-25T04:22:26.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
516 | 2024-12-25T04:22:26.836Z | |
517 | 2024-12-25T04:22:26.838Z | real 9.543875874 |
518 | 2024-12-25T04:22:26.838Z | user 10.214610329 |
519 | 2024-12-25T04:22:26.838Z | sys 1.337829628 |
520 | 2024-12-25T04:22:26.839Z | trap 0.001822173 |
521 | 2024-12-25T04:22:26.839Z | tflt 0.004108865 |
522 | 2024-12-25T04:22:26.839Z | dflt 0.002316725 |
523 | 2024-12-25T04:22:26.839Z | kflt 0.000001489 |
524 | 2024-12-25T04:22:26.839Z | lock 24.373775771 |
525 | 2024-12-25T04:22:26.839Z | slp 34.113657326 |
526 | 2024-12-25T04:22:26.839Z | lat 0.056574034 |
527 | 2024-12-25T04:22:26.839Z | stop 0.154465750 |
528 | 2024-12-25T04:22:26.839Z | + header test |
529 | 2024-12-25T04:22:26.839Z | + echo '# ==== test ==== #' |
530 | 2024-12-25T04:22:26.839Z | # ==== test ==== # |
531 | 2024-12-25T04:22:26.839Z | + ptime -m cargo test |
532 | 2024-12-25T04:22:27.122Z | Compiling unicode-ident v1.0.14 |
533 | 2024-12-25T04:22:27.122Z | Compiling memchr v2.7.4 |
534 | 2024-12-25T04:22:27.122Z | Compiling byteorder v1.5.0 |
535 | 2024-12-25T04:22:27.124Z | Compiling ucd-trie v0.1.7 |
536 | 2024-12-25T04:22:27.124Z | Compiling ryu v1.0.18 |
537 | 2024-12-25T04:22:27.130Z | Compiling itoa v1.0.14 |
538 | 2024-12-25T04:22:27.142Z | Compiling libc v0.2.169 |
539 | 2024-12-25T04:22:27.150Z | Compiling log v0.4.22 |
540 | 2024-12-25T04:22:27.283Z | Compiling proc-macro2 v1.0.92 |
541 | 2024-12-25T04:22:27.322Z | Compiling futures-core v0.3.31 |
542 | 2024-12-25T04:22:27.468Z | Compiling futures-sink v0.3.31 |
543 | 2024-12-25T04:22:27.474Z | Compiling plain v0.2.3 |
544 | 2024-12-25T04:22:27.522Z | Compiling hash32 v0.3.1 |
545 | 2024-12-25T04:22:27.532Z | Compiling slab v0.4.9 |
546 | 2024-12-25T04:22:27.586Z | Compiling futures-channel v0.3.31 |
547 | 2024-12-25T04:22:27.592Z | Compiling pretty-hex v0.4.1 |
548 | 2024-12-25T04:22:27.677Z | Compiling futures-io v0.3.31 |
549 | 2024-12-25T04:22:27.730Z | Compiling thread-id v4.2.2 |
550 | 2024-12-25T04:22:27.758Z | Compiling pin-project-lite v0.2.15 |
551 | 2024-12-25T04:22:27.770Z | Compiling stable_deref_trait v1.2.0 |
552 | 2024-12-25T04:22:27.772Z | Compiling pin-utils v0.1.0 |
553 | 2024-12-25T04:22:27.813Z | Compiling macaddr v1.0.1 |
554 | 2024-12-25T04:22:27.840Z | Compiling cfg-if v1.0.0 |
555 | 2024-12-25T04:22:27.851Z | Compiling futures-task v0.3.31 |
556 | 2024-12-25T04:22:27.862Z | Compiling heapless v0.8.0 |
557 | 2024-12-25T04:22:27.912Z | Compiling cobs v0.2.3 |
558 | 2024-12-25T04:22:27.918Z | Compiling bitflags v1.3.2 |
559 | 2024-12-25T04:22:27.939Z | Compiling managed v0.8.0 |
560 | 2024-12-25T04:22:27.996Z | Compiling quote v1.0.37 |
561 | 2024-12-25T04:22:28.099Z | Compiling aho-corasick v1.1.3 |
562 | 2024-12-25T04:22:28.140Z | Compiling memmap v0.7.0 |
563 | 2024-12-25T04:22:28.181Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
564 | 2024-12-25T04:22:28.328Z | Compiling syn v2.0.91 |
565 | 2024-12-25T04:22:28.551Z | Compiling either v1.13.0 |
566 | 2024-12-25T04:22:28.662Z | Compiling smoltcp v0.11.0 |
567 | 2024-12-25T04:22:28.722Z | Compiling unicode-width v0.1.14 |
568 | 2024-12-25T04:22:28.733Z | Compiling ipnetwork v0.20.0 |
569 | 2024-12-25T04:22:28.856Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
570 | 2024-12-25T04:22:28.902Z | Compiling minimal-lexical v0.2.1 |
571 | 2024-12-25T04:22:29.012Z | Compiling itertools v0.13.0 |
572 | 2024-12-25T04:22:29.213Z | Compiling tabwriter v1.4.0 |
573 | 2024-12-25T04:22:29.255Z | Compiling nom v7.1.3 |
574 | 2024-12-25T04:22:29.410Z | Compiling crc32fast v1.4.2 |
575 | 2024-12-25T04:22:29.653Z | Compiling dyn-clone v1.0.17 |
576 | 2024-12-25T04:22:29.680Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
577 | 2024-12-25T04:22:29.853Z | Compiling regex-automata v0.4.9 |
578 | 2024-12-25T04:22:29.990Z | Compiling circular v0.3.0 |
579 | 2024-12-25T04:22:30.320Z | Compiling base64 v0.21.7 |
580 | 2024-12-25T04:22:31.999Z | Compiling rusticata-macros v4.1.0 |
581 | 2024-12-25T04:22:33.068Z | Compiling regex v1.11.1 |
582 | 2024-12-25T04:22:33.663Z | Compiling darling_core v0.20.10 |
583 | 2024-12-25T04:22:35.315Z | Compiling serde_derive v1.0.216 |
584 | 2024-12-25T04:22:35.315Z | Compiling thiserror-impl v2.0.9 |
585 | 2024-12-25T04:22:35.335Z | Compiling thiserror-impl v1.0.69 |
586 | 2024-12-25T04:22:35.531Z | Compiling zerocopy-derive v0.7.35 |
587 | 2024-12-25T04:22:35.633Z | Compiling scroll_derive v0.12.0 |
588 | 2024-12-25T04:22:35.661Z | Compiling zerocopy-derive v0.8.14 |
589 | 2024-12-25T04:22:36.221Z | Compiling futures-macro v0.3.31 |
590 | 2024-12-25T04:22:37.118Z | Compiling scroll v0.12.0 |
591 | 2024-12-25T04:22:37.443Z | Compiling zerocopy v0.7.35 |
592 | 2024-12-25T04:22:37.593Z | Compiling goblin v0.8.2 |
593 | 2024-12-25T04:22:38.076Z | Compiling thiserror v1.0.69 |
594 | 2024-12-25T04:22:38.094Z | Compiling futures-util v0.3.31 |
595 | 2024-12-25T04:22:38.189Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
596 | 2024-12-25T04:22:38.234Z | Compiling thiserror v2.0.9 |
597 | 2024-12-25T04:22:38.364Z | Compiling pest v2.7.15 |
598 | 2024-12-25T04:22:38.458Z | Compiling zerocopy v0.8.14 |
599 | 2024-12-25T04:22:38.662Z | Compiling ctor v0.2.9 |
600 | 2024-12-25T04:22:38.843Z | Compiling darling_macro v0.20.10 |
601 | 2024-12-25T04:22:39.853Z | Compiling darling v0.20.10 |
602 | 2024-12-25T04:22:39.947Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
603 | 2024-12-25T04:22:40.188Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
604 | 2024-12-25T04:22:40.734Z | Compiling pest_meta v2.7.15 |
605 | 2024-12-25T04:22:41.255Z | Compiling serde v1.0.216 |
606 | 2024-12-25T04:22:41.845Z | Compiling pest_generator v2.7.15 |
607 | 2024-12-25T04:22:42.935Z | Compiling futures-executor v0.3.31 |
608 | 2024-12-25T04:22:43.293Z | Compiling futures v0.3.31 |
609 | 2024-12-25T04:22:43.391Z | Compiling cookie-factory v0.3.3 |
610 | 2024-12-25T04:22:43.554Z | Compiling pest_derive v2.7.15 |
611 | 2024-12-25T04:22:43.985Z | Compiling pcap-parser v0.16.0 |
612 | 2024-12-25T04:22:44.519Z | Compiling dtrace-parser v0.2.0 |
613 | 2024-12-25T04:22:45.573Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
614 | 2024-12-25T04:22:45.806Z | Compiling serde_json v1.0.134 |
615 | 2024-12-25T04:22:45.806Z | Compiling serde_tokenstream v0.2.2 |
616 | 2024-12-25T04:22:46.045Z | Compiling bitflags v2.6.0 |
617 | 2024-12-25T04:22:46.048Z | Compiling postcard v1.1.1 |
618 | 2024-12-25T04:22:46.048Z | Compiling uuid v1.11.0 |
619 | 2024-12-25T04:22:46.258Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
620 | 2024-12-25T04:22:46.258Z | Compiling ron v0.8.1 |
621 | 2024-12-25T04:22:47.034Z | Compiling dof v0.3.0 |
622 | 2024-12-25T04:22:47.512Z | Compiling usdt-impl v0.5.0 |
623 | 2024-12-25T04:22:47.956Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
624 | 2024-12-25T04:22:48.272Z | Compiling usdt-macro v0.5.0 |
625 | 2024-12-25T04:22:48.272Z | Compiling usdt-attr-macro v0.5.0 |
626 | 2024-12-25T04:22:49.438Z | Compiling usdt v0.5.0 |
627 | 2024-12-25T04:22:54.620Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
628 | 2024-12-25T04:22:56.751Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
629 | 2024-12-25T04:23:10.047Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.14s |
630 | 2024-12-25T04:23:10.078Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-e2d0718364cbba99) |
631 | 2024-12-25T04:23:10.094Z | |
632 | 2024-12-25T04:23:10.094Z | running 9 tests |
633 | 2024-12-25T04:23:10.096Z | test api::tests::parse_bad_proto_filter ... ok |
634 | 2024-12-25T04:23:10.096Z | test api::tests::parse_good_proto_filter ... ok |
635 | 2024-12-25T04:23:10.096Z | test api::tests::parse_bad_address ... ok |
636 | 2024-12-25T04:23:10.096Z | test api::tests::parse_good_address ... ok |
637 | 2024-12-25T04:23:10.096Z | test api::tests::ports_from_str_bad ... ok |
638 | 2024-12-25T04:23:10.096Z | test api::tests::ports_from_str_good ... ok |
639 | 2024-12-25T04:23:10.096Z | test cfg::tests::test_required_nat_space ... ok |
640 | 2024-12-25T04:23:10.097Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
641 | 2024-12-25T04:23:10.097Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
642 | 2024-12-25T04:23:10.097Z | |
643 | 2024-12-25T04:23:10.097Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
644 | 2024-12-25T04:23:10.097Z | |
645 | 2024-12-25T04:23:10.097Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ace5df843e940800) |
646 | 2024-12-25T04:23:10.101Z | |
647 | 2024-12-25T04:23:10.101Z | running 4 tests |
648 | 2024-12-25T04:23:10.104Z | test firewall_external_inbound ... ok |
649 | 2024-12-25T04:23:10.104Z | test firewall_vni_outbound ... ok |
650 | 2024-12-25T04:23:10.107Z | test firewall_vni_inbound ... ok |
651 | 2024-12-25T04:23:10.107Z | test firewall_replace_rules ... ok |
652 | 2024-12-25T04:23:10.107Z | |
653 | 2024-12-25T04:23:10.107Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
654 | 2024-12-25T04:23:10.107Z | |
655 | 2024-12-25T04:23:10.107Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-1f67d817652fd2a1) |
656 | 2024-12-25T04:23:10.110Z | |
657 | 2024-12-25T04:23:10.111Z | running 2 tests |
658 | 2024-12-25T04:23:10.113Z | test parse_in_regression ... ok |
659 | 2024-12-25T04:23:10.113Z | test parse_out_regression ... ok |
660 | 2024-12-25T04:23:10.113Z | |
661 | 2024-12-25T04:23:10.113Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
662 | 2024-12-25T04:23:10.113Z | |
663 | 2024-12-25T04:23:10.113Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d118450594f8c77a) |
664 | 2024-12-25T04:23:10.119Z | |
665 | 2024-12-25T04:23:10.119Z | running 38 tests |
666 | 2024-12-25T04:23:10.121Z | test bad_ip_len ... ok |
667 | 2024-12-25T04:23:10.123Z | test check_layers ... ok |
668 | 2024-12-25T04:23:10.124Z | test add_remove_fw_rule ... ok |
669 | 2024-12-25T04:23:10.124Z | test arp_gateway ... ok |
670 | 2024-12-25T04:23:10.124Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
671 | 2024-12-25T04:23:10.124Z | test anti_spoof ... ok |
672 | 2024-12-25T04:23:10.126Z | test flow_expiration ... ok |
673 | 2024-12-25T04:23:10.126Z | test gateway_icmp4_ping ... ok |
674 | 2024-12-25T04:23:10.126Z | test gateway_icmpv6_ping ... ok |
675 | 2024-12-25T04:23:10.126Z | test external_ip_epoch_affinity_preserved ... ok |
676 | 2024-12-25T04:23:10.126Z | test early_tcp_invalidation ... ok |
677 | 2024-12-25T04:23:10.126Z | test gateway_router_advert_reply ... ok |
678 | 2024-12-25T04:23:10.126Z | test guest_to_guest_no_route ... ok |
679 | 2024-12-25T04:23:10.129Z | test external_ip_reconfigurable ... ok |
680 | 2024-12-25T04:23:10.129Z | test guest_to_guest_diff_vpc_no_peer ... ok |
681 | 2024-12-25T04:23:10.129Z | test guest_to_guest ... ok |
682 | 2024-12-25T04:23:10.129Z | test guest_to_internet_ipv4 ... ok |
683 | 2024-12-25T04:23:10.129Z | test inbound_ndp_dropped_at_gateway ... ok |
684 | 2024-12-25T04:23:10.129Z | test guest_to_internet_ipv6 ... ok |
685 | 2024-12-25T04:23:10.129Z | test intra_subnet_routes_with_custom ... ok |
686 | 2024-12-25T04:23:10.129Z | test no_panic_on_flow_table_full ... ok |
687 | 2024-12-25T04:23:10.129Z | test packet_body_pullup ... ok |
688 | 2024-12-25T04:23:10.129Z | test outbound_ndp_dropped ... ok |
689 | 2024-12-25T04:23:10.131Z | test port_transition_reset ... ok |
690 | 2024-12-25T04:23:10.131Z | test port_transition_running ... ok |
691 | 2024-12-25T04:23:10.131Z | test port_as_router_target ... ok |
692 | 2024-12-25T04:23:10.131Z | test port_transition_pause ... ok |
693 | 2024-12-25T04:23:10.134Z | test snat_icmp4_echo_rewrite ... ok |
694 | 2024-12-25T04:23:10.134Z | test select_eip_conditioned_on_igw ... ok |
695 | 2024-12-25T04:23:10.134Z | test snat_icmp6_echo_rewrite ... ok |
696 | 2024-12-25T04:23:10.134Z | test test_gateway_neighbor_advert_reply ... ok |
697 | 2024-12-25T04:23:10.134Z | test tcp_inbound ... ok |
698 | 2024-12-25T04:23:10.134Z | test external_ip_balanced_over_floating_ips ... ok |
699 | 2024-12-25T04:23:10.134Z | test external_ip_receive_and_reply_on_all ... ok |
700 | 2024-12-25T04:23:10.134Z | test tcp_outbound ... ok |
701 | 2024-12-25T04:23:10.134Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
702 | 2024-12-25T04:23:10.138Z | test uft_lft_invalidation_out ... ok |
703 | 2024-12-25T04:23:10.138Z | test uft_lft_invalidation_in ... ok |
704 | 2024-12-25T04:23:10.138Z | |
705 | 2024-12-25T04:23:10.138Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
706 | 2024-12-25T04:23:10.138Z | |
707 | 2024-12-25T04:23:10.138Z | Doc-tests oxide_vpc |
708 | 2024-12-25T04:23:10.448Z | |
709 | 2024-12-25T04:23:10.449Z | running 0 tests |
710 | 2024-12-25T04:23:10.449Z | |
711 | 2024-12-25T04:23:10.451Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
712 | 2024-12-25T04:23:10.451Z | |
713 | 2024-12-25T04:23:10.476Z | |
714 | 2024-12-25T04:23:10.478Z | real 43.618312705 |
715 | 2024-12-25T04:23:10.478Z | user 3:07.346365707 |
716 | 2024-12-25T04:23:10.478Z | sys 21.687679609 |
717 | 2024-12-25T04:23:10.478Z | trap 0.100593143 |
718 | 2024-12-25T04:23:10.478Z | tflt 0.152740137 |
719 | 2024-12-25T04:23:10.478Z | dflt 0.450716471 |
720 | 2024-12-25T04:23:10.478Z | kflt 0.000022754 |
721 | 2024-12-25T04:23:10.478Z | lock 5:04.927856144 |
722 | 2024-12-25T04:23:10.478Z | slp 9:59.200770048 |
723 | 2024-12-25T04:23:10.478Z | lat 5.490631350 |
724 | 2024-12-25T04:23:10.478Z | stop 8.110344754 |
725 | 2024-12-25T04:23:10.478Z | process exited: duration 148361 ms, exit code 0 |
|
726 | 2024-12-25T04:23:10.484Z | found 0 output files |