|
|
|
1 | 2025-01-11T04:22:26.704Z | job assigned to worker 01JH9SH8CASR8GJYTHYATXK8BH [factory aws, i-0c4c7fc5806535b04] (queued for 51 s) |
|
2 | 2025-01-11T04:22:34.443Z | starting task 0: "setup" |
3 | 2025-01-11T04:22:34.451Z | ++ uname -s |
4 | 2025-01-11T04:22:34.454Z | + kern=SunOS |
5 | 2025-01-11T04:22:34.454Z | + case "$kern" in |
6 | 2025-01-11T04:22:34.454Z | + groupadd -g 12345 build |
7 | 2025-01-11T04:22:34.457Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T04:22:36.463Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T04:22:36.544Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T04:22:36.546Z | + home_fs=zfs |
11 | 2025-01-11T04:22:36.547Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T04:22:36.547Z | + mkdir -p /home/build |
13 | 2025-01-11T04:22:36.549Z | + chown build:build /home/build /work |
14 | 2025-01-11T04:22:37.551Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T04:22:37.554Z | process exited: duration 3112 ms, exit code 0 |
|
16 | 2025-01-11T04:22:37.559Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T04:22:37.565Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T04:22:37.565Z | ' nightly-2024-11-18 |
19 | 2025-01-11T04:22:37.565Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T04:22:37.565Z | ' default |
21 | 2025-01-11T04:22:37.565Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2025-01-11T04:22:37.565Z | * toolchain profile = "default" |
23 | 2025-01-11T04:22:37.567Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T04:22:37.567Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2025-01-11T04:22:37.664Z | info: downloading installer |
26 | 2025-01-11T04:22:38.968Z | info: profile set to 'default' |
27 | 2025-01-11T04:22:38.968Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T04:22:38.971Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2025-01-11T04:22:39.111Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2025-01-11T04:22:39.111Z | info: downloading component 'cargo' |
31 | 2025-01-11T04:22:39.863Z | info: downloading component 'clippy' |
32 | 2025-01-11T04:22:40.150Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T04:22:41.182Z | info: downloading component 'rust-std' |
34 | 2025-01-11T04:22:42.839Z | info: downloading component 'rustc' |
35 | 2025-01-11T04:22:48.724Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T04:22:49.049Z | info: installing component 'cargo' |
37 | 2025-01-11T04:22:49.875Z | info: installing component 'clippy' |
38 | 2025-01-11T04:22:50.252Z | info: installing component 'rust-docs' |
39 | 2025-01-11T04:22:51.931Z | info: installing component 'rust-std' |
40 | 2025-01-11T04:22:53.733Z | info: installing component 'rustc' |
41 | 2025-01-11T04:22:59.785Z | info: installing component 'rustfmt' |
42 | 2025-01-11T04:23:00.112Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2025-01-11T04:23:00.112Z | |
44 | 2025-01-11T04:23:00.494Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2025-01-11T04:23:00.494Z | |
46 | 2025-01-11T04:23:00.497Z | |
47 | 2025-01-11T04:23:00.497Z | Rust is installed now. Great! |
48 | 2025-01-11T04:23:00.497Z | |
49 | 2025-01-11T04:23:00.497Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T04:23:00.497Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T04:23:00.497Z | |
52 | 2025-01-11T04:23:00.497Z | To configure your current shell, you need to source |
53 | 2025-01-11T04:23:00.497Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T04:23:00.497Z | |
55 | 2025-01-11T04:23:00.497Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T04:23:00.497Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T04:23:00.497Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T04:23:00.573Z | + rustc --version |
59 | 2025-01-11T04:23:00.640Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2025-01-11T04:23:00.643Z | process exited: duration 23080 ms, exit code 0 |
|
61 | 2025-01-11T04:23:00.649Z | starting task 2: "authentication" |
62 | 2025-01-11T04:23:00.670Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-11T04:23:00.675Z | starting task 3: "clone repository" |
64 | 2025-01-11T04:23:00.680Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2025-01-11T04:23:00.682Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2025-01-11T04:23:00.948Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2025-01-11T04:23:01.718Z | + cd /work/oxidecomputer/opte |
68 | 2025-01-11T04:23:01.722Z | + git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253 |
69 | 2025-01-11T04:23:01.973Z | From https://github.com/oxidecomputer/opte |
70 | 2025-01-11T04:23:01.973Z | * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD |
71 | 2025-01-11T04:23:01.982Z | + [[ -n renovate/thiserror-2.x-lockfile ]] |
72 | 2025-01-11T04:23:01.984Z | ++ git branch --show-current |
73 | 2025-01-11T04:23:01.987Z | + current=master |
74 | 2025-01-11T04:23:01.987Z | + [[ master != renovate/thiserror-2.x-lockfile ]] |
75 | 2025-01-11T04:23:01.987Z | + git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253 |
76 | 2025-01-11T04:23:01.991Z | + git checkout -f renovate/thiserror-2.x-lockfile |
77 | 2025-01-11T04:23:02.013Z | Switched to branch 'renovate/thiserror-2.x-lockfile' |
78 | 2025-01-11T04:23:02.016Z | + git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253 |
79 | 2025-01-11T04:23:02.039Z | HEAD is now at d97d263 Update Rust crate thiserror to v2.0.11 |
80 | 2025-01-11T04:23:02.041Z | process exited: duration 1364 ms, exit code 0 |
|
81 | 2025-01-11T04:23:02.047Z | starting task 4: "build" |
82 | 2025-01-11T04:23:02.052Z | + cargo --version |
83 | 2025-01-11T04:23:02.057Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2025-01-11T04:23:02.213Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2025-01-11T04:23:02.214Z | info: downloading component 'cargo' |
86 | 2025-01-11T04:23:03.291Z | info: downloading component 'clippy' |
87 | 2025-01-11T04:23:03.825Z | info: downloading component 'rust-docs' |
88 | 2025-01-11T04:23:04.862Z | info: downloading component 'rust-std' |
89 | 2025-01-11T04:23:06.811Z | info: downloading component 'rustc' |
90 | 2025-01-11T04:23:13.643Z | info: downloading component 'rustfmt' |
91 | 2025-01-11T04:23:14.057Z | info: installing component 'cargo' |
92 | 2025-01-11T04:23:14.874Z | info: installing component 'clippy' |
93 | 2025-01-11T04:23:15.249Z | info: installing component 'rust-docs' |
94 | 2025-01-11T04:23:16.997Z | info: installing component 'rust-std' |
95 | 2025-01-11T04:23:18.641Z | info: installing component 'rustc' |
96 | 2025-01-11T04:23:24.352Z | info: installing component 'rustfmt' |
97 | 2025-01-11T04:23:24.768Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2025-01-11T04:23:24.770Z | + rustc --version |
99 | 2025-01-11T04:23:24.841Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2025-01-11T04:23:24.846Z | + cd lib/oxide-vpc |
101 | 2025-01-11T04:23:24.849Z | + header 'check style' |
102 | 2025-01-11T04:23:24.849Z | + echo '# ==== check style ==== #' |
103 | 2025-01-11T04:23:24.849Z | # ==== check style ==== # |
104 | 2025-01-11T04:23:24.849Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2025-01-11T04:23:25.114Z | |
106 | 2025-01-11T04:23:25.114Z | real 0.263763961 |
107 | 2025-01-11T04:23:25.114Z | user 0.170365004 |
108 | 2025-01-11T04:23:25.114Z | sys 0.088934587 |
109 | 2025-01-11T04:23:25.114Z | trap 0.000015998 |
110 | 2025-01-11T04:23:25.114Z | tflt 0.000000000 |
111 | 2025-01-11T04:23:25.114Z | dflt 0.000000000 |
112 | 2025-01-11T04:23:25.114Z | kflt 0.000000000 |
113 | 2025-01-11T04:23:25.114Z | lock 0.000000000 |
114 | 2025-01-11T04:23:25.117Z | slp 0.178455841 |
115 | 2025-01-11T04:23:25.117Z | lat 0.000267309 |
116 | 2025-01-11T04:23:25.117Z | stop 0.000126364 |
117 | 2025-01-11T04:23:25.117Z | + header 'check docs' |
118 | 2025-01-11T04:23:25.117Z | + echo '# ==== check docs ==== #' |
119 | 2025-01-11T04:23:25.117Z | # ==== check docs ==== # |
120 | 2025-01-11T04:23:25.117Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2025-01-11T04:23:25.117Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2025-01-11T04:23:25.220Z | Updating crates.io index |
123 | 2025-01-11T04:23:25.319Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2025-01-11T04:23:26.048Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2025-01-11T04:23:26.380Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2025-01-11T04:23:26.617Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2025-01-11T04:23:26.904Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2025-01-11T04:23:27.255Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2025-01-11T04:23:27.533Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2025-01-11T04:23:27.761Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2025-01-11T04:23:28.019Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2025-01-11T04:23:28.788Z | Downloading crates ... |
133 | 2025-01-11T04:23:28.951Z | Downloaded once_cell v1.20.2 |
134 | 2025-01-11T04:23:28.974Z | Downloaded memchr v2.7.4 |
135 | 2025-01-11T04:23:28.984Z | Downloaded ryu v1.0.18 |
136 | 2025-01-11T04:23:28.990Z | Downloaded plain v0.2.3 |
137 | 2025-01-11T04:23:28.992Z | Downloaded cpufeatures v0.2.16 |
138 | 2025-01-11T04:23:28.996Z | Downloaded pest_meta v2.7.15 |
139 | 2025-01-11T04:23:29.005Z | Downloaded postcard v1.1.1 |
140 | 2025-01-11T04:23:29.010Z | Downloaded scroll_derive v0.12.0 |
141 | 2025-01-11T04:23:29.014Z | Downloaded pest_derive v2.7.15 |
142 | 2025-01-11T04:23:29.016Z | Downloaded pest v2.7.15 |
143 | 2025-01-11T04:23:29.019Z | Downloaded pretty-hex v0.4.1 |
144 | 2025-01-11T04:23:29.021Z | Downloaded memmap v0.7.0 |
145 | 2025-01-11T04:23:29.024Z | Downloaded byteorder v1.5.0 |
146 | 2025-01-11T04:23:29.028Z | Downloaded scroll v0.12.0 |
147 | 2025-01-11T04:23:29.028Z | Downloaded pest_generator v2.7.15 |
148 | 2025-01-11T04:23:29.036Z | Downloaded usdt-macro v0.5.0 |
149 | 2025-01-11T04:23:29.044Z | Downloaded usdt-attr-macro v0.5.0 |
150 | 2025-01-11T04:23:29.048Z | Downloaded ident_case v1.0.1 |
151 | 2025-01-11T04:23:29.051Z | Downloaded dtrace-parser v0.2.0 |
152 | 2025-01-11T04:23:29.056Z | Downloaded bitflags v1.3.2 |
153 | 2025-01-11T04:23:29.060Z | Downloaded cobs v0.2.3 |
154 | 2025-01-11T04:23:29.062Z | Downloaded block-buffer v0.10.4 |
155 | 2025-01-11T04:23:29.065Z | Downloaded darling_macro v0.20.10 |
156 | 2025-01-11T04:23:29.070Z | Downloaded cfg-if v1.0.0 |
157 | 2025-01-11T04:23:29.074Z | Downloaded proc-macro-error-attr2 v2.0.0 |
158 | 2025-01-11T04:23:29.078Z | Downloaded embedded-io v0.6.1 |
159 | 2025-01-11T04:23:29.080Z | Downloaded crypto-common v0.1.6 |
160 | 2025-01-11T04:23:29.080Z | Downloaded proc-macro-error2 v2.0.1 |
161 | 2025-01-11T04:23:29.083Z | Downloaded digest v0.10.7 |
162 | 2025-01-11T04:23:29.086Z | Downloaded itoa v1.0.14 |
163 | 2025-01-11T04:23:29.088Z | Downloaded defmt-parser v0.4.1 |
164 | 2025-01-11T04:23:29.088Z | Downloaded either v1.13.0 |
165 | 2025-01-11T04:23:29.089Z | Downloaded version_check v0.9.5 |
166 | 2025-01-11T04:23:29.095Z | Downloaded usdt v0.5.0 |
167 | 2025-01-11T04:23:29.098Z | Downloaded thiserror-impl v1.0.69 |
168 | 2025-01-11T04:23:29.098Z | Downloaded macaddr v1.0.1 |
169 | 2025-01-11T04:23:29.101Z | Downloaded ipnetwork v0.20.0 |
170 | 2025-01-11T04:23:29.101Z | Downloaded dyn-clone v1.0.17 |
171 | 2025-01-11T04:23:29.103Z | Downloaded strsim v0.11.1 |
172 | 2025-01-11T04:23:29.103Z | Downloaded hash32 v0.3.1 |
173 | 2025-01-11T04:23:29.106Z | Downloaded thiserror v1.0.69 |
174 | 2025-01-11T04:23:29.109Z | Downloaded usdt-impl v0.5.0 |
175 | 2025-01-11T04:23:29.111Z | Downloaded tabwriter v1.4.1 |
176 | 2025-01-11T04:23:29.111Z | Downloaded thiserror-impl v2.0.11 |
177 | 2025-01-11T04:23:29.114Z | Downloaded generic-array v0.14.7 |
178 | 2025-01-11T04:23:29.114Z | Downloaded dof v0.3.0 |
179 | 2025-01-11T04:23:29.114Z | Downloaded stable_deref_trait v1.2.0 |
180 | 2025-01-11T04:23:29.116Z | Downloaded serde_tokenstream v0.2.2 |
181 | 2025-01-11T04:23:29.116Z | Downloaded zerocopy-derive v0.7.35 |
182 | 2025-01-11T04:23:29.120Z | Downloaded thread-id v4.2.2 |
183 | 2025-01-11T04:23:29.123Z | Downloaded quote v1.0.38 |
184 | 2025-01-11T04:23:29.126Z | Downloaded proc-macro2 v1.0.92 |
185 | 2025-01-11T04:23:29.126Z | Downloaded ucd-trie v0.1.7 |
186 | 2025-01-11T04:23:29.128Z | Downloaded bitflags v2.6.0 |
187 | 2025-01-11T04:23:29.131Z | Downloaded sha2 v0.10.8 |
188 | 2025-01-11T04:23:29.133Z | Downloaded embedded-io v0.4.0 |
189 | 2025-01-11T04:23:29.135Z | Downloaded uuid v1.11.0 |
190 | 2025-01-11T04:23:29.140Z | Downloaded darling v0.20.10 |
191 | 2025-01-11T04:23:29.143Z | Downloaded unicode-ident v1.0.14 |
192 | 2025-01-11T04:23:29.145Z | Downloaded defmt-macros v0.4.0 |
193 | 2025-01-11T04:23:29.145Z | Downloaded thiserror v2.0.11 |
194 | 2025-01-11T04:23:29.150Z | Downloaded serde_derive v1.0.217 |
195 | 2025-01-11T04:23:29.153Z | Downloaded typenum v1.17.0 |
196 | 2025-01-11T04:23:29.155Z | Downloaded darling_core v0.20.10 |
197 | 2025-01-11T04:23:29.160Z | Downloaded log v0.4.22 |
198 | 2025-01-11T04:23:29.163Z | Downloaded serde v1.0.217 |
199 | 2025-01-11T04:23:29.165Z | Downloaded defmt v0.3.10 |
200 | 2025-01-11T04:23:29.168Z | Downloaded crc32fast v1.4.2 |
201 | 2025-01-11T04:23:29.170Z | Downloaded managed v0.8.0 |
202 | 2025-01-11T04:23:29.170Z | Downloaded fnv v1.0.7 |
203 | 2025-01-11T04:23:29.177Z | Downloaded heapless v0.8.0 |
204 | 2025-01-11T04:23:29.185Z | Downloaded zerocopy-derive v0.8.14 |
205 | 2025-01-11T04:23:29.224Z | Downloaded serde_json v1.0.134 |
206 | 2025-01-11T04:23:29.230Z | Downloaded regex-automata v0.4.9 |
207 | 2025-01-11T04:23:29.245Z | Downloaded zerocopy v0.7.35 |
208 | 2025-01-11T04:23:29.259Z | Downloaded aho-corasick v1.1.3 |
209 | 2025-01-11T04:23:29.265Z | Downloaded goblin v0.8.2 |
210 | 2025-01-11T04:23:29.271Z | Downloaded itertools v0.13.0 |
211 | 2025-01-11T04:23:29.288Z | Downloaded regex v1.11.1 |
212 | 2025-01-11T04:23:29.300Z | Downloaded zerocopy v0.8.14 |
213 | 2025-01-11T04:23:29.322Z | Downloaded unicode-width v0.2.0 |
214 | 2025-01-11T04:23:29.334Z | Downloaded syn v2.0.95 |
215 | 2025-01-11T04:23:29.345Z | Downloaded regex-syntax v0.8.5 |
216 | 2025-01-11T04:23:29.352Z | Downloaded smoltcp v0.11.0 |
217 | 2025-01-11T04:23:29.379Z | Downloaded libc v0.2.169 |
218 | 2025-01-11T04:23:29.535Z | Compiling proc-macro2 v1.0.92 |
219 | 2025-01-11T04:23:29.539Z | Compiling unicode-ident v1.0.14 |
220 | 2025-01-11T04:23:29.539Z | Documenting unicode-ident v1.0.14 |
221 | 2025-01-11T04:23:29.539Z | Compiling fnv v1.0.7 |
222 | 2025-01-11T04:23:29.539Z | Compiling strsim v0.11.1 |
223 | 2025-01-11T04:23:29.550Z | Compiling ident_case v1.0.1 |
224 | 2025-01-11T04:23:29.552Z | Compiling serde v1.0.217 |
225 | 2025-01-11T04:23:29.708Z | Compiling memchr v2.7.4 |
226 | 2025-01-11T04:23:29.747Z | Compiling regex-syntax v0.8.5 |
227 | 2025-01-11T04:23:29.944Z | Compiling zerocopy v0.8.14 |
228 | 2025-01-11T04:23:30.189Z | Compiling either v1.13.0 |
229 | 2025-01-11T04:23:30.223Z | Checking byteorder v1.5.0 |
230 | 2025-01-11T04:23:30.461Z | Documenting ident_case v1.0.1 |
231 | 2025-01-11T04:23:30.540Z | Compiling aho-corasick v1.1.3 |
232 | 2025-01-11T04:23:30.958Z | Compiling itertools v0.13.0 |
233 | 2025-01-11T04:23:31.164Z | Compiling heapless v0.8.0 |
234 | 2025-01-11T04:23:31.807Z | Documenting fnv v1.0.7 |
235 | 2025-01-11T04:23:31.895Z | Documenting strsim v0.11.1 |
236 | 2025-01-11T04:23:32.599Z | Documenting proc-macro2 v1.0.92 |
237 | 2025-01-11T04:23:32.797Z | Compiling quote v1.0.38 |
238 | 2025-01-11T04:23:33.155Z | Compiling syn v2.0.95 |
239 | 2025-01-11T04:23:33.346Z | Compiling regex-automata v0.4.9 |
240 | 2025-01-11T04:23:33.558Z | Checking hash32 v0.3.1 |
241 | 2025-01-11T04:23:33.639Z | Documenting quote v1.0.38 |
242 | 2025-01-11T04:23:33.704Z | Checking macaddr v1.0.1 |
243 | 2025-01-11T04:23:33.935Z | Checking stable_deref_trait v1.2.0 |
244 | 2025-01-11T04:23:34.016Z | Documenting memchr v2.7.4 |
245 | 2025-01-11T04:23:34.026Z | Checking cfg-if v1.0.0 |
246 | 2025-01-11T04:23:34.105Z | Compiling smoltcp v0.11.0 |
247 | 2025-01-11T04:23:34.494Z | Documenting regex-syntax v0.8.5 |
248 | 2025-01-11T04:23:34.571Z | Documenting syn v2.0.95 |
249 | 2025-01-11T04:23:35.319Z | Documenting aho-corasick v1.1.3 |
250 | 2025-01-11T04:23:35.812Z | Checking bitflags v1.3.2 |
251 | 2025-01-11T04:23:35.901Z | Checking bitflags v2.6.0 |
252 | 2025-01-11T04:23:36.146Z | Checking managed v0.8.0 |
253 | 2025-01-11T04:23:36.499Z | Checking cobs v0.2.3 |
254 | 2025-01-11T04:23:36.860Z | Documenting byteorder v1.5.0 |
255 | 2025-01-11T04:23:36.994Z | Documenting regex-automata v0.4.9 |
256 | 2025-01-11T04:23:37.592Z | Compiling regex v1.11.1 |
257 | 2025-01-11T04:23:38.425Z | Checking darling_core v0.20.10 |
258 | 2025-01-11T04:23:38.459Z | Documenting hash32 v0.3.1 |
259 | 2025-01-11T04:23:39.154Z | Checking unicode-width v0.2.0 |
260 | 2025-01-11T04:23:39.636Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
261 | 2025-01-11T04:23:39.708Z | Documenting regex v1.11.1 |
262 | 2025-01-11T04:23:39.845Z | Checking ipnetwork v0.20.0 |
263 | 2025-01-11T04:23:39.931Z | Documenting darling_core v0.20.10 |
264 | 2025-01-11T04:23:40.129Z | Documenting serde_derive v1.0.217 |
265 | 2025-01-11T04:23:40.212Z | Documenting zerocopy-derive v0.8.14 |
266 | 2025-01-11T04:23:40.441Z | Documenting macaddr v1.0.1 |
267 | 2025-01-11T04:23:41.119Z | Documenting stable_deref_trait v1.2.0 |
268 | 2025-01-11T04:23:41.179Z | Documenting cfg-if v1.0.0 |
269 | 2025-01-11T04:23:41.761Z | Compiling version_check v0.9.5 |
270 | 2025-01-11T04:23:41.775Z | Documenting heapless v0.8.0 |
271 | 2025-01-11T04:23:41.797Z | Documenting managed v0.8.0 |
272 | 2025-01-11T04:23:41.847Z | Documenting bitflags v2.6.0 |
273 | 2025-01-11T04:23:42.122Z | Documenting darling_macro v0.20.10 |
274 | 2025-01-11T04:23:42.245Z | Documenting cobs v0.2.3 |
275 | 2025-01-11T04:23:42.328Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
276 | 2025-01-11T04:23:42.619Z | Checking tabwriter v1.4.1 |
277 | 2025-01-11T04:23:42.761Z | Checking crc32fast v1.4.2 |
278 | 2025-01-11T04:23:42.841Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
279 | 2025-01-11T04:23:42.853Z | Documenting smoltcp v0.11.0 |
280 | 2025-01-11T04:23:42.873Z | Documenting unicode-width v0.2.0 |
281 | 2025-01-11T04:23:42.955Z | Documenting either v1.13.0 |
282 | 2025-01-11T04:23:43.115Z | Checking dyn-clone v1.0.17 |
283 | 2025-01-11T04:23:43.262Z | Documenting ipnetwork v0.20.0 |
284 | 2025-01-11T04:23:43.508Z | Compiling serde_derive v1.0.217 |
285 | 2025-01-11T04:23:43.528Z | Compiling zerocopy-derive v0.8.14 |
286 | 2025-01-11T04:23:43.698Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
287 | 2025-01-11T04:23:43.883Z | Documenting tabwriter v1.4.1 |
288 | 2025-01-11T04:23:44.217Z | Documenting itertools v0.13.0 |
289 | 2025-01-11T04:23:44.399Z | Documenting crc32fast v1.4.2 |
290 | 2025-01-11T04:23:44.497Z | Compiling darling_macro v0.20.10 |
291 | 2025-01-11T04:23:44.763Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
292 | 2025-01-11T04:23:44.827Z | Documenting dyn-clone v1.0.17 |
293 | 2025-01-11T04:23:44.981Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
294 | 2025-01-11T04:23:45.003Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
295 | 2025-01-11T04:23:45.460Z | Compiling darling v0.20.10 |
296 | 2025-01-11T04:23:45.460Z | Documenting darling v0.20.10 |
297 | 2025-01-11T04:23:45.554Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
298 | 2025-01-11T04:23:45.630Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
299 | 2025-01-11T04:23:46.084Z | Documenting zerocopy v0.8.14 |
300 | 2025-01-11T04:23:46.518Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2025-01-11T04:23:46.518Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
302 | 2025-01-11T04:23:48.224Z | Documenting serde v1.0.217 |
303 | 2025-01-11T04:23:49.720Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2025-01-11T04:23:49.720Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2025-01-11T04:23:51.159Z | Checking postcard v1.1.1 |
306 | 2025-01-11T04:23:51.162Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
307 | 2025-01-11T04:23:51.162Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2025-01-11T04:23:51.162Z | Documenting postcard v1.1.1 |
309 | 2025-01-11T04:23:51.163Z | Checking uuid v1.11.0 |
310 | 2025-01-11T04:23:51.163Z | Documenting uuid v1.11.0 |
311 | 2025-01-11T04:23:52.553Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2025-01-11T04:23:52.553Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2025-01-11T04:23:53.446Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2025-01-11T04:23:57.592Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2025-01-11T04:23:58.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s |
316 | 2025-01-11T04:23:58.909Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2025-01-11T04:23:58.929Z | |
318 | 2025-01-11T04:23:58.932Z | real 33.789544940 |
319 | 2025-01-11T04:23:58.932Z | user 2:22.887231295 |
320 | 2025-01-11T04:23:58.932Z | sys 19.463266241 |
321 | 2025-01-11T04:23:58.932Z | trap 0.091041034 |
322 | 2025-01-11T04:23:58.932Z | tflt 0.308932653 |
323 | 2025-01-11T04:23:58.932Z | dflt 1.662844566 |
324 | 2025-01-11T04:23:58.932Z | kflt 0.005697050 |
325 | 2025-01-11T04:23:58.932Z | lock 3:10.518501107 |
326 | 2025-01-11T04:23:58.932Z | slp 7:57.708366188 |
327 | 2025-01-11T04:23:58.932Z | lat 14.700496595 |
328 | 2025-01-11T04:23:58.932Z | stop 12.341170877 |
329 | 2025-01-11T04:23:58.932Z | + header 'analyze std + api + usdt' |
330 | 2025-01-11T04:23:58.932Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2025-01-11T04:23:58.932Z | # ==== analyze std + api + usdt ==== # |
332 | 2025-01-11T04:23:58.932Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2025-01-11T04:23:59.236Z | Downloading crates ... |
334 | 2025-01-11T04:23:59.322Z | Downloaded futures-executor v0.3.31 |
335 | 2025-01-11T04:23:59.324Z | Downloaded autocfg v1.4.0 |
336 | 2025-01-11T04:23:59.335Z | Downloaded circular v0.3.0 |
337 | 2025-01-11T04:23:59.338Z | Downloaded minimal-lexical v0.2.1 |
338 | 2025-01-11T04:23:59.342Z | Downloaded futures-core v0.3.31 |
339 | 2025-01-11T04:23:59.342Z | Downloaded cookie-factory v0.3.3 |
340 | 2025-01-11T04:23:59.351Z | Downloaded futures v0.3.31 |
341 | 2025-01-11T04:23:59.355Z | Downloaded rusticata-macros v4.1.0 |
342 | 2025-01-11T04:23:59.358Z | Downloaded pin-utils v0.1.0 |
343 | 2025-01-11T04:23:59.358Z | Downloaded slab v0.4.9 |
344 | 2025-01-11T04:23:59.361Z | Downloaded ctor v0.2.9 |
345 | 2025-01-11T04:23:59.361Z | Downloaded base64 v0.21.7 |
346 | 2025-01-11T04:23:59.363Z | Downloaded pin-project-lite v0.2.15 |
347 | 2025-01-11T04:23:59.367Z | Downloaded futures-task v0.3.31 |
348 | 2025-01-11T04:23:59.370Z | Downloaded futures-sink v0.3.31 |
349 | 2025-01-11T04:23:59.370Z | Downloaded futures-channel v0.3.31 |
350 | 2025-01-11T04:23:59.373Z | Downloaded futures-util v0.3.31 |
351 | 2025-01-11T04:23:59.382Z | Downloaded futures-macro v0.3.31 |
352 | 2025-01-11T04:23:59.386Z | Downloaded ron v0.8.1 |
353 | 2025-01-11T04:23:59.389Z | Downloaded nom v7.1.3 |
354 | 2025-01-11T04:23:59.394Z | Downloaded futures-io v0.3.31 |
355 | 2025-01-11T04:23:59.396Z | Downloaded pcap-parser v0.16.0 |
356 | 2025-01-11T04:23:59.479Z | Compiling proc-macro2 v1.0.92 |
357 | 2025-01-11T04:23:59.481Z | Compiling unicode-ident v1.0.14 |
358 | 2025-01-11T04:23:59.481Z | Compiling memchr v2.7.4 |
359 | 2025-01-11T04:23:59.481Z | Compiling thiserror v2.0.11 |
360 | 2025-01-11T04:23:59.481Z | Compiling serde v1.0.217 |
361 | 2025-01-11T04:23:59.481Z | Compiling thiserror v1.0.69 |
362 | 2025-01-11T04:23:59.481Z | Compiling version_check v0.9.5 |
363 | 2025-01-11T04:23:59.705Z | Compiling libc v0.2.169 |
364 | 2025-01-11T04:24:00.053Z | Compiling ucd-trie v0.1.7 |
365 | 2025-01-11T04:24:00.095Z | Compiling serde_json v1.0.134 |
366 | 2025-01-11T04:24:00.280Z | Compiling once_cell v1.20.2 |
367 | 2025-01-11T04:24:00.391Z | Compiling fnv v1.0.7 |
368 | 2025-01-11T04:24:00.396Z | Checking byteorder v1.5.0 |
369 | 2025-01-11T04:24:00.434Z | Compiling strsim v0.11.1 |
370 | 2025-01-11T04:24:00.450Z | Compiling ident_case v1.0.1 |
371 | 2025-01-11T04:24:00.500Z | Compiling aho-corasick v1.1.3 |
372 | 2025-01-11T04:24:00.595Z | Compiling itoa v1.0.14 |
373 | 2025-01-11T04:24:00.616Z | Compiling ryu v1.0.18 |
374 | 2025-01-11T04:24:00.781Z | Compiling regex-syntax v0.8.5 |
375 | 2025-01-11T04:24:00.809Z | Compiling autocfg v1.4.0 |
376 | 2025-01-11T04:24:00.939Z | Compiling usdt-impl v0.5.0 |
377 | 2025-01-11T04:24:01.080Z | Compiling either v1.13.0 |
378 | 2025-01-11T04:24:01.178Z | Compiling quote v1.0.38 |
379 | 2025-01-11T04:24:01.342Z | Compiling zerocopy v0.8.14 |
380 | 2025-01-11T04:24:01.544Z | Compiling syn v2.0.95 |
381 | 2025-01-11T04:24:01.578Z | Compiling slab v0.4.9 |
382 | 2025-01-11T04:24:01.697Z | Compiling thread-id v4.2.2 |
383 | 2025-01-11T04:24:01.738Z | Compiling itertools v0.13.0 |
384 | 2025-01-11T04:24:02.111Z | Checking log v0.4.22 |
385 | 2025-01-11T04:24:02.248Z | Checking futures-sink v0.3.31 |
386 | 2025-01-11T04:24:02.345Z | Checking plain v0.2.3 |
387 | 2025-01-11T04:24:02.366Z | Checking futures-core v0.3.31 |
388 | 2025-01-11T04:24:02.366Z | Compiling heapless v0.8.0 |
389 | 2025-01-11T04:24:02.523Z | Checking futures-channel v0.3.31 |
390 | 2025-01-11T04:24:02.783Z | Checking hash32 v0.3.1 |
391 | 2025-01-11T04:24:02.923Z | Checking pin-utils v0.1.0 |
392 | 2025-01-11T04:24:02.944Z | Checking futures-task v0.3.31 |
393 | 2025-01-11T04:24:02.996Z | Checking macaddr v1.0.1 |
394 | 2025-01-11T04:24:03.122Z | Compiling smoltcp v0.11.0 |
395 | 2025-01-11T04:24:03.194Z | Checking pretty-hex v0.4.1 |
396 | 2025-01-11T04:24:03.212Z | Checking pin-project-lite v0.2.15 |
397 | 2025-01-11T04:24:03.228Z | Checking futures-io v0.3.31 |
398 | 2025-01-11T04:24:03.314Z | Checking stable_deref_trait v1.2.0 |
399 | 2025-01-11T04:24:03.340Z | Checking cfg-if v1.0.0 |
400 | 2025-01-11T04:24:03.608Z | Checking managed v0.8.0 |
401 | 2025-01-11T04:24:03.734Z | Checking cobs v0.2.3 |
402 | 2025-01-11T04:24:03.898Z | Checking bitflags v1.3.2 |
403 | 2025-01-11T04:24:03.938Z | Checking memmap v0.7.0 |
404 | 2025-01-11T04:24:03.979Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2025-01-11T04:24:04.130Z | Checking ipnetwork v0.20.0 |
406 | 2025-01-11T04:24:04.316Z | Compiling regex-automata v0.4.9 |
407 | 2025-01-11T04:24:04.378Z | Checking unicode-width v0.2.0 |
408 | 2025-01-11T04:24:04.428Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
409 | 2025-01-11T04:24:04.613Z | Checking minimal-lexical v0.2.1 |
410 | 2025-01-11T04:24:04.821Z | Checking tabwriter v1.4.1 |
411 | 2025-01-11T04:24:04.964Z | Checking nom v7.1.3 |
412 | 2025-01-11T04:24:05.085Z | Checking crc32fast v1.4.2 |
413 | 2025-01-11T04:24:05.275Z | Checking dyn-clone v1.0.17 |
414 | 2025-01-11T04:24:05.406Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
415 | 2025-01-11T04:24:05.599Z | Checking circular v0.3.0 |
416 | 2025-01-11T04:24:05.799Z | Checking base64 v0.21.7 |
417 | 2025-01-11T04:24:06.898Z | Compiling darling_core v0.20.10 |
418 | 2025-01-11T04:24:07.374Z | Checking rusticata-macros v4.1.0 |
419 | 2025-01-11T04:24:07.796Z | Compiling regex v1.11.1 |
420 | 2025-01-11T04:24:08.178Z | Compiling serde_derive v1.0.217 |
421 | 2025-01-11T04:24:08.178Z | Compiling thiserror-impl v2.0.11 |
422 | 2025-01-11T04:24:08.183Z | Compiling thiserror-impl v1.0.69 |
423 | 2025-01-11T04:24:08.367Z | Compiling zerocopy-derive v0.7.35 |
424 | 2025-01-11T04:24:08.597Z | Compiling scroll_derive v0.12.0 |
425 | 2025-01-11T04:24:08.727Z | Compiling zerocopy-derive v0.8.14 |
426 | 2025-01-11T04:24:09.122Z | Compiling futures-macro v0.3.31 |
427 | 2025-01-11T04:24:09.965Z | Checking scroll v0.12.0 |
428 | 2025-01-11T04:24:10.155Z | Compiling zerocopy v0.7.35 |
429 | 2025-01-11T04:24:10.390Z | Checking goblin v0.8.2 |
430 | 2025-01-11T04:24:11.112Z | Compiling pest v2.7.15 |
431 | 2025-01-11T04:24:11.383Z | Checking futures-util v0.3.31 |
432 | 2025-01-11T04:24:11.998Z | Compiling darling_macro v0.20.10 |
433 | 2025-01-11T04:24:12.060Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
434 | 2025-01-11T04:24:12.939Z | Compiling darling v0.20.10 |
435 | 2025-01-11T04:24:13.038Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
436 | 2025-01-11T04:24:13.120Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
437 | 2025-01-11T04:24:13.602Z | Compiling pest_meta v2.7.15 |
438 | 2025-01-11T04:24:13.891Z | Compiling ctor v0.2.9 |
439 | 2025-01-11T04:24:14.580Z | Compiling pest_generator v2.7.15 |
440 | 2025-01-11T04:24:15.632Z | Checking futures-executor v0.3.31 |
441 | 2025-01-11T04:24:15.789Z | Compiling pest_derive v2.7.15 |
442 | 2025-01-11T04:24:15.851Z | Checking futures v0.3.31 |
443 | 2025-01-11T04:24:15.939Z | Checking cookie-factory v0.3.3 |
444 | 2025-01-11T04:24:16.381Z | Checking pcap-parser v0.16.0 |
445 | 2025-01-11T04:24:16.588Z | Compiling dtrace-parser v0.2.0 |
446 | 2025-01-11T04:24:17.347Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
447 | 2025-01-11T04:24:18.279Z | Checking bitflags v2.6.0 |
448 | 2025-01-11T04:24:18.281Z | Checking postcard v1.1.1 |
449 | 2025-01-11T04:24:18.281Z | Checking uuid v1.11.0 |
450 | 2025-01-11T04:24:18.524Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
451 | 2025-01-11T04:24:18.524Z | Checking ron v0.8.1 |
452 | 2025-01-11T04:24:18.849Z | Compiling serde_tokenstream v0.2.2 |
453 | 2025-01-11T04:24:19.340Z | Checking dof v0.3.0 |
454 | 2025-01-11T04:24:19.818Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
455 | 2025-01-11T04:24:20.716Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2025-01-11T04:24:20.716Z | Compiling usdt-macro v0.5.0 |
457 | 2025-01-11T04:24:21.553Z | Checking usdt v0.5.0 |
458 | 2025-01-11T04:24:28.432Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
459 | 2025-01-11T04:24:30.700Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
460 | 2025-01-11T04:24:33.804Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
461 | 2025-01-11T04:24:33.804Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
462 | 2025-01-11T04:24:33.804Z | | |
463 | 2025-01-11T04:24:33.804Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
464 | 2025-01-11T04:24:33.804Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
465 | 2025-01-11T04:24:33.804Z | | |
466 | 2025-01-11T04:24:33.804Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
467 | 2025-01-11T04:24:33.805Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
468 | 2025-01-11T04:24:33.805Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
469 | 2025-01-11T04:24:33.805Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
470 | 2025-01-11T04:24:33.805Z | |
471 | 2025-01-11T04:24:33.825Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
472 | 2025-01-11T04:24:33.825Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
473 | 2025-01-11T04:24:33.825Z | | |
474 | 2025-01-11T04:24:33.825Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
475 | 2025-01-11T04:24:33.825Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
476 | 2025-01-11T04:24:33.825Z | | |
477 | 2025-01-11T04:24:33.825Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
478 | 2025-01-11T04:24:33.825Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
479 | 2025-01-11T04:24:33.825Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
480 | 2025-01-11T04:24:33.825Z | |
481 | 2025-01-11T04:24:33.839Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
482 | 2025-01-11T04:24:33.839Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
483 | 2025-01-11T04:24:33.839Z | | |
484 | 2025-01-11T04:24:33.839Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
485 | 2025-01-11T04:24:33.839Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
486 | 2025-01-11T04:24:33.839Z | | |
487 | 2025-01-11T04:24:33.839Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
488 | 2025-01-11T04:24:33.839Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
489 | 2025-01-11T04:24:33.840Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
490 | 2025-01-11T04:24:33.840Z | |
491 | 2025-01-11T04:24:34.676Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
492 | 2025-01-11T04:24:34.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.60s |
493 | 2025-01-11T04:24:34.717Z | |
494 | 2025-01-11T04:24:34.720Z | real 35.776310519 |
495 | 2025-01-11T04:24:34.720Z | user 2:22.274585583 |
496 | 2025-01-11T04:24:34.720Z | sys 20.831795762 |
497 | 2025-01-11T04:24:34.720Z | trap 0.083444056 |
498 | 2025-01-11T04:24:34.720Z | tflt 0.388221731 |
499 | 2025-01-11T04:24:34.720Z | dflt 0.585482583 |
500 | 2025-01-11T04:24:34.720Z | kflt 0.000047184 |
501 | 2025-01-11T04:24:34.720Z | lock 3:29.893824461 |
502 | 2025-01-11T04:24:34.721Z | slp 8:50.747569466 |
503 | 2025-01-11T04:24:34.721Z | lat 5.639565361 |
504 | 2025-01-11T04:24:34.721Z | stop 8.458712905 |
505 | 2025-01-11T04:24:34.721Z | + header 'analyze no_std + engine + kernel' |
506 | 2025-01-11T04:24:34.722Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
507 | 2025-01-11T04:24:34.722Z | # ==== analyze no_std + engine + kernel ==== # |
508 | 2025-01-11T04:24:34.722Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
509 | 2025-01-11T04:24:35.019Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
510 | 2025-01-11T04:24:35.019Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
511 | 2025-01-11T04:24:35.022Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
512 | 2025-01-11T04:24:35.022Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
513 | 2025-01-11T04:24:35.176Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
514 | 2025-01-11T04:24:41.985Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
515 | 2025-01-11T04:24:43.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
516 | 2025-01-11T04:24:43.928Z | |
517 | 2025-01-11T04:24:43.931Z | real 9.202922115 |
518 | 2025-01-11T04:24:43.931Z | user 9.853958151 |
519 | 2025-01-11T04:24:43.931Z | sys 1.288218505 |
520 | 2025-01-11T04:24:43.931Z | trap 0.002345197 |
521 | 2025-01-11T04:24:43.931Z | tflt 0.005216382 |
522 | 2025-01-11T04:24:43.931Z | dflt 0.001614888 |
523 | 2025-01-11T04:24:43.931Z | kflt 0.000000000 |
524 | 2025-01-11T04:24:43.931Z | lock 31.002634349 |
525 | 2025-01-11T04:24:43.931Z | slp 32.892411857 |
526 | 2025-01-11T04:24:43.931Z | lat 0.035521012 |
527 | 2025-01-11T04:24:43.931Z | stop 0.171273348 |
528 | 2025-01-11T04:24:43.931Z | + header test |
529 | 2025-01-11T04:24:43.931Z | + echo '# ==== test ==== #' |
530 | 2025-01-11T04:24:43.931Z | # ==== test ==== # |
531 | 2025-01-11T04:24:43.931Z | + ptime -m cargo test |
532 | 2025-01-11T04:24:44.226Z | Compiling unicode-ident v1.0.14 |
533 | 2025-01-11T04:24:44.226Z | Compiling memchr v2.7.4 |
534 | 2025-01-11T04:24:44.230Z | Compiling byteorder v1.5.0 |
535 | 2025-01-11T04:24:44.230Z | Compiling ucd-trie v0.1.7 |
536 | 2025-01-11T04:24:44.230Z | Compiling itoa v1.0.14 |
537 | 2025-01-11T04:24:44.230Z | Compiling ryu v1.0.18 |
538 | 2025-01-11T04:24:44.243Z | Compiling libc v0.2.169 |
539 | 2025-01-11T04:24:44.254Z | Compiling plain v0.2.3 |
540 | 2025-01-11T04:24:44.366Z | Compiling proc-macro2 v1.0.92 |
541 | 2025-01-11T04:24:44.391Z | Compiling log v0.4.22 |
542 | 2025-01-11T04:24:44.420Z | Compiling futures-sink v0.3.31 |
543 | 2025-01-11T04:24:44.539Z | Compiling futures-core v0.3.31 |
544 | 2025-01-11T04:24:44.542Z | Compiling slab v0.4.9 |
545 | 2025-01-11T04:24:44.614Z | Compiling hash32 v0.3.1 |
546 | 2025-01-11T04:24:44.721Z | Compiling futures-channel v0.3.31 |
547 | 2025-01-11T04:24:44.750Z | Compiling futures-task v0.3.31 |
548 | 2025-01-11T04:24:44.780Z | Compiling pin-utils v0.1.0 |
549 | 2025-01-11T04:24:44.798Z | Compiling thread-id v4.2.2 |
550 | 2025-01-11T04:24:44.815Z | Compiling futures-io v0.3.31 |
551 | 2025-01-11T04:24:44.854Z | Compiling pin-project-lite v0.2.15 |
552 | 2025-01-11T04:24:44.866Z | Compiling cfg-if v1.0.0 |
553 | 2025-01-11T04:24:44.880Z | Compiling pretty-hex v0.4.1 |
554 | 2025-01-11T04:24:44.935Z | Compiling macaddr v1.0.1 |
555 | 2025-01-11T04:24:44.957Z | Compiling stable_deref_trait v1.2.0 |
556 | 2025-01-11T04:24:44.994Z | Compiling bitflags v1.3.2 |
557 | 2025-01-11T04:24:45.037Z | Compiling heapless v0.8.0 |
558 | 2025-01-11T04:24:45.044Z | Compiling quote v1.0.38 |
559 | 2025-01-11T04:24:45.058Z | Compiling cobs v0.2.3 |
560 | 2025-01-11T04:24:45.061Z | Compiling managed v0.8.0 |
561 | 2025-01-11T04:24:45.076Z | Compiling aho-corasick v1.1.3 |
562 | 2025-01-11T04:24:45.268Z | Compiling memmap v0.7.0 |
563 | 2025-01-11T04:24:45.328Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
564 | 2025-01-11T04:24:45.434Z | Compiling syn v2.0.95 |
565 | 2025-01-11T04:24:45.675Z | Compiling either v1.13.0 |
566 | 2025-01-11T04:24:45.688Z | Compiling minimal-lexical v0.2.1 |
567 | 2025-01-11T04:24:45.833Z | Compiling ipnetwork v0.20.0 |
568 | 2025-01-11T04:24:45.910Z | Compiling smoltcp v0.11.0 |
569 | 2025-01-11T04:24:45.975Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
570 | 2025-01-11T04:24:46.004Z | Compiling unicode-width v0.2.0 |
571 | 2025-01-11T04:24:46.133Z | Compiling nom v7.1.3 |
572 | 2025-01-11T04:24:46.164Z | Compiling itertools v0.13.0 |
573 | 2025-01-11T04:24:46.415Z | Compiling crc32fast v1.4.2 |
574 | 2025-01-11T04:24:46.505Z | Compiling tabwriter v1.4.1 |
575 | 2025-01-11T04:24:46.683Z | Compiling dyn-clone v1.0.17 |
576 | 2025-01-11T04:24:46.876Z | Compiling regex-automata v0.4.9 |
577 | 2025-01-11T04:24:46.919Z | Compiling circular v0.3.0 |
578 | 2025-01-11T04:24:47.230Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
579 | 2025-01-11T04:24:47.548Z | Compiling base64 v0.21.7 |
580 | 2025-01-11T04:24:48.912Z | Compiling rusticata-macros v4.1.0 |
581 | 2025-01-11T04:24:49.932Z | Compiling regex v1.11.1 |
582 | 2025-01-11T04:24:50.598Z | Compiling darling_core v0.20.10 |
583 | 2025-01-11T04:24:52.110Z | Compiling serde_derive v1.0.217 |
584 | 2025-01-11T04:24:52.110Z | Compiling thiserror-impl v2.0.11 |
585 | 2025-01-11T04:24:52.278Z | Compiling thiserror-impl v1.0.69 |
586 | 2025-01-11T04:24:52.350Z | Compiling zerocopy-derive v0.7.35 |
587 | 2025-01-11T04:24:52.370Z | Compiling scroll_derive v0.12.0 |
588 | 2025-01-11T04:24:52.412Z | Compiling zerocopy-derive v0.8.14 |
589 | 2025-01-11T04:24:52.866Z | Compiling futures-macro v0.3.31 |
590 | 2025-01-11T04:24:53.791Z | Compiling scroll v0.12.0 |
591 | 2025-01-11T04:24:54.220Z | Compiling zerocopy v0.7.35 |
592 | 2025-01-11T04:24:54.280Z | Compiling goblin v0.8.2 |
593 | 2025-01-11T04:24:54.663Z | Compiling futures-util v0.3.31 |
594 | 2025-01-11T04:24:54.876Z | Compiling thiserror v2.0.11 |
595 | 2025-01-11T04:24:54.903Z | Compiling thiserror v1.0.69 |
596 | 2025-01-11T04:24:54.999Z | Compiling pest v2.7.15 |
597 | 2025-01-11T04:24:55.020Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
598 | 2025-01-11T04:24:55.035Z | Compiling zerocopy v0.8.14 |
599 | 2025-01-11T04:24:55.397Z | Compiling ctor v0.2.9 |
600 | 2025-01-11T04:24:55.787Z | Compiling darling_macro v0.20.10 |
601 | 2025-01-11T04:24:56.795Z | Compiling darling v0.20.10 |
602 | 2025-01-11T04:24:56.889Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
603 | 2025-01-11T04:24:56.889Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
604 | 2025-01-11T04:24:57.369Z | Compiling pest_meta v2.7.15 |
605 | 2025-01-11T04:24:57.782Z | Compiling serde v1.0.217 |
606 | 2025-01-11T04:24:58.376Z | Compiling pest_generator v2.7.15 |
607 | 2025-01-11T04:24:59.501Z | Compiling futures-executor v0.3.31 |
608 | 2025-01-11T04:24:59.735Z | Compiling futures v0.3.31 |
609 | 2025-01-11T04:24:59.830Z | Compiling cookie-factory v0.3.3 |
610 | 2025-01-11T04:24:59.908Z | Compiling pest_derive v2.7.15 |
611 | 2025-01-11T04:25:00.384Z | Compiling pcap-parser v0.16.0 |
612 | 2025-01-11T04:25:00.865Z | Compiling dtrace-parser v0.2.0 |
613 | 2025-01-11T04:25:02.224Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
614 | 2025-01-11T04:25:02.447Z | Compiling serde_json v1.0.134 |
615 | 2025-01-11T04:25:02.447Z | Compiling bitflags v2.6.0 |
616 | 2025-01-11T04:25:02.450Z | Compiling postcard v1.1.1 |
617 | 2025-01-11T04:25:02.450Z | Compiling uuid v1.11.0 |
618 | 2025-01-11T04:25:02.738Z | Compiling serde_tokenstream v0.2.2 |
619 | 2025-01-11T04:25:02.745Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
620 | 2025-01-11T04:25:02.771Z | Compiling ron v0.8.1 |
621 | 2025-01-11T04:25:03.664Z | Compiling dof v0.3.0 |
622 | 2025-01-11T04:25:04.302Z | Compiling usdt-impl v0.5.0 |
623 | 2025-01-11T04:25:04.461Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
624 | 2025-01-11T04:25:05.128Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2025-01-11T04:25:05.128Z | Compiling usdt-macro v0.5.0 |
626 | 2025-01-11T04:25:06.201Z | Compiling usdt v0.5.0 |
627 | 2025-01-11T04:25:11.240Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
628 | 2025-01-11T04:25:13.272Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
629 | 2025-01-11T04:25:26.393Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.40s |
630 | 2025-01-11T04:25:26.416Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f3b3e5fafe02bd33) |
631 | 2025-01-11T04:25:26.431Z | |
632 | 2025-01-11T04:25:26.432Z | running 9 tests |
633 | 2025-01-11T04:25:26.434Z | test api::tests::parse_bad_proto_filter ... ok |
634 | 2025-01-11T04:25:26.434Z | test api::tests::parse_good_proto_filter ... ok |
635 | 2025-01-11T04:25:26.434Z | test api::tests::parse_bad_address ... ok |
636 | 2025-01-11T04:25:26.434Z | test api::tests::ports_from_str_good ... ok |
637 | 2025-01-11T04:25:26.434Z | test api::tests::ports_from_str_bad ... ok |
638 | 2025-01-11T04:25:26.434Z | test api::tests::parse_good_address ... ok |
639 | 2025-01-11T04:25:26.434Z | test cfg::tests::test_required_nat_space ... ok |
640 | 2025-01-11T04:25:26.434Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
641 | 2025-01-11T04:25:26.434Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
642 | 2025-01-11T04:25:26.434Z | |
643 | 2025-01-11T04:25:26.434Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
644 | 2025-01-11T04:25:26.434Z | |
645 | 2025-01-11T04:25:26.434Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-9911398b3d13b3bb) |
646 | 2025-01-11T04:25:26.438Z | |
647 | 2025-01-11T04:25:26.438Z | running 4 tests |
648 | 2025-01-11T04:25:26.441Z | test firewall_external_inbound ... ok |
649 | 2025-01-11T04:25:26.441Z | test firewall_vni_outbound ... ok |
650 | 2025-01-11T04:25:26.444Z | test firewall_vni_inbound ... ok |
651 | 2025-01-11T04:25:26.444Z | test firewall_replace_rules ... ok |
652 | 2025-01-11T04:25:26.444Z | |
653 | 2025-01-11T04:25:26.444Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
654 | 2025-01-11T04:25:26.444Z | |
655 | 2025-01-11T04:25:26.444Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-387daa5ab806c282) |
656 | 2025-01-11T04:25:26.448Z | |
657 | 2025-01-11T04:25:26.448Z | running 2 tests |
658 | 2025-01-11T04:25:26.450Z | test parse_in_regression ... ok |
659 | 2025-01-11T04:25:26.450Z | test parse_out_regression ... ok |
660 | 2025-01-11T04:25:26.450Z | |
661 | 2025-01-11T04:25:26.450Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
662 | 2025-01-11T04:25:26.451Z | |
663 | 2025-01-11T04:25:26.451Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c115444e4bb5196c) |
664 | 2025-01-11T04:25:26.456Z | |
665 | 2025-01-11T04:25:26.456Z | running 38 tests |
666 | 2025-01-11T04:25:26.459Z | test bad_ip_len ... ok |
667 | 2025-01-11T04:25:26.461Z | test check_layers ... ok |
668 | 2025-01-11T04:25:26.461Z | test add_remove_fw_rule ... ok |
669 | 2025-01-11T04:25:26.461Z | test arp_gateway ... ok |
670 | 2025-01-11T04:25:26.461Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
671 | 2025-01-11T04:25:26.461Z | test anti_spoof ... ok |
672 | 2025-01-11T04:25:26.464Z | test flow_expiration ... ok |
673 | 2025-01-11T04:25:26.464Z | test gateway_icmp4_ping ... ok |
674 | 2025-01-11T04:25:26.464Z | test gateway_icmpv6_ping ... ok |
675 | 2025-01-11T04:25:26.464Z | test external_ip_epoch_affinity_preserved ... ok |
676 | 2025-01-11T04:25:26.465Z | test gateway_router_advert_reply ... ok |
677 | 2025-01-11T04:25:26.465Z | test early_tcp_invalidation ... ok |
678 | 2025-01-11T04:25:26.465Z | test guest_to_guest_no_route ... ok |
679 | 2025-01-11T04:25:26.465Z | test external_ip_reconfigurable ... ok |
680 | 2025-01-11T04:25:26.468Z | test guest_to_guest_diff_vpc_no_peer ... ok |
681 | 2025-01-11T04:25:26.468Z | test guest_to_internet_ipv4 ... ok |
682 | 2025-01-11T04:25:26.468Z | test inbound_ndp_dropped_at_gateway ... ok |
683 | 2025-01-11T04:25:26.468Z | test guest_to_internet_ipv6 ... ok |
684 | 2025-01-11T04:25:26.468Z | test guest_to_guest ... ok |
685 | 2025-01-11T04:25:26.468Z | test no_panic_on_flow_table_full ... ok |
686 | 2025-01-11T04:25:26.468Z | test intra_subnet_routes_with_custom ... ok |
687 | 2025-01-11T04:25:26.468Z | test packet_body_pullup ... ok |
688 | 2025-01-11T04:25:26.468Z | test outbound_ndp_dropped ... ok |
689 | 2025-01-11T04:25:26.468Z | test port_transition_reset ... ok |
690 | 2025-01-11T04:25:26.468Z | test port_transition_running ... ok |
691 | 2025-01-11T04:25:26.470Z | test port_as_router_target ... ok |
692 | 2025-01-11T04:25:26.470Z | test port_transition_pause ... ok |
693 | 2025-01-11T04:25:26.470Z | test snat_icmp4_echo_rewrite ... ok |
694 | 2025-01-11T04:25:26.470Z | test select_eip_conditioned_on_igw ... ok |
695 | 2025-01-11T04:25:26.470Z | test snat_icmp6_echo_rewrite ... ok |
696 | 2025-01-11T04:25:26.470Z | test external_ip_receive_and_reply_on_all ... ok |
697 | 2025-01-11T04:25:26.470Z | test tcp_inbound ... ok |
698 | 2025-01-11T04:25:26.471Z | test test_gateway_neighbor_advert_reply ... ok |
699 | 2025-01-11T04:25:26.471Z | test external_ip_balanced_over_floating_ips ... ok |
700 | 2025-01-11T04:25:26.473Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
701 | 2025-01-11T04:25:26.473Z | test tcp_outbound ... ok |
702 | 2025-01-11T04:25:26.473Z | test uft_lft_invalidation_in ... ok |
703 | 2025-01-11T04:25:26.474Z | test uft_lft_invalidation_out ... ok |
704 | 2025-01-11T04:25:26.474Z | |
705 | 2025-01-11T04:25:26.474Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
706 | 2025-01-11T04:25:26.474Z | |
707 | 2025-01-11T04:25:26.474Z | Doc-tests oxide_vpc |
708 | 2025-01-11T04:25:26.777Z | |
709 | 2025-01-11T04:25:26.777Z | running 0 tests |
710 | 2025-01-11T04:25:26.777Z | |
711 | 2025-01-11T04:25:26.779Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
712 | 2025-01-11T04:25:26.779Z | |
713 | 2025-01-11T04:25:26.803Z | |
714 | 2025-01-11T04:25:26.806Z | real 42.857606912 |
715 | 2025-01-11T04:25:26.806Z | user 3:03.345918193 |
716 | 2025-01-11T04:25:26.806Z | sys 21.263580982 |
717 | 2025-01-11T04:25:26.806Z | trap 0.098221890 |
718 | 2025-01-11T04:25:26.806Z | tflt 0.204832883 |
719 | 2025-01-11T04:25:26.806Z | dflt 0.514565519 |
720 | 2025-01-11T04:25:26.806Z | kflt 0.000029266 |
721 | 2025-01-11T04:25:26.806Z | lock 4:59.579869825 |
722 | 2025-01-11T04:25:26.806Z | slp 9:52.224921902 |
723 | 2025-01-11T04:25:26.806Z | lat 5.957512948 |
724 | 2025-01-11T04:25:26.806Z | stop 7.381028729 |
725 | 2025-01-11T04:25:26.806Z | process exited: duration 144733 ms, exit code 0 |
|
726 | 2025-01-11T04:25:26.811Z | found 0 output files |