|
|
|
1 | 2024-11-21T18:43:16.768Z | job assigned to worker 01JD80GYVV6KBV9CBTQ9N5Y7PH [factory aws, i-0e48cf40c8c94ccc1] (queued for 56 s) |
|
2 | 2024-11-21T18:43:24.322Z | starting task 0: "setup" |
3 | 2024-11-21T18:43:24.339Z | ++ uname -s |
4 | 2024-11-21T18:43:24.342Z | + kern=SunOS |
5 | 2024-11-21T18:43:24.342Z | + case "$kern" in |
6 | 2024-11-21T18:43:24.342Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:43:24.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:43:26.356Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:43:26.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:43:26.463Z | + home_fs=zfs |
11 | 2024-11-21T18:43:26.463Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:43:26.463Z | + mkdir -p /home/build |
13 | 2024-11-21T18:43:26.465Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:43:28.467Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:43:28.469Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-11-21T18:43:28.474Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:43:28.479Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:43:28.479Z | ' nightly-2024-11-18 |
19 | 2024-11-21T18:43:28.481Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-11-21T18:43:28.481Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-21T18:43:28.482Z | ' default |
22 | 2024-11-21T18:43:28.482Z | * toolchain profile = "default" |
23 | 2024-11-21T18:43:28.482Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:43:28.482Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-11-21T18:43:28.605Z | info: downloading installer |
26 | 2024-11-21T18:43:29.971Z | info: profile set to 'default' |
27 | 2024-11-21T18:43:29.971Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:43:29.974Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-11-21T18:43:30.132Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-11-21T18:43:30.132Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:43:31.048Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:43:31.399Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:43:32.652Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:43:34.685Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:43:41.785Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:43:42.051Z | info: installing component 'cargo' |
37 | 2024-11-21T18:43:42.873Z | info: installing component 'clippy' |
38 | 2024-11-21T18:43:43.250Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:43:44.915Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:43:46.746Z | info: installing component 'rustc' |
41 | 2024-11-21T18:43:52.606Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:43:52.937Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-11-21T18:43:52.937Z | |
44 | 2024-11-21T18:43:53.327Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-11-21T18:43:53.327Z | |
46 | 2024-11-21T18:43:53.329Z | |
47 | 2024-11-21T18:43:53.329Z | Rust is installed now. Great! |
48 | 2024-11-21T18:43:53.329Z | |
49 | 2024-11-21T18:43:53.330Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:43:53.330Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:43:53.330Z | |
52 | 2024-11-21T18:43:53.330Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:43:53.330Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:43:53.330Z | |
55 | 2024-11-21T18:43:53.330Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:43:53.330Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:43:53.330Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:43:53.408Z | + rustc --version |
59 | 2024-11-21T18:43:53.475Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-11-21T18:43:53.484Z | process exited: duration 25002 ms, exit code 0 |
|
61 | 2024-11-21T18:43:53.492Z | starting task 2: "authentication" |
62 | 2024-11-21T18:43:53.511Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T18:43:53.515Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:43:53.520Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-11-21T18:43:53.522Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-11-21T18:43:53.556Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-11-21T18:43:54.635Z | + cd /work/oxidecomputer/opte |
68 | 2024-11-21T18:43:54.635Z | + git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb |
69 | 2024-11-21T18:43:54.886Z | From https://github.com/oxidecomputer/opte |
70 | 2024-11-21T18:43:54.886Z | * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD |
71 | 2024-11-21T18:43:54.894Z | + [[ -n ingot-and-offload ]] |
72 | 2024-11-21T18:43:54.897Z | ++ git branch --show-current |
73 | 2024-11-21T18:43:54.899Z | + current=master |
74 | 2024-11-21T18:43:54.899Z | + [[ master != ingot-and-offload ]] |
75 | 2024-11-21T18:43:54.899Z | + git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb |
76 | 2024-11-21T18:43:54.903Z | + git checkout -f ingot-and-offload |
77 | 2024-11-21T18:43:54.924Z | Switched to branch 'ingot-and-offload' |
78 | 2024-11-21T18:43:54.926Z | + git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb |
79 | 2024-11-21T18:43:54.930Z | HEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay |
80 | 2024-11-21T18:43:54.933Z | process exited: duration 1416 ms, exit code 0 |
|
81 | 2024-11-21T18:43:54.940Z | starting task 4: "build" |
82 | 2024-11-21T18:43:54.943Z | + cargo --version |
83 | 2024-11-21T18:43:54.948Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
84 | 2024-11-21T18:43:55.110Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
85 | 2024-11-21T18:43:55.110Z | info: downloading component 'cargo' |
86 | 2024-11-21T18:43:55.989Z | info: downloading component 'clippy' |
87 | 2024-11-21T18:43:56.323Z | info: downloading component 'rust-docs' |
88 | 2024-11-21T18:43:57.567Z | info: downloading component 'rust-std' |
89 | 2024-11-21T18:43:59.532Z | info: downloading component 'rustc' |
90 | 2024-11-21T18:44:06.602Z | info: downloading component 'rustfmt' |
91 | 2024-11-21T18:44:06.853Z | info: installing component 'cargo' |
92 | 2024-11-21T18:44:07.638Z | info: installing component 'clippy' |
93 | 2024-11-21T18:44:08.002Z | info: installing component 'rust-docs' |
94 | 2024-11-21T18:44:09.689Z | info: installing component 'rust-std' |
95 | 2024-11-21T18:44:11.465Z | info: installing component 'rustc' |
96 | 2024-11-21T18:44:17.299Z | info: installing component 'rustfmt' |
97 | 2024-11-21T18:44:17.691Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-11-21T18:44:17.693Z | + rustc --version |
99 | 2024-11-21T18:44:17.763Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-11-21T18:44:17.767Z | + cd lib/oxide-vpc |
101 | 2024-11-21T18:44:17.770Z | + header 'check style' |
102 | 2024-11-21T18:44:17.770Z | + echo '# ==== check style ==== #' |
103 | 2024-11-21T18:44:17.771Z | # ==== check style ==== # |
104 | 2024-11-21T18:44:17.771Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-11-21T18:44:18.037Z | |
106 | 2024-11-21T18:44:18.037Z | real 0.263744375 |
107 | 2024-11-21T18:44:18.037Z | user 0.168938646 |
108 | 2024-11-21T18:44:18.037Z | sys 0.089867488 |
109 | 2024-11-21T18:44:18.037Z | trap 0.000012718 |
110 | 2024-11-21T18:44:18.037Z | tflt 0.000000000 |
111 | 2024-11-21T18:44:18.037Z | dflt 0.000003599 |
112 | 2024-11-21T18:44:18.038Z | kflt 0.000000000 |
113 | 2024-11-21T18:44:18.038Z | lock 0.000000000 |
114 | 2024-11-21T18:44:18.042Z | slp 0.178017390 |
115 | 2024-11-21T18:44:18.042Z | lat 0.000217470 |
116 | 2024-11-21T18:44:18.043Z | stop 0.000127033 |
117 | 2024-11-21T18:44:18.043Z | + header 'check docs' |
118 | 2024-11-21T18:44:18.043Z | + echo '# ==== check docs ==== #' |
119 | 2024-11-21T18:44:18.043Z | # ==== check docs ==== # |
120 | 2024-11-21T18:44:18.043Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-11-21T18:44:18.043Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-11-21T18:44:18.144Z | Updating crates.io index |
123 | 2024-11-21T18:44:18.174Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-11-21T18:44:18.870Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-11-21T18:44:19.097Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-11-21T18:44:19.369Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-11-21T18:44:19.673Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-11-21T18:44:19.927Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-11-21T18:44:20.174Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-11-21T18:44:20.416Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-11-21T18:44:20.642Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-11-21T18:44:21.361Z | Downloading crates ... |
133 | 2024-11-21T18:44:21.421Z | Downloaded usdt v0.5.0 |
134 | 2024-11-21T18:44:21.470Z | Downloaded bitflags v1.3.2 |
135 | 2024-11-21T18:44:21.480Z | Downloaded bitflags v2.6.0 |
136 | 2024-11-21T18:44:21.484Z | Downloaded cpufeatures v0.2.15 |
137 | 2024-11-21T18:44:21.486Z | Downloaded cfg-if v1.0.0 |
138 | 2024-11-21T18:44:21.488Z | Downloaded byteorder v1.5.0 |
139 | 2024-11-21T18:44:21.491Z | Downloaded block-buffer v0.10.4 |
140 | 2024-11-21T18:44:21.504Z | Downloaded aho-corasick v1.1.3 |
141 | 2024-11-21T18:44:21.510Z | Downloaded dtrace-parser v0.2.0 |
142 | 2024-11-21T18:44:21.512Z | Downloaded either v1.13.0 |
143 | 2024-11-21T18:44:21.515Z | Downloaded ident_case v1.0.1 |
144 | 2024-11-21T18:44:21.515Z | Downloaded cobs v0.2.3 |
145 | 2024-11-21T18:44:21.515Z | Downloaded dof v0.3.0 |
146 | 2024-11-21T18:44:21.520Z | Downloaded darling_macro v0.20.10 |
147 | 2024-11-21T18:44:21.522Z | Downloaded fnv v1.0.7 |
148 | 2024-11-21T18:44:21.524Z | Downloaded digest v0.10.7 |
149 | 2024-11-21T18:44:21.526Z | Downloaded itoa v1.0.11 |
150 | 2024-11-21T18:44:21.532Z | Downloaded dyn-clone v1.0.17 |
151 | 2024-11-21T18:44:21.535Z | Downloaded macaddr v1.0.1 |
152 | 2024-11-21T18:44:21.535Z | Downloaded defmt-macros v0.3.9 |
153 | 2024-11-21T18:44:21.538Z | Downloaded embedded-io v0.6.1 |
154 | 2024-11-21T18:44:21.540Z | Downloaded generic-array v0.14.7 |
155 | 2024-11-21T18:44:21.540Z | Downloaded crypto-common v0.1.6 |
156 | 2024-11-21T18:44:21.540Z | Downloaded defmt-parser v0.3.4 |
157 | 2024-11-21T18:44:21.543Z | Downloaded once_cell v1.20.2 |
158 | 2024-11-21T18:44:21.545Z | Downloaded memmap v0.7.0 |
159 | 2024-11-21T18:44:21.547Z | Downloaded crc32fast v1.4.2 |
160 | 2024-11-21T18:44:21.550Z | Downloaded embedded-io v0.4.0 |
161 | 2024-11-21T18:44:21.553Z | Downloaded defmt v0.3.8 |
162 | 2024-11-21T18:44:21.553Z | Downloaded ipnetwork v0.20.0 |
163 | 2024-11-21T18:44:21.563Z | Downloaded managed v0.8.0 |
164 | 2024-11-21T18:44:21.573Z | Downloaded scroll_derive v0.12.0 |
165 | 2024-11-21T18:44:21.578Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-11-21T18:44:21.585Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-11-21T18:44:21.589Z | Downloaded darling v0.20.10 |
168 | 2024-11-21T18:44:21.599Z | Downloaded proc-macro-error-attr v1.0.4 |
169 | 2024-11-21T18:44:21.601Z | Downloaded pest_generator v2.7.14 |
170 | 2024-11-21T18:44:21.605Z | Downloaded plain v0.2.3 |
171 | 2024-11-21T18:44:21.610Z | Downloaded stable_deref_trait v1.2.0 |
172 | 2024-11-21T18:44:21.614Z | Downloaded hash32 v0.3.1 |
173 | 2024-11-21T18:44:21.616Z | Downloaded scroll v0.12.0 |
174 | 2024-11-21T18:44:21.616Z | Downloaded tabwriter v1.4.0 |
175 | 2024-11-21T18:44:21.619Z | Downloaded strsim v0.11.1 |
176 | 2024-11-21T18:44:21.619Z | Downloaded pretty-hex v0.4.1 |
177 | 2024-11-21T18:44:21.626Z | Downloaded usdt-impl v0.5.0 |
178 | 2024-11-21T18:44:21.629Z | Downloaded thiserror-impl v1.0.69 |
179 | 2024-11-21T18:44:21.631Z | Downloaded thiserror v1.0.69 |
180 | 2024-11-21T18:44:21.635Z | Downloaded thread-id v4.2.2 |
181 | 2024-11-21T18:44:21.637Z | Downloaded version_check v0.9.5 |
182 | 2024-11-21T18:44:21.640Z | Downloaded log v0.4.22 |
183 | 2024-11-21T18:44:21.642Z | Downloaded darling_core v0.20.10 |
184 | 2024-11-21T18:44:21.647Z | Downloaded proc-macro-error v1.0.4 |
185 | 2024-11-21T18:44:21.650Z | Downloaded postcard v1.0.10 |
186 | 2024-11-21T18:44:21.652Z | Downloaded quote v1.0.37 |
187 | 2024-11-21T18:44:21.655Z | Downloaded pest_derive v2.7.14 |
188 | 2024-11-21T18:44:21.668Z | Downloaded sha2 v0.10.8 |
189 | 2024-11-21T18:44:21.681Z | Downloaded proc-macro2 v1.0.91 |
190 | 2024-11-21T18:44:21.684Z | Downloaded serde_tokenstream v0.2.2 |
191 | 2024-11-21T18:44:21.686Z | Downloaded pest_meta v2.7.14 |
192 | 2024-11-21T18:44:21.689Z | Downloaded ryu v1.0.18 |
193 | 2024-11-21T18:44:21.691Z | Downloaded zerocopy-derive v0.7.35 |
194 | 2024-11-21T18:44:21.698Z | Downloaded typenum v1.17.0 |
195 | 2024-11-21T18:44:21.701Z | Downloaded ucd-trie v0.1.7 |
196 | 2024-11-21T18:44:21.702Z | Downloaded uuid v1.11.0 |
197 | 2024-11-21T18:44:21.704Z | Downloaded unicode-ident v1.0.13 |
198 | 2024-11-21T18:44:21.704Z | Downloaded heapless v0.8.0 |
199 | 2024-11-21T18:44:21.720Z | Downloaded serde_derive v1.0.215 |
200 | 2024-11-21T18:44:21.734Z | Downloaded serde v1.0.215 |
201 | 2024-11-21T18:44:21.741Z | Downloaded zerocopy-derive v0.8.10 |
202 | 2024-11-21T18:44:21.747Z | Downloaded memchr v2.7.4 |
203 | 2024-11-21T18:44:21.762Z | Downloaded pest v2.7.14 |
204 | 2024-11-21T18:44:21.772Z | Downloaded itertools v0.13.0 |
205 | 2024-11-21T18:44:21.800Z | Downloaded goblin v0.8.2 |
206 | 2024-11-21T18:44:21.818Z | Downloaded serde_json v1.0.133 |
207 | 2024-11-21T18:44:21.835Z | Downloaded zerocopy v0.7.35 |
208 | 2024-11-21T18:44:21.877Z | Downloaded regex v1.11.1 |
209 | 2024-11-21T18:44:21.889Z | Downloaded zerocopy v0.8.10 |
210 | 2024-11-21T18:44:21.911Z | Downloaded syn v1.0.109 |
211 | 2024-11-21T18:44:21.920Z | Downloaded unicode-width v0.1.14 |
212 | 2024-11-21T18:44:21.925Z | Downloaded syn v2.0.89 |
213 | 2024-11-21T18:44:21.946Z | Downloaded regex-syntax v0.8.5 |
214 | 2024-11-21T18:44:21.953Z | Downloaded smoltcp v0.11.0 |
215 | 2024-11-21T18:44:21.998Z | Downloaded regex-automata v0.4.9 |
216 | 2024-11-21T18:44:22.013Z | Downloaded libc v0.2.164 |
217 | 2024-11-21T18:44:22.171Z | Compiling proc-macro2 v1.0.91 |
218 | 2024-11-21T18:44:22.173Z | Compiling unicode-ident v1.0.13 |
219 | 2024-11-21T18:44:22.173Z | Documenting unicode-ident v1.0.13 |
220 | 2024-11-21T18:44:22.173Z | Compiling fnv v1.0.7 |
221 | 2024-11-21T18:44:22.173Z | Compiling strsim v0.11.1 |
222 | 2024-11-21T18:44:22.173Z | Compiling ident_case v1.0.1 |
223 | 2024-11-21T18:44:22.184Z | Compiling serde v1.0.215 |
224 | 2024-11-21T18:44:22.342Z | Compiling memchr v2.7.4 |
225 | 2024-11-21T18:44:22.369Z | Compiling regex-syntax v0.8.5 |
226 | 2024-11-21T18:44:22.478Z | Compiling zerocopy v0.8.10 |
227 | 2024-11-21T18:44:22.878Z | Compiling either v1.13.0 |
228 | 2024-11-21T18:44:22.958Z | Checking byteorder v1.5.0 |
229 | 2024-11-21T18:44:23.172Z | Documenting proc-macro2 v1.0.91 |
230 | 2024-11-21T18:44:23.201Z | Compiling aho-corasick v1.1.3 |
231 | 2024-11-21T18:44:23.243Z | Compiling itertools v0.13.0 |
232 | 2024-11-21T18:44:23.763Z | Compiling quote v1.0.37 |
233 | 2024-11-21T18:44:24.328Z | Compiling syn v2.0.89 |
234 | 2024-11-21T18:44:24.351Z | Documenting quote v1.0.37 |
235 | 2024-11-21T18:44:24.891Z | Compiling heapless v0.8.0 |
236 | 2024-11-21T18:44:25.272Z | Documenting syn v2.0.89 |
237 | 2024-11-21T18:44:25.393Z | Documenting strsim v0.11.1 |
238 | 2024-11-21T18:44:26.100Z | Compiling regex-automata v0.4.9 |
239 | 2024-11-21T18:44:26.289Z | Documenting ident_case v1.0.1 |
240 | 2024-11-21T18:44:26.919Z | Documenting fnv v1.0.7 |
241 | 2024-11-21T18:44:27.239Z | Checking hash32 v0.3.1 |
242 | 2024-11-21T18:44:27.398Z | Checking stable_deref_trait v1.2.0 |
243 | 2024-11-21T18:44:27.481Z | Checking cfg-if v1.0.0 |
244 | 2024-11-21T18:44:27.486Z | Documenting memchr v2.7.4 |
245 | 2024-11-21T18:44:27.558Z | Checking macaddr v1.0.1 |
246 | 2024-11-21T18:44:27.790Z | Compiling smoltcp v0.11.0 |
247 | 2024-11-21T18:44:27.809Z | Documenting regex-syntax v0.8.5 |
248 | 2024-11-21T18:44:28.739Z | Documenting aho-corasick v1.1.3 |
249 | 2024-11-21T18:44:29.206Z | Checking bitflags v1.3.2 |
250 | 2024-11-21T18:44:29.289Z | Checking bitflags v2.6.0 |
251 | 2024-11-21T18:44:29.509Z | Checking cobs v0.2.3 |
252 | 2024-11-21T18:44:29.763Z | Checking darling_core v0.20.10 |
253 | 2024-11-21T18:44:30.040Z | Compiling regex v1.11.1 |
254 | 2024-11-21T18:44:30.040Z | Checking managed v0.8.0 |
255 | 2024-11-21T18:44:30.230Z | Documenting regex-automata v0.4.9 |
256 | 2024-11-21T18:44:30.557Z | Documenting darling_core v0.20.10 |
257 | 2024-11-21T18:44:30.955Z | Documenting serde_derive v1.0.215 |
258 | 2024-11-21T18:44:31.616Z | Documenting zerocopy-derive v0.8.10 |
259 | 2024-11-21T18:44:32.761Z | Documenting darling_macro v0.20.10 |
260 | 2024-11-21T18:44:32.777Z | Documenting byteorder v1.5.0 |
261 | 2024-11-21T18:44:32.947Z | Documenting regex v1.11.1 |
262 | 2024-11-21T18:44:33.092Z | Documenting stable_deref_trait v1.2.0 |
263 | 2024-11-21T18:44:33.482Z | Documenting hash32 v0.3.1 |
264 | 2024-11-21T18:44:33.711Z | Checking unicode-width v0.1.14 |
265 | 2024-11-21T18:44:33.797Z | Documenting cfg-if v1.0.0 |
266 | 2024-11-21T18:44:34.189Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
267 | 2024-11-21T18:44:34.255Z | Documenting macaddr v1.0.1 |
268 | 2024-11-21T18:44:34.377Z | Compiling version_check v0.9.5 |
269 | 2024-11-21T18:44:34.387Z | Checking ipnetwork v0.20.0 |
270 | 2024-11-21T18:44:34.397Z | Documenting heapless v0.8.0 |
271 | 2024-11-21T18:44:34.519Z | Documenting cobs v0.2.3 |
272 | 2024-11-21T18:44:34.675Z | Documenting bitflags v2.6.0 |
273 | 2024-11-21T18:44:34.888Z | Compiling serde_derive v1.0.215 |
274 | 2024-11-21T18:44:34.950Z | Compiling zerocopy-derive v0.8.10 |
275 | 2024-11-21T18:44:34.959Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
276 | 2024-11-21T18:44:35.175Z | Documenting managed v0.8.0 |
277 | 2024-11-21T18:44:35.381Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
278 | 2024-11-21T18:44:35.506Z | Checking tabwriter v1.4.0 |
279 | 2024-11-21T18:44:35.708Z | Checking crc32fast v1.4.2 |
280 | 2024-11-21T18:44:35.810Z | Compiling darling_macro v0.20.10 |
281 | 2024-11-21T18:44:35.860Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
282 | 2024-11-21T18:44:35.893Z | Documenting unicode-width v0.1.14 |
283 | 2024-11-21T18:44:36.057Z | Documenting smoltcp v0.11.0 |
284 | 2024-11-21T18:44:36.404Z | Checking dyn-clone v1.0.17 |
285 | 2024-11-21T18:44:36.533Z | Documenting ipnetwork v0.20.0 |
286 | 2024-11-21T18:44:36.552Z | Documenting either v1.13.0 |
287 | 2024-11-21T18:44:36.748Z | Compiling darling v0.20.10 |
288 | 2024-11-21T18:44:36.851Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
289 | 2024-11-21T18:44:36.914Z | Documenting darling v0.20.10 |
290 | 2024-11-21T18:44:37.242Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
291 | 2024-11-21T18:44:37.251Z | Documenting itertools v0.13.0 |
292 | 2024-11-21T18:44:37.486Z | Documenting zerocopy v0.8.10 |
293 | 2024-11-21T18:44:38.018Z | Documenting tabwriter v1.4.0 |
294 | 2024-11-21T18:44:38.110Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
295 | 2024-11-21T18:44:38.542Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2024-11-21T18:44:38.994Z | Documenting crc32fast v1.4.2 |
297 | 2024-11-21T18:44:39.216Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
298 | 2024-11-21T18:44:39.612Z | Documenting dyn-clone v1.0.17 |
299 | 2024-11-21T18:44:39.671Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
300 | 2024-11-21T18:44:39.891Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-11-21T18:44:41.048Z | Documenting serde v1.0.215 |
302 | 2024-11-21T18:44:41.553Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
303 | 2024-11-21T18:44:41.553Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-11-21T18:44:43.744Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-11-21T18:44:43.744Z | Checking postcard v1.0.10 |
306 | 2024-11-21T18:44:43.744Z | Documenting postcard v1.0.10 |
307 | 2024-11-21T18:44:43.747Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2024-11-21T18:44:43.747Z | Checking uuid v1.11.0 |
309 | 2024-11-21T18:44:43.747Z | Documenting uuid v1.11.0 |
310 | 2024-11-21T18:44:45.088Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
311 | 2024-11-21T18:44:45.088Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-11-21T18:44:46.021Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
313 | 2024-11-21T18:44:50.191Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
314 | 2024-11-21T18:44:51.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s |
315 | 2024-11-21T18:44:51.493Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
316 | 2024-11-21T18:44:51.512Z | |
317 | 2024-11-21T18:44:51.514Z | real 33.454598691 |
318 | 2024-11-21T18:44:51.514Z | user 2:25.581539261 |
319 | 2024-11-21T18:44:51.515Z | sys 19.695958957 |
320 | 2024-11-21T18:44:51.515Z | trap 0.110580168 |
321 | 2024-11-21T18:44:51.515Z | tflt 0.200768237 |
322 | 2024-11-21T18:44:51.515Z | dflt 0.207293684 |
323 | 2024-11-21T18:44:51.515Z | kflt 0.002629367 |
324 | 2024-11-21T18:44:51.515Z | lock 3:17.046857019 |
325 | 2024-11-21T18:44:51.515Z | slp 7:52.375231739 |
326 | 2024-11-21T18:44:51.515Z | lat 17.688196214 |
327 | 2024-11-21T18:44:51.515Z | stop 10.394066247 |
328 | 2024-11-21T18:44:51.515Z | + header 'analyze std + api + usdt' |
329 | 2024-11-21T18:44:51.516Z | + echo '# ==== analyze std + api + usdt ==== #' |
330 | 2024-11-21T18:44:51.516Z | # ==== analyze std + api + usdt ==== # |
331 | 2024-11-21T18:44:51.516Z | + ptime -m cargo clippy --features usdt --all-targets |
332 | 2024-11-21T18:44:51.824Z | Downloading crates ... |
333 | 2024-11-21T18:44:51.895Z | Downloaded futures v0.3.31 |
334 | 2024-11-21T18:44:51.901Z | Downloaded futures-task v0.3.31 |
335 | 2024-11-21T18:44:51.903Z | Downloaded futures-macro v0.3.31 |
336 | 2024-11-21T18:44:51.903Z | Downloaded cookie-factory v0.3.3 |
337 | 2024-11-21T18:44:51.905Z | Downloaded circular v0.3.0 |
338 | 2024-11-21T18:44:51.905Z | Downloaded futures-executor v0.3.31 |
339 | 2024-11-21T18:44:51.907Z | Downloaded pin-utils v0.1.0 |
340 | 2024-11-21T18:44:51.907Z | Downloaded autocfg v1.4.0 |
341 | 2024-11-21T18:44:51.909Z | Downloaded futures-sink v0.3.31 |
342 | 2024-11-21T18:44:51.912Z | Downloaded futures-core v0.3.31 |
343 | 2024-11-21T18:44:51.912Z | Downloaded futures-io v0.3.31 |
344 | 2024-11-21T18:44:51.912Z | Downloaded ctor v0.2.9 |
345 | 2024-11-21T18:44:51.914Z | Downloaded futures-channel v0.3.31 |
346 | 2024-11-21T18:44:51.916Z | Downloaded pin-project-lite v0.2.15 |
347 | 2024-11-21T18:44:51.922Z | Downloaded slab v0.4.9 |
348 | 2024-11-21T18:44:51.924Z | Downloaded rusticata-macros v4.1.0 |
349 | 2024-11-21T18:44:51.929Z | Downloaded base64 v0.21.7 |
350 | 2024-11-21T18:44:51.937Z | Downloaded pcap-parser v0.16.0 |
351 | 2024-11-21T18:44:51.940Z | Downloaded ron v0.8.1 |
352 | 2024-11-21T18:44:51.945Z | Downloaded minimal-lexical v0.2.1 |
353 | 2024-11-21T18:44:51.950Z | Downloaded nom v7.1.3 |
354 | 2024-11-21T18:44:51.954Z | Downloaded futures-util v0.3.31 |
355 | 2024-11-21T18:44:52.044Z | Compiling proc-macro2 v1.0.91 |
356 | 2024-11-21T18:44:52.044Z | Compiling unicode-ident v1.0.13 |
357 | 2024-11-21T18:44:52.047Z | Compiling memchr v2.7.4 |
358 | 2024-11-21T18:44:52.047Z | Compiling thiserror v1.0.69 |
359 | 2024-11-21T18:44:52.047Z | Compiling serde v1.0.215 |
360 | 2024-11-21T18:44:52.047Z | Compiling libc v0.2.164 |
361 | 2024-11-21T18:44:52.053Z | Compiling version_check v0.9.5 |
362 | 2024-11-21T18:44:52.277Z | Compiling ucd-trie v0.1.7 |
363 | 2024-11-21T18:44:52.689Z | Compiling once_cell v1.20.2 |
364 | 2024-11-21T18:44:52.702Z | Compiling serde_json v1.0.133 |
365 | 2024-11-21T18:44:52.814Z | Checking byteorder v1.5.0 |
366 | 2024-11-21T18:44:52.896Z | Compiling fnv v1.0.7 |
367 | 2024-11-21T18:44:52.947Z | Compiling strsim v0.11.1 |
368 | 2024-11-21T18:44:53.002Z | Compiling ident_case v1.0.1 |
369 | 2024-11-21T18:44:53.063Z | Compiling aho-corasick v1.1.3 |
370 | 2024-11-21T18:44:53.068Z | Compiling ryu v1.0.18 |
371 | 2024-11-21T18:44:53.163Z | Compiling regex-syntax v0.8.5 |
372 | 2024-11-21T18:44:53.282Z | Compiling autocfg v1.4.0 |
373 | 2024-11-21T18:44:53.396Z | Compiling itoa v1.0.11 |
374 | 2024-11-21T18:44:53.632Z | Compiling usdt-impl v0.5.0 |
375 | 2024-11-21T18:44:53.640Z | Compiling either v1.13.0 |
376 | 2024-11-21T18:44:53.851Z | Compiling quote v1.0.37 |
377 | 2024-11-21T18:44:54.041Z | Compiling zerocopy v0.8.10 |
378 | 2024-11-21T18:44:54.151Z | Compiling slab v0.4.9 |
379 | 2024-11-21T18:44:54.198Z | Compiling thread-id v4.2.2 |
380 | 2024-11-21T18:44:54.251Z | Compiling syn v2.0.89 |
381 | 2024-11-21T18:44:54.291Z | Compiling itertools v0.13.0 |
382 | 2024-11-21T18:44:54.819Z | Compiling heapless v0.8.0 |
383 | 2024-11-21T18:44:54.833Z | Checking futures-sink v0.3.31 |
384 | 2024-11-21T18:44:55.129Z | Checking plain v0.2.3 |
385 | 2024-11-21T18:44:55.159Z | Checking log v0.4.22 |
386 | 2024-11-21T18:44:55.262Z | Checking futures-core v0.3.31 |
387 | 2024-11-21T18:44:55.435Z | Checking futures-channel v0.3.31 |
388 | 2024-11-21T18:44:55.598Z | Checking hash32 v0.3.1 |
389 | 2024-11-21T18:44:55.687Z | Checking futures-task v0.3.31 |
390 | 2024-11-21T18:44:55.750Z | Checking stable_deref_trait v1.2.0 |
391 | 2024-11-21T18:44:55.771Z | Checking pretty-hex v0.4.1 |
392 | 2024-11-21T18:44:55.835Z | Checking pin-utils v0.1.0 |
393 | 2024-11-21T18:44:55.904Z | Checking macaddr v1.0.1 |
394 | 2024-11-21T18:44:55.910Z | Checking pin-project-lite v0.2.15 |
395 | 2024-11-21T18:44:55.928Z | Checking futures-io v0.3.31 |
396 | 2024-11-21T18:44:56.024Z | Compiling smoltcp v0.11.0 |
397 | 2024-11-21T18:44:56.048Z | Checking cfg-if v1.0.0 |
398 | 2024-11-21T18:44:56.321Z | Checking bitflags v1.3.2 |
399 | 2024-11-21T18:44:56.406Z | Checking cobs v0.2.3 |
400 | 2024-11-21T18:44:56.573Z | Checking managed v0.8.0 |
401 | 2024-11-21T18:44:56.667Z | Checking memmap v0.7.0 |
402 | 2024-11-21T18:44:56.874Z | Compiling regex-automata v0.4.9 |
403 | 2024-11-21T18:44:56.932Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
404 | 2024-11-21T18:44:57.301Z | Checking minimal-lexical v0.2.1 |
405 | 2024-11-21T18:44:57.344Z | Checking ipnetwork v0.20.0 |
406 | 2024-11-21T18:44:57.379Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
407 | 2024-11-21T18:44:57.644Z | Checking unicode-width v0.1.14 |
408 | 2024-11-21T18:44:57.665Z | Checking nom v7.1.3 |
409 | 2024-11-21T18:44:58.102Z | Checking tabwriter v1.4.0 |
410 | 2024-11-21T18:44:58.386Z | Checking crc32fast v1.4.2 |
411 | 2024-11-21T18:44:58.622Z | Checking dyn-clone v1.0.17 |
412 | 2024-11-21T18:44:58.762Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
413 | 2024-11-21T18:44:58.992Z | Checking circular v0.3.0 |
414 | 2024-11-21T18:44:58.998Z | Checking base64 v0.21.7 |
415 | 2024-11-21T18:45:00.332Z | Compiling regex v1.11.1 |
416 | 2024-11-21T18:45:00.377Z | Checking rusticata-macros v4.1.0 |
417 | 2024-11-21T18:45:00.398Z | Compiling darling_core v0.20.10 |
418 | 2024-11-21T18:45:02.215Z | Compiling serde_derive v1.0.215 |
419 | 2024-11-21T18:45:02.215Z | Compiling thiserror-impl v1.0.69 |
420 | 2024-11-21T18:45:02.218Z | Compiling zerocopy-derive v0.7.35 |
421 | 2024-11-21T18:45:02.218Z | Compiling scroll_derive v0.12.0 |
422 | 2024-11-21T18:45:02.219Z | Compiling zerocopy-derive v0.8.10 |
423 | 2024-11-21T18:45:02.219Z | Compiling futures-macro v0.3.31 |
424 | 2024-11-21T18:45:02.219Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
425 | 2024-11-21T18:45:03.340Z | Compiling ctor v0.2.9 |
426 | 2024-11-21T18:45:03.647Z | Checking scroll v0.12.0 |
427 | 2024-11-21T18:45:04.124Z | Checking futures-util v0.3.31 |
428 | 2024-11-21T18:45:04.136Z | Checking goblin v0.8.2 |
429 | 2024-11-21T18:45:04.196Z | Compiling zerocopy v0.7.35 |
430 | 2024-11-21T18:45:05.173Z | Compiling pest v2.7.14 |
431 | 2024-11-21T18:45:05.833Z | Compiling darling_macro v0.20.10 |
432 | 2024-11-21T18:45:06.825Z | Compiling darling v0.20.10 |
433 | 2024-11-21T18:45:06.931Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
434 | 2024-11-21T18:45:06.971Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
435 | 2024-11-21T18:45:07.901Z | Compiling pest_meta v2.7.14 |
436 | 2024-11-21T18:45:08.992Z | Compiling pest_generator v2.7.14 |
437 | 2024-11-21T18:45:09.096Z | Checking futures-executor v0.3.31 |
438 | 2024-11-21T18:45:09.293Z | Checking futures v0.3.31 |
439 | 2024-11-21T18:45:09.387Z | Checking cookie-factory v0.3.3 |
440 | 2024-11-21T18:45:09.969Z | Checking pcap-parser v0.16.0 |
441 | 2024-11-21T18:45:10.567Z | Compiling pest_derive v2.7.14 |
442 | 2024-11-21T18:45:11.214Z | Compiling dtrace-parser v0.2.0 |
443 | 2024-11-21T18:45:11.546Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
444 | 2024-11-21T18:45:12.575Z | Checking bitflags v2.6.0 |
445 | 2024-11-21T18:45:12.575Z | Checking postcard v1.0.10 |
446 | 2024-11-21T18:45:12.578Z | Checking uuid v1.11.0 |
447 | 2024-11-21T18:45:12.779Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
448 | 2024-11-21T18:45:12.779Z | Checking ron v0.8.1 |
449 | 2024-11-21T18:45:12.929Z | Compiling serde_tokenstream v0.2.2 |
450 | 2024-11-21T18:45:13.794Z | Checking dof v0.3.0 |
451 | 2024-11-21T18:45:14.458Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
452 | 2024-11-21T18:45:15.323Z | Compiling usdt-attr-macro v0.5.0 |
453 | 2024-11-21T18:45:15.323Z | Compiling usdt-macro v0.5.0 |
454 | 2024-11-21T18:45:16.207Z | Checking usdt v0.5.0 |
455 | 2024-11-21T18:45:23.319Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
456 | 2024-11-21T18:45:25.798Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
457 | 2024-11-21T18:45:28.990Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
458 | 2024-11-21T18:45:28.990Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
459 | 2024-11-21T18:45:28.990Z | | |
460 | 2024-11-21T18:45:28.990Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
461 | 2024-11-21T18:45:28.990Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
462 | 2024-11-21T18:45:28.990Z | | |
463 | 2024-11-21T18:45:28.990Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
464 | 2024-11-21T18:45:28.990Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/iter/traits/collect.rs:450:18 |
465 | 2024-11-21T18:45:28.990Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
466 | 2024-11-21T18:45:28.990Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
467 | 2024-11-21T18:45:28.990Z | |
468 | 2024-11-21T18:45:29.011Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
469 | 2024-11-21T18:45:29.011Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
470 | 2024-11-21T18:45:29.011Z | | |
471 | 2024-11-21T18:45:29.011Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
472 | 2024-11-21T18:45:29.011Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
473 | 2024-11-21T18:45:29.011Z | | |
474 | 2024-11-21T18:45:29.011Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
475 | 2024-11-21T18:45:29.011Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/iter/traits/collect.rs:450:18 |
476 | 2024-11-21T18:45:29.012Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
477 | 2024-11-21T18:45:29.012Z | |
478 | 2024-11-21T18:45:29.027Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
479 | 2024-11-21T18:45:29.027Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
480 | 2024-11-21T18:45:29.027Z | | |
481 | 2024-11-21T18:45:29.027Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
482 | 2024-11-21T18:45:29.027Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
483 | 2024-11-21T18:45:29.027Z | | |
484 | 2024-11-21T18:45:29.028Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
485 | 2024-11-21T18:45:29.028Z | --> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/iter/traits/collect.rs:450:18 |
486 | 2024-11-21T18:45:29.028Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
487 | 2024-11-21T18:45:29.028Z | |
488 | 2024-11-21T18:45:29.895Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
489 | 2024-11-21T18:45:29.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s |
490 | 2024-11-21T18:45:29.936Z | |
491 | 2024-11-21T18:45:29.939Z | real 38.415583937 |
492 | 2024-11-21T18:45:29.939Z | user 2:25.274667513 |
493 | 2024-11-21T18:45:29.939Z | sys 30.680116585 |
494 | 2024-11-21T18:45:29.939Z | trap 0.077644958 |
495 | 2024-11-21T18:45:29.939Z | tflt 0.492828885 |
496 | 2024-11-21T18:45:29.939Z | dflt 0.469060083 |
497 | 2024-11-21T18:45:29.939Z | kflt 0.000004530 |
498 | 2024-11-21T18:45:29.939Z | lock 3:52.050701150 |
499 | 2024-11-21T18:45:29.939Z | slp 9:23.255486311 |
500 | 2024-11-21T18:45:29.939Z | lat 5.003083147 |
501 | 2024-11-21T18:45:29.939Z | stop 7.432969582 |
502 | 2024-11-21T18:45:29.939Z | + header 'analyze no_std + engine + kernel' |
503 | 2024-11-21T18:45:29.939Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
504 | 2024-11-21T18:45:29.939Z | # ==== analyze no_std + engine + kernel ==== # |
505 | 2024-11-21T18:45:29.939Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
506 | 2024-11-21T18:45:30.239Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
507 | 2024-11-21T18:45:30.239Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
508 | 2024-11-21T18:45:30.241Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
509 | 2024-11-21T18:45:30.241Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
510 | 2024-11-21T18:45:30.418Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
511 | 2024-11-21T18:45:37.133Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
512 | 2024-11-21T18:45:39.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s |
513 | 2024-11-21T18:45:39.062Z | |
514 | 2024-11-21T18:45:39.064Z | real 9.118566064 |
515 | 2024-11-21T18:45:39.065Z | user 9.759974590 |
516 | 2024-11-21T18:45:39.065Z | sys 1.290153193 |
517 | 2024-11-21T18:45:39.065Z | trap 0.001427311 |
518 | 2024-11-21T18:45:39.065Z | tflt 0.005480528 |
519 | 2024-11-21T18:45:39.065Z | dflt 0.002641954 |
520 | 2024-11-21T18:45:39.065Z | kflt 0.000000000 |
521 | 2024-11-21T18:45:39.065Z | lock 31.120403688 |
522 | 2024-11-21T18:45:39.065Z | slp 32.564047326 |
523 | 2024-11-21T18:45:39.065Z | lat 0.057022967 |
524 | 2024-11-21T18:45:39.065Z | stop 0.169609644 |
525 | 2024-11-21T18:45:39.065Z | + header test |
526 | 2024-11-21T18:45:39.065Z | + echo '# ==== test ==== #' |
527 | 2024-11-21T18:45:39.065Z | # ==== test ==== # |
528 | 2024-11-21T18:45:39.065Z | + ptime -m cargo test |
529 | 2024-11-21T18:45:39.339Z | Compiling unicode-ident v1.0.13 |
530 | 2024-11-21T18:45:39.339Z | Compiling memchr v2.7.4 |
531 | 2024-11-21T18:45:39.341Z | Compiling byteorder v1.5.0 |
532 | 2024-11-21T18:45:39.341Z | Compiling ucd-trie v0.1.7 |
533 | 2024-11-21T18:45:39.341Z | Compiling itoa v1.0.11 |
534 | 2024-11-21T18:45:39.341Z | Compiling ryu v1.0.18 |
535 | 2024-11-21T18:45:39.341Z | Compiling libc v0.2.164 |
536 | 2024-11-21T18:45:39.368Z | Compiling plain v0.2.3 |
537 | 2024-11-21T18:45:39.486Z | Compiling proc-macro2 v1.0.91 |
538 | 2024-11-21T18:45:39.507Z | Compiling futures-sink v0.3.31 |
539 | 2024-11-21T18:45:39.559Z | Compiling futures-core v0.3.31 |
540 | 2024-11-21T18:45:39.637Z | Compiling log v0.4.22 |
541 | 2024-11-21T18:45:39.677Z | Compiling slab v0.4.9 |
542 | 2024-11-21T18:45:39.786Z | Compiling hash32 v0.3.1 |
543 | 2024-11-21T18:45:39.792Z | Compiling futures-channel v0.3.31 |
544 | 2024-11-21T18:45:39.946Z | Compiling futures-io v0.3.31 |
545 | 2024-11-21T18:45:40.000Z | Compiling pretty-hex v0.4.1 |
546 | 2024-11-21T18:45:40.000Z | Compiling pin-project-lite v0.2.15 |
547 | 2024-11-21T18:45:40.028Z | Compiling macaddr v1.0.1 |
548 | 2024-11-21T18:45:40.108Z | Compiling thread-id v4.2.2 |
549 | 2024-11-21T18:45:40.156Z | Compiling cfg-if v1.0.0 |
550 | 2024-11-21T18:45:40.192Z | Compiling pin-utils v0.1.0 |
551 | 2024-11-21T18:45:40.192Z | Compiling futures-task v0.3.31 |
552 | 2024-11-21T18:45:40.203Z | Compiling quote v1.0.37 |
553 | 2024-11-21T18:45:40.228Z | Compiling stable_deref_trait v1.2.0 |
554 | 2024-11-21T18:45:40.264Z | Compiling bitflags v1.3.2 |
555 | 2024-11-21T18:45:40.278Z | Compiling managed v0.8.0 |
556 | 2024-11-21T18:45:40.310Z | Compiling aho-corasick v1.1.3 |
557 | 2024-11-21T18:45:40.350Z | Compiling heapless v0.8.0 |
558 | 2024-11-21T18:45:40.381Z | Compiling cobs v0.2.3 |
559 | 2024-11-21T18:45:40.470Z | Compiling memmap v0.7.0 |
560 | 2024-11-21T18:45:40.653Z | Compiling syn v2.0.89 |
561 | 2024-11-21T18:45:40.851Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
562 | 2024-11-21T18:45:40.956Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
563 | 2024-11-21T18:45:41.086Z | Compiling either v1.13.0 |
564 | 2024-11-21T18:45:41.121Z | Compiling ipnetwork v0.20.0 |
565 | 2024-11-21T18:45:41.197Z | Compiling unicode-width v0.1.14 |
566 | 2024-11-21T18:45:41.313Z | Compiling minimal-lexical v0.2.1 |
567 | 2024-11-21T18:45:41.430Z | Compiling smoltcp v0.11.0 |
568 | 2024-11-21T18:45:41.452Z | Compiling itertools v0.13.0 |
569 | 2024-11-21T18:45:41.711Z | Compiling nom v7.1.3 |
570 | 2024-11-21T18:45:41.711Z | Compiling tabwriter v1.4.0 |
571 | 2024-11-21T18:45:41.846Z | Compiling crc32fast v1.4.2 |
572 | 2024-11-21T18:45:42.122Z | Compiling dyn-clone v1.0.17 |
573 | 2024-11-21T18:45:42.231Z | Compiling regex-automata v0.4.9 |
574 | 2024-11-21T18:45:42.341Z | Compiling circular v0.3.0 |
575 | 2024-11-21T18:45:42.749Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
576 | 2024-11-21T18:45:43.104Z | Compiling base64 v0.21.7 |
577 | 2024-11-21T18:45:44.692Z | Compiling rusticata-macros v4.1.0 |
578 | 2024-11-21T18:45:45.763Z | Compiling regex v1.11.1 |
579 | 2024-11-21T18:45:46.654Z | Compiling darling_core v0.20.10 |
580 | 2024-11-21T18:45:48.770Z | Compiling serde_derive v1.0.215 |
581 | 2024-11-21T18:45:48.773Z | Compiling thiserror-impl v1.0.69 |
582 | 2024-11-21T18:45:48.773Z | Compiling zerocopy-derive v0.7.35 |
583 | 2024-11-21T18:45:48.816Z | Compiling scroll_derive v0.12.0 |
584 | 2024-11-21T18:45:48.821Z | Compiling zerocopy-derive v0.8.10 |
585 | 2024-11-21T18:45:48.837Z | Compiling futures-macro v0.3.31 |
586 | 2024-11-21T18:45:49.151Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
587 | 2024-11-21T18:45:50.277Z | Compiling ctor v0.2.9 |
588 | 2024-11-21T18:45:50.291Z | Compiling scroll v0.12.0 |
589 | 2024-11-21T18:45:50.680Z | Compiling futures-util v0.3.31 |
590 | 2024-11-21T18:45:50.785Z | Compiling zerocopy v0.7.35 |
591 | 2024-11-21T18:45:50.850Z | Compiling goblin v0.8.2 |
592 | 2024-11-21T18:45:51.395Z | Compiling zerocopy v0.8.10 |
593 | 2024-11-21T18:45:51.553Z | Compiling thiserror v1.0.69 |
594 | 2024-11-21T18:45:51.673Z | Compiling pest v2.7.14 |
595 | 2024-11-21T18:45:51.922Z | Compiling darling_macro v0.20.10 |
596 | 2024-11-21T18:45:52.878Z | Compiling darling v0.20.10 |
597 | 2024-11-21T18:45:52.983Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
598 | 2024-11-21T18:45:52.983Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
599 | 2024-11-21T18:45:54.228Z | Compiling pest_meta v2.7.14 |
600 | 2024-11-21T18:45:54.393Z | Compiling serde v1.0.215 |
601 | 2024-11-21T18:45:55.425Z | Compiling pest_generator v2.7.14 |
602 | 2024-11-21T18:45:56.206Z | Compiling futures-executor v0.3.31 |
603 | 2024-11-21T18:45:56.693Z | Compiling futures v0.3.31 |
604 | 2024-11-21T18:45:56.795Z | Compiling cookie-factory v0.3.3 |
605 | 2024-11-21T18:45:57.385Z | Compiling pcap-parser v0.16.0 |
606 | 2024-11-21T18:45:57.575Z | Compiling pest_derive v2.7.14 |
607 | 2024-11-21T18:45:58.318Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
608 | 2024-11-21T18:45:58.461Z | Compiling dtrace-parser v0.2.0 |
609 | 2024-11-21T18:45:59.835Z | Compiling bitflags v2.6.0 |
610 | 2024-11-21T18:45:59.835Z | Compiling serde_json v1.0.133 |
611 | 2024-11-21T18:45:59.837Z | Compiling postcard v1.0.10 |
612 | 2024-11-21T18:45:59.838Z | Compiling uuid v1.11.0 |
613 | 2024-11-21T18:45:59.999Z | Compiling serde_tokenstream v0.2.2 |
614 | 2024-11-21T18:46:00.187Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
615 | 2024-11-21T18:46:00.187Z | Compiling ron v0.8.1 |
616 | 2024-11-21T18:46:01.203Z | Compiling dof v0.3.0 |
617 | 2024-11-21T18:46:01.779Z | Compiling usdt-impl v0.5.0 |
618 | 2024-11-21T18:46:02.069Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
619 | 2024-11-21T18:46:02.785Z | Compiling usdt-macro v0.5.0 |
620 | 2024-11-21T18:46:02.785Z | Compiling usdt-attr-macro v0.5.0 |
621 | 2024-11-21T18:46:04.012Z | Compiling usdt v0.5.0 |
622 | 2024-11-21T18:46:09.428Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
623 | 2024-11-21T18:46:11.598Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
624 | 2024-11-21T18:46:25.664Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.55s |
625 | 2024-11-21T18:46:25.687Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-04889640acfb07fb) |
626 | 2024-11-21T18:46:25.702Z | |
627 | 2024-11-21T18:46:25.702Z | running 9 tests |
628 | 2024-11-21T18:46:25.705Z | test api::tests::parse_good_proto_filter ... ok |
629 | 2024-11-21T18:46:25.705Z | test api::tests::parse_bad_proto_filter ... ok |
630 | 2024-11-21T18:46:25.705Z | test api::tests::ports_from_str_good ... ok |
631 | 2024-11-21T18:46:25.705Z | test api::tests::parse_bad_address ... ok |
632 | 2024-11-21T18:46:25.705Z | test api::tests::ports_from_str_bad ... ok |
633 | 2024-11-21T18:46:25.705Z | test api::tests::parse_good_address ... ok |
634 | 2024-11-21T18:46:25.705Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
635 | 2024-11-21T18:46:25.705Z | test cfg::tests::test_required_nat_space ... ok |
636 | 2024-11-21T18:46:25.705Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
637 | 2024-11-21T18:46:25.705Z | |
638 | 2024-11-21T18:46:25.705Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
639 | 2024-11-21T18:46:25.705Z | |
640 | 2024-11-21T18:46:25.705Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-3c8658cae1ddacf5) |
641 | 2024-11-21T18:46:25.708Z | |
642 | 2024-11-21T18:46:25.708Z | running 4 tests |
643 | 2024-11-21T18:46:25.711Z | test firewall_external_inbound ... ok |
644 | 2024-11-21T18:46:25.711Z | test firewall_vni_outbound ... ok |
645 | 2024-11-21T18:46:25.714Z | test firewall_vni_inbound ... ok |
646 | 2024-11-21T18:46:25.714Z | test firewall_replace_rules ... ok |
647 | 2024-11-21T18:46:25.714Z | |
648 | 2024-11-21T18:46:25.714Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
649 | 2024-11-21T18:46:25.714Z | |
650 | 2024-11-21T18:46:25.714Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-d68ee286b67921e3) |
651 | 2024-11-21T18:46:25.718Z | |
652 | 2024-11-21T18:46:25.718Z | running 2 tests |
653 | 2024-11-21T18:46:25.720Z | test parse_in_regression ... ok |
654 | 2024-11-21T18:46:25.720Z | test parse_out_regression ... ok |
655 | 2024-11-21T18:46:25.720Z | |
656 | 2024-11-21T18:46:25.720Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
657 | 2024-11-21T18:46:25.720Z | |
658 | 2024-11-21T18:46:25.720Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-efb90a6642e53476) |
659 | 2024-11-21T18:46:25.726Z | |
660 | 2024-11-21T18:46:25.726Z | running 38 tests |
661 | 2024-11-21T18:46:25.728Z | test bad_ip_len ... ok |
662 | 2024-11-21T18:46:25.731Z | test check_layers ... ok |
663 | 2024-11-21T18:46:25.731Z | test add_remove_fw_rule ... ok |
664 | 2024-11-21T18:46:25.731Z | test arp_gateway ... ok |
665 | 2024-11-21T18:46:25.731Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
666 | 2024-11-21T18:46:25.731Z | test anti_spoof ... ok |
667 | 2024-11-21T18:46:25.733Z | test flow_expiration ... ok |
668 | 2024-11-21T18:46:25.733Z | test gateway_icmp4_ping ... ok |
669 | 2024-11-21T18:46:25.733Z | test gateway_icmpv6_ping ... ok |
670 | 2024-11-21T18:46:25.733Z | test external_ip_epoch_affinity_preserved ... ok |
671 | 2024-11-21T18:46:25.733Z | test gateway_router_advert_reply ... ok |
672 | 2024-11-21T18:46:25.733Z | test early_tcp_invalidation ... ok |
673 | 2024-11-21T18:46:25.735Z | test guest_to_guest_no_route ... ok |
674 | 2024-11-21T18:46:25.735Z | test external_ip_reconfigurable ... ok |
675 | 2024-11-21T18:46:25.735Z | test guest_to_guest_diff_vpc_no_peer ... ok |
676 | 2024-11-21T18:46:25.735Z | test guest_to_internet_ipv4 ... ok |
677 | 2024-11-21T18:46:25.735Z | test guest_to_guest ... ok |
678 | 2024-11-21T18:46:25.735Z | test guest_to_internet_ipv6 ... ok |
679 | 2024-11-21T18:46:25.736Z | test inbound_ndp_dropped_at_gateway ... ok |
680 | 2024-11-21T18:46:25.739Z | test no_panic_on_flow_table_full ... ok |
681 | 2024-11-21T18:46:25.739Z | test outbound_ndp_dropped ... ok |
682 | 2024-11-21T18:46:25.739Z | test packet_body_pullup ... ok |
683 | 2024-11-21T18:46:25.739Z | test intra_subnet_routes_with_custom ... ok |
684 | 2024-11-21T18:46:25.739Z | test port_transition_running ... ok |
685 | 2024-11-21T18:46:25.739Z | test port_transition_reset ... ok |
686 | 2024-11-21T18:46:25.739Z | test port_as_router_target ... ok |
687 | 2024-11-21T18:46:25.741Z | test port_transition_pause ... ok |
688 | 2024-11-21T18:46:25.741Z | test snat_icmp4_echo_rewrite ... ok |
689 | 2024-11-21T18:46:25.742Z | test select_eip_conditioned_on_igw ... ok |
690 | 2024-11-21T18:46:25.742Z | test test_gateway_neighbor_advert_reply ... ok |
691 | 2024-11-21T18:46:25.742Z | test snat_icmp6_echo_rewrite ... ok |
692 | 2024-11-21T18:46:25.742Z | test tcp_inbound ... ok |
693 | 2024-11-21T18:46:25.742Z | test tcp_outbound ... ok |
694 | 2024-11-21T18:46:25.742Z | test external_ip_receive_and_reply_on_all ... ok |
695 | 2024-11-21T18:46:25.742Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
696 | 2024-11-21T18:46:25.742Z | test external_ip_balanced_over_floating_ips ... ok |
697 | 2024-11-21T18:46:25.745Z | test uft_lft_invalidation_out ... ok |
698 | 2024-11-21T18:46:25.745Z | test uft_lft_invalidation_in ... ok |
699 | 2024-11-21T18:46:25.745Z | |
700 | 2024-11-21T18:46:25.745Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
701 | 2024-11-21T18:46:25.745Z | |
702 | 2024-11-21T18:46:25.745Z | Doc-tests oxide_vpc |
703 | 2024-11-21T18:46:26.098Z | |
704 | 2024-11-21T18:46:26.098Z | running 0 tests |
705 | 2024-11-21T18:46:26.098Z | |
706 | 2024-11-21T18:46:26.100Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
707 | 2024-11-21T18:46:26.100Z | |
708 | 2024-11-21T18:46:26.123Z | |
709 | 2024-11-21T18:46:26.123Z | real 47.048989715 |
710 | 2024-11-21T18:46:26.124Z | user 3:10.558877366 |
711 | 2024-11-21T18:46:26.124Z | sys 38.461752372 |
712 | 2024-11-21T18:46:26.124Z | trap 0.087085098 |
713 | 2024-11-21T18:46:26.126Z | tflt 0.267580291 |
714 | 2024-11-21T18:46:26.126Z | dflt 0.829681286 |
715 | 2024-11-21T18:46:26.126Z | kflt 0.000021857 |
716 | 2024-11-21T18:46:26.126Z | lock 5:47.079071374 |
717 | 2024-11-21T18:46:26.126Z | slp 10:43.966139589 |
718 | 2024-11-21T18:46:26.126Z | lat 5.790780741 |
719 | 2024-11-21T18:46:26.126Z | stop 7.725063696 |
720 | 2024-11-21T18:46:26.126Z | process exited: duration 151178 ms, exit code 0 |
|
721 | 2024-11-21T18:46:26.131Z | found 0 output files |