|
|
|
1 | 2024-12-28T04:20:53.861Z | job assigned to worker 01JG5QW135CV4KMQNQSDVHWFAE [factory aws, i-013e5146fb569014b] (queued for 1 m 6 s) |
|
2 | 2024-12-28T04:21:01.821Z | starting task 0: "setup" |
3 | 2024-12-28T04:21:01.830Z | ++ uname -s |
4 | 2024-12-28T04:21:01.833Z | + kern=SunOS |
5 | 2024-12-28T04:21:01.833Z | + case "$kern" in |
6 | 2024-12-28T04:21:01.833Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:21:01.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:21:03.845Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:21:03.975Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:21:03.978Z | + home_fs=zfs |
11 | 2024-12-28T04:21:03.978Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:21:03.978Z | + mkdir -p /home/build |
13 | 2024-12-28T04:21:03.981Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:21:05.982Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:21:05.985Z | process exited: duration 4165 ms, exit code 0 |
|
16 | 2024-12-28T04:21:05.990Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:21:05.995Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:21:05.995Z | ' nightly-2024-11-18 |
19 | 2024-12-28T04:21:05.995Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-28T04:21:05.995Z | * toolchain profile = "default" |
21 | 2024-12-28T04:21:05.995Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-28T04:21:05.995Z | ' default |
23 | 2024-12-28T04:21:05.998Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:21:05.998Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-28T04:21:06.092Z | info: downloading installer |
26 | 2024-12-28T04:21:07.408Z | info: profile set to 'default' |
27 | 2024-12-28T04:21:07.408Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:21:07.411Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-28T04:21:07.570Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-28T04:21:07.570Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:21:08.460Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:21:08.802Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:21:10.094Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:21:12.062Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:21:18.990Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:21:19.252Z | info: installing component 'cargo' |
37 | 2024-12-28T04:21:20.093Z | info: installing component 'clippy' |
38 | 2024-12-28T04:21:20.471Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:21:22.160Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:21:23.999Z | info: installing component 'rustc' |
41 | 2024-12-28T04:21:30.016Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:21:30.343Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-28T04:21:30.343Z | |
44 | 2024-12-28T04:21:30.731Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-28T04:21:30.731Z | |
46 | 2024-12-28T04:21:30.733Z | |
47 | 2024-12-28T04:21:30.733Z | Rust is installed now. Great! |
48 | 2024-12-28T04:21:30.733Z | |
49 | 2024-12-28T04:21:30.733Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:21:30.733Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:21:30.733Z | |
52 | 2024-12-28T04:21:30.733Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:21:30.733Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:21:30.733Z | |
55 | 2024-12-28T04:21:30.734Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:21:30.734Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:21:30.734Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:21:30.809Z | + rustc --version |
59 | 2024-12-28T04:21:30.876Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-28T04:21:30.879Z | process exited: duration 24886 ms, exit code 0 |
|
61 | 2024-12-28T04:21:30.885Z | starting task 2: "authentication" |
62 | 2024-12-28T04:21:30.905Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:21:30.910Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:21:30.915Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-28T04:21:30.917Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-28T04:21:30.961Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-28T04:21:31.745Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-28T04:21:31.748Z | + git fetch origin f13190044a6b9b6204668730f098078a8fd820c8 |
69 | 2024-12-28T04:21:32.029Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-28T04:21:32.029Z | * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD |
71 | 2024-12-28T04:21:32.037Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:21:32.040Z | ++ git branch --show-current |
73 | 2024-12-28T04:21:32.042Z | + current=master |
74 | 2024-12-28T04:21:32.042Z | + [[ master != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:21:32.042Z | + git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8 |
76 | 2024-12-28T04:21:32.045Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:21:32.066Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:21:32.070Z | + git reset --hard f13190044a6b9b6204668730f098078a8fd820c8 |
79 | 2024-12-28T04:21:32.088Z | HEAD is now at f131900 Update Rust crate serde to v1.0.217 |
80 | 2024-12-28T04:21:32.091Z | process exited: duration 1179 ms, exit code 0 |
|
81 | 2024-12-28T04:21:32.096Z | starting task 4: "build" |
82 | 2024-12-28T04:21:32.101Z | + cargo --version |
83 | 2024-12-28T04:21:32.106Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:21:32.249Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-28T04:21:32.249Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:21:32.988Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:21:33.267Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:21:34.286Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:21:35.764Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:21:41.353Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:21:41.566Z | info: installing component 'cargo' |
92 | 2024-12-28T04:21:42.389Z | info: installing component 'clippy' |
93 | 2024-12-28T04:21:42.764Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:21:44.469Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:21:46.143Z | info: installing component 'rustc' |
96 | 2024-12-28T04:21:51.844Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:21:52.252Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-28T04:21:52.254Z | + rustc --version |
99 | 2024-12-28T04:21:52.324Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-28T04:21:52.328Z | + cd lib/oxide-vpc |
101 | 2024-12-28T04:21:52.331Z | + header 'check style' |
102 | 2024-12-28T04:21:52.331Z | + echo '# ==== check style ==== #' |
103 | 2024-12-28T04:21:52.331Z | # ==== check style ==== # |
104 | 2024-12-28T04:21:52.331Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-28T04:21:52.593Z | |
106 | 2024-12-28T04:21:52.593Z | real 0.260744572 |
107 | 2024-12-28T04:21:52.593Z | user 0.168073678 |
108 | 2024-12-28T04:21:52.593Z | sys 0.087924344 |
109 | 2024-12-28T04:21:52.594Z | trap 0.000009718 |
110 | 2024-12-28T04:21:52.594Z | tflt 0.000000000 |
111 | 2024-12-28T04:21:52.594Z | dflt 0.000000000 |
112 | 2024-12-28T04:21:52.594Z | kflt 0.000000000 |
113 | 2024-12-28T04:21:52.594Z | lock 0.000000000 |
114 | 2024-12-28T04:21:52.594Z | slp 0.176847283 |
115 | 2024-12-28T04:21:52.594Z | lat 0.000257019 |
116 | 2024-12-28T04:21:52.594Z | stop 0.000129888 |
117 | 2024-12-28T04:21:52.596Z | + header 'check docs' |
118 | 2024-12-28T04:21:52.596Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-28T04:21:52.596Z | # ==== check docs ==== # |
120 | 2024-12-28T04:21:52.597Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-28T04:21:52.597Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-28T04:21:52.701Z | Updating crates.io index |
123 | 2024-12-28T04:21:52.704Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-28T04:21:53.594Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-28T04:21:53.895Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-28T04:21:54.252Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-28T04:21:54.576Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-28T04:21:54.862Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-28T04:21:55.131Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-28T04:21:55.439Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-28T04:21:55.703Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-28T04:21:56.622Z | Downloading crates ... |
133 | 2024-12-28T04:21:56.691Z | Downloaded uuid v1.11.0 |
134 | 2024-12-28T04:21:56.701Z | Downloaded usdt-macro v0.5.0 |
135 | 2024-12-28T04:21:56.709Z | Downloaded scroll_derive v0.12.0 |
136 | 2024-12-28T04:21:56.713Z | Downloaded darling_macro v0.20.10 |
137 | 2024-12-28T04:21:56.721Z | Downloaded usdt-attr-macro v0.5.0 |
138 | 2024-12-28T04:21:56.723Z | Downloaded pretty-hex v0.4.1 |
139 | 2024-12-28T04:21:56.726Z | Downloaded dtrace-parser v0.2.0 |
140 | 2024-12-28T04:21:56.728Z | Downloaded ident_case v1.0.1 |
141 | 2024-12-28T04:21:56.731Z | Downloaded usdt v0.5.0 |
142 | 2024-12-28T04:21:56.734Z | Downloaded embedded-io v0.4.0 |
143 | 2024-12-28T04:21:56.734Z | Downloaded block-buffer v0.10.4 |
144 | 2024-12-28T04:21:56.736Z | Downloaded thiserror-impl v2.0.9 |
145 | 2024-12-28T04:21:56.736Z | Downloaded defmt-macros v0.4.0 |
146 | 2024-12-28T04:21:56.739Z | Downloaded digest v0.10.7 |
147 | 2024-12-28T04:21:56.741Z | Downloaded version_check v0.9.5 |
148 | 2024-12-28T04:21:56.742Z | Downloaded defmt-parser v0.4.1 |
149 | 2024-12-28T04:21:56.744Z | Downloaded cpufeatures v0.2.16 |
150 | 2024-12-28T04:21:56.744Z | Downloaded cobs v0.2.3 |
151 | 2024-12-28T04:21:56.744Z | Downloaded thiserror-impl v1.0.69 |
152 | 2024-12-28T04:21:56.747Z | Downloaded bitflags v1.3.2 |
153 | 2024-12-28T04:21:56.750Z | Downloaded cfg-if v1.0.0 |
154 | 2024-12-28T04:21:56.750Z | Downloaded tabwriter v1.4.0 |
155 | 2024-12-28T04:21:56.752Z | Downloaded serde_derive v1.0.217 |
156 | 2024-12-28T04:21:56.754Z | Downloaded thiserror v1.0.69 |
157 | 2024-12-28T04:21:56.757Z | Downloaded serde_tokenstream v0.2.2 |
158 | 2024-12-28T04:21:56.760Z | Downloaded strsim v0.11.1 |
159 | 2024-12-28T04:21:56.760Z | Downloaded plain v0.2.3 |
160 | 2024-12-28T04:21:56.762Z | Downloaded itoa v1.0.14 |
161 | 2024-12-28T04:21:56.762Z | Downloaded hash32 v0.3.1 |
162 | 2024-12-28T04:21:56.763Z | Downloaded either v1.13.0 |
163 | 2024-12-28T04:21:56.765Z | Downloaded generic-array v0.14.7 |
164 | 2024-12-28T04:21:56.765Z | Downloaded crypto-common v0.1.6 |
165 | 2024-12-28T04:21:56.768Z | Downloaded macaddr v1.0.1 |
166 | 2024-12-28T04:21:56.768Z | Downloaded dyn-clone v1.0.17 |
167 | 2024-12-28T04:21:56.770Z | Downloaded embedded-io v0.6.1 |
168 | 2024-12-28T04:21:56.771Z | Downloaded dof v0.3.0 |
169 | 2024-12-28T04:21:56.771Z | Downloaded byteorder v1.5.0 |
170 | 2024-12-28T04:21:56.773Z | Downloaded thread-id v4.2.2 |
171 | 2024-12-28T04:21:56.781Z | Downloaded pest_derive v2.7.15 |
172 | 2024-12-28T04:21:56.783Z | Downloaded fnv v1.0.7 |
173 | 2024-12-28T04:21:56.788Z | Downloaded managed v0.8.0 |
174 | 2024-12-28T04:21:56.790Z | Downloaded scroll v0.12.0 |
175 | 2024-12-28T04:21:56.790Z | Downloaded darling v0.20.10 |
176 | 2024-12-28T04:21:56.794Z | Downloaded usdt-impl v0.5.0 |
177 | 2024-12-28T04:21:56.797Z | Downloaded crc32fast v1.4.2 |
178 | 2024-12-28T04:21:56.799Z | Downloaded postcard v1.1.1 |
179 | 2024-12-28T04:21:56.803Z | Downloaded quote v1.0.37 |
180 | 2024-12-28T04:21:56.805Z | Downloaded thiserror v2.0.9 |
181 | 2024-12-28T04:21:56.810Z | Downloaded ucd-trie v0.1.7 |
182 | 2024-12-28T04:21:56.814Z | Downloaded typenum v1.17.0 |
183 | 2024-12-28T04:21:56.816Z | Downloaded ryu v1.0.18 |
184 | 2024-12-28T04:21:56.819Z | Downloaded pest_meta v2.7.15 |
185 | 2024-12-28T04:21:56.819Z | Downloaded once_cell v1.20.2 |
186 | 2024-12-28T04:21:56.821Z | Downloaded log v0.4.22 |
187 | 2024-12-28T04:21:56.824Z | Downloaded bitflags v2.6.0 |
188 | 2024-12-28T04:21:56.829Z | Downloaded proc-macro2 v1.0.92 |
189 | 2024-12-28T04:21:56.829Z | Downloaded sha2 v0.10.8 |
190 | 2024-12-28T04:21:56.832Z | Downloaded proc-macro-error2 v2.0.1 |
191 | 2024-12-28T04:21:56.834Z | Downloaded pest_generator v2.7.15 |
192 | 2024-12-28T04:21:56.836Z | Downloaded defmt v0.3.10 |
193 | 2024-12-28T04:21:56.839Z | Downloaded unicode-ident v1.0.14 |
194 | 2024-12-28T04:21:56.841Z | Downloaded proc-macro-error-attr2 v2.0.0 |
195 | 2024-12-28T04:21:56.841Z | Downloaded heapless v0.8.0 |
196 | 2024-12-28T04:21:56.844Z | Downloaded memmap v0.7.0 |
197 | 2024-12-28T04:21:56.847Z | Downloaded ipnetwork v0.20.0 |
198 | 2024-12-28T04:21:56.849Z | Downloaded stable_deref_trait v1.2.0 |
199 | 2024-12-28T04:21:56.849Z | Downloaded serde v1.0.217 |
200 | 2024-12-28T04:21:56.851Z | Downloaded zerocopy-derive v0.8.13 |
201 | 2024-12-28T04:21:56.863Z | Downloaded zerocopy-derive v0.7.35 |
202 | 2024-12-28T04:21:56.874Z | Downloaded memchr v2.7.4 |
203 | 2024-12-28T04:21:56.882Z | Downloaded darling_core v0.20.10 |
204 | 2024-12-28T04:21:56.904Z | Downloaded pest v2.7.15 |
205 | 2024-12-28T04:21:56.909Z | Downloaded itertools v0.13.0 |
206 | 2024-12-28T04:21:56.915Z | Downloaded zerocopy v0.7.35 |
207 | 2024-12-28T04:21:56.929Z | Downloaded serde_json v1.0.134 |
208 | 2024-12-28T04:21:56.935Z | Downloaded goblin v0.8.2 |
209 | 2024-12-28T04:21:56.954Z | Downloaded aho-corasick v1.1.3 |
210 | 2024-12-28T04:21:56.967Z | Downloaded zerocopy v0.8.13 |
211 | 2024-12-28T04:21:56.988Z | Downloaded unicode-width v0.1.14 |
212 | 2024-12-28T04:21:56.994Z | Downloaded regex v1.11.1 |
213 | 2024-12-28T04:21:57.013Z | Downloaded syn v2.0.91 |
214 | 2024-12-28T04:21:57.024Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-28T04:21:57.035Z | Downloaded regex-syntax v0.8.5 |
216 | 2024-12-28T04:21:57.067Z | Downloaded regex-automata v0.4.9 |
217 | 2024-12-28T04:21:57.083Z | Downloaded libc v0.2.169 |
218 | 2024-12-28T04:21:57.241Z | Compiling proc-macro2 v1.0.92 |
219 | 2024-12-28T04:21:57.241Z | Compiling unicode-ident v1.0.14 |
220 | 2024-12-28T04:21:57.244Z | Documenting unicode-ident v1.0.14 |
221 | 2024-12-28T04:21:57.244Z | Compiling fnv v1.0.7 |
222 | 2024-12-28T04:21:57.244Z | Compiling strsim v0.11.1 |
223 | 2024-12-28T04:21:57.244Z | Compiling ident_case v1.0.1 |
224 | 2024-12-28T04:21:57.244Z | Compiling serde v1.0.217 |
225 | 2024-12-28T04:21:57.420Z | Compiling memchr v2.7.4 |
226 | 2024-12-28T04:21:57.542Z | Compiling zerocopy v0.8.13 |
227 | 2024-12-28T04:21:57.881Z | Compiling regex-syntax v0.8.5 |
228 | 2024-12-28T04:21:57.898Z | Checking byteorder v1.5.0 |
229 | 2024-12-28T04:21:57.959Z | Compiling either v1.13.0 |
230 | 2024-12-28T04:21:57.990Z | Documenting ident_case v1.0.1 |
231 | 2024-12-28T04:21:58.231Z | Documenting proc-macro2 v1.0.92 |
232 | 2024-12-28T04:21:58.323Z | Compiling aho-corasick v1.1.3 |
233 | 2024-12-28T04:21:58.376Z | Compiling itertools v0.13.0 |
234 | 2024-12-28T04:21:58.825Z | Compiling quote v1.0.37 |
235 | 2024-12-28T04:21:59.157Z | Checking syn v2.0.91 |
236 | 2024-12-28T04:21:59.414Z | Documenting quote v1.0.37 |
237 | 2024-12-28T04:21:59.414Z | Documenting fnv v1.0.7 |
238 | 2024-12-28T04:22:00.387Z | Compiling heapless v0.8.0 |
239 | 2024-12-28T04:22:00.427Z | Documenting syn v2.0.91 |
240 | 2024-12-28T04:22:00.920Z | Documenting strsim v0.11.1 |
241 | 2024-12-28T04:22:01.498Z | Compiling regex-automata v0.4.9 |
242 | 2024-12-28T04:22:01.815Z | Checking hash32 v0.3.1 |
243 | 2024-12-28T04:22:01.970Z | Checking cfg-if v1.0.0 |
244 | 2024-12-28T04:22:02.043Z | Checking stable_deref_trait v1.2.0 |
245 | 2024-12-28T04:22:02.130Z | Documenting memchr v2.7.4 |
246 | 2024-12-28T04:22:02.232Z | Checking macaddr v1.0.1 |
247 | 2024-12-28T04:22:02.482Z | Documenting regex-syntax v0.8.5 |
248 | 2024-12-28T04:22:03.260Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-28T04:22:03.422Z | Documenting aho-corasick v1.1.3 |
250 | 2024-12-28T04:22:04.327Z | Checking darling_core v0.20.10 |
251 | 2024-12-28T04:22:04.761Z | Checking bitflags v2.6.0 |
252 | 2024-12-28T04:22:04.937Z | Documenting regex-automata v0.4.9 |
253 | 2024-12-28T04:22:04.994Z | Checking bitflags v1.3.2 |
254 | 2024-12-28T04:22:05.005Z | Checking managed v0.8.0 |
255 | 2024-12-28T04:22:05.097Z | Checking cobs v0.2.3 |
256 | 2024-12-28T04:22:05.380Z | Compiling regex v1.11.1 |
257 | 2024-12-28T04:22:06.214Z | Documenting darling_core v0.20.10 |
258 | 2024-12-28T04:22:06.260Z | Documenting serde_derive v1.0.217 |
259 | 2024-12-28T04:22:07.342Z | Documenting zerocopy-derive v0.8.13 |
260 | 2024-12-28T04:22:07.702Z | Documenting byteorder v1.5.0 |
261 | 2024-12-28T04:22:07.719Z | Documenting regex v1.11.1 |
262 | 2024-12-28T04:22:08.341Z | Checking unicode-width v0.1.14 |
263 | 2024-12-28T04:22:08.370Z | Documenting darling_macro v0.20.10 |
264 | 2024-12-28T04:22:08.493Z | Documenting hash32 v0.3.1 |
265 | 2024-12-28T04:22:08.631Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
266 | 2024-12-28T04:22:08.837Z | Documenting cfg-if v1.0.0 |
267 | 2024-12-28T04:22:08.853Z | Compiling version_check v0.9.5 |
268 | 2024-12-28T04:22:09.137Z | Checking ipnetwork v0.20.0 |
269 | 2024-12-28T04:22:09.398Z | Documenting stable_deref_trait v1.2.0 |
270 | 2024-12-28T04:22:09.407Z | Documenting macaddr v1.0.1 |
271 | 2024-12-28T04:22:09.426Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-12-28T04:22:09.437Z | Documenting bitflags v2.6.0 |
273 | 2024-12-28T04:22:09.518Z | Documenting cobs v0.2.3 |
274 | 2024-12-28T04:22:09.804Z | Documenting managed v0.8.0 |
275 | 2024-12-28T04:22:09.874Z | Compiling serde_derive v1.0.217 |
276 | 2024-12-28T04:22:10.059Z | Compiling zerocopy-derive v0.8.13 |
277 | 2024-12-28T04:22:10.069Z | Documenting heapless v0.8.0 |
278 | 2024-12-28T04:22:10.131Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
279 | 2024-12-28T04:22:10.606Z | Checking tabwriter v1.4.0 |
280 | 2024-12-28T04:22:10.808Z | Checking crc32fast v1.4.2 |
281 | 2024-12-28T04:22:10.916Z | Compiling darling_macro v0.20.10 |
282 | 2024-12-28T04:22:11.002Z | Checking dyn-clone v1.0.17 |
283 | 2024-12-28T04:22:11.051Z | Documenting unicode-width v0.1.14 |
284 | 2024-12-28T04:22:11.133Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
285 | 2024-12-28T04:22:11.186Z | Documenting smoltcp v0.11.0 |
286 | 2024-12-28T04:22:11.188Z | Documenting either v1.13.0 |
287 | 2024-12-28T04:22:11.867Z | Documenting ipnetwork v0.20.0 |
288 | 2024-12-28T04:22:11.897Z | Documenting itertools v0.13.0 |
289 | 2024-12-28T04:22:11.900Z | Compiling darling v0.20.10 |
290 | 2024-12-28T04:22:11.998Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
291 | 2024-12-28T04:22:12.015Z | Documenting darling v0.20.10 |
292 | 2024-12-28T04:22:12.074Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
293 | 2024-12-28T04:22:12.774Z | Documenting zerocopy v0.8.13 |
294 | 2024-12-28T04:22:13.183Z | Documenting tabwriter v1.4.0 |
295 | 2024-12-28T04:22:13.223Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
296 | 2024-12-28T04:22:13.307Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
297 | 2024-12-28T04:22:13.910Z | Documenting crc32fast v1.4.2 |
298 | 2024-12-28T04:22:14.120Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
299 | 2024-12-28T04:22:14.400Z | Documenting dyn-clone v1.0.17 |
300 | 2024-12-28T04:22:14.568Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-12-28T04:22:15.155Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
302 | 2024-12-28T04:22:16.109Z | Documenting serde v1.0.217 |
303 | 2024-12-28T04:22:16.581Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-28T04:22:16.581Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-28T04:22:18.780Z | Checking postcard v1.1.1 |
306 | 2024-12-28T04:22:18.783Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
307 | 2024-12-28T04:22:18.783Z | Documenting postcard v1.1.1 |
308 | 2024-12-28T04:22:18.783Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2024-12-28T04:22:18.783Z | Checking uuid v1.11.0 |
310 | 2024-12-28T04:22:18.783Z | Documenting uuid v1.11.0 |
311 | 2024-12-28T04:22:20.184Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-12-28T04:22:20.184Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2024-12-28T04:22:21.107Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2024-12-28T04:22:25.307Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2024-12-28T04:22:26.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.92s |
316 | 2024-12-28T04:22:26.643Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2024-12-28T04:22:26.665Z | |
318 | 2024-12-28T04:22:26.667Z | real 34.044433419 |
319 | 2024-12-28T04:22:26.668Z | user 2:25.319819169 |
320 | 2024-12-28T04:22:26.668Z | sys 19.609154133 |
321 | 2024-12-28T04:22:26.668Z | trap 0.102804603 |
322 | 2024-12-28T04:22:26.668Z | tflt 0.182663343 |
323 | 2024-12-28T04:22:26.668Z | dflt 0.182030785 |
324 | 2024-12-28T04:22:26.668Z | kflt 0.002607614 |
325 | 2024-12-28T04:22:26.668Z | lock 3:10.829339495 |
326 | 2024-12-28T04:22:26.668Z | slp 7:50.510298918 |
327 | 2024-12-28T04:22:26.668Z | lat 17.988385000 |
328 | 2024-12-28T04:22:26.668Z | stop 11.799339863 |
329 | 2024-12-28T04:22:26.668Z | + header 'analyze std + api + usdt' |
330 | 2024-12-28T04:22:26.668Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2024-12-28T04:22:26.668Z | # ==== analyze std + api + usdt ==== # |
332 | 2024-12-28T04:22:26.668Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2024-12-28T04:22:26.966Z | Downloading crates ... |
334 | 2024-12-28T04:22:27.061Z | Downloaded rusticata-macros v4.1.0 |
335 | 2024-12-28T04:22:27.064Z | Downloaded autocfg v1.4.0 |
336 | 2024-12-28T04:22:27.066Z | Downloaded pin-utils v0.1.0 |
337 | 2024-12-28T04:22:27.069Z | Downloaded futures-core v0.3.31 |
338 | 2024-12-28T04:22:27.069Z | Downloaded futures-io v0.3.31 |
339 | 2024-12-28T04:22:27.072Z | Downloaded pin-project-lite v0.2.15 |
340 | 2024-12-28T04:22:27.074Z | Downloaded futures-task v0.3.31 |
341 | 2024-12-28T04:22:27.077Z | Downloaded futures-sink v0.3.31 |
342 | 2024-12-28T04:22:27.077Z | Downloaded futures-macro v0.3.31 |
343 | 2024-12-28T04:22:27.079Z | Downloaded ctor v0.2.9 |
344 | 2024-12-28T04:22:27.079Z | Downloaded circular v0.3.0 |
345 | 2024-12-28T04:22:27.079Z | Downloaded futures-executor v0.3.31 |
346 | 2024-12-28T04:22:27.082Z | Downloaded slab v0.4.9 |
347 | 2024-12-28T04:22:27.082Z | Downloaded cookie-factory v0.3.3 |
348 | 2024-12-28T04:22:27.086Z | Downloaded futures-channel v0.3.31 |
349 | 2024-12-28T04:22:27.089Z | Downloaded futures v0.3.31 |
350 | 2024-12-28T04:22:27.098Z | Downloaded pcap-parser v0.16.0 |
351 | 2024-12-28T04:22:27.104Z | Downloaded ron v0.8.1 |
352 | 2024-12-28T04:22:27.110Z | Downloaded minimal-lexical v0.2.1 |
353 | 2024-12-28T04:22:27.114Z | Downloaded nom v7.1.3 |
354 | 2024-12-28T04:22:27.119Z | Downloaded base64 v0.21.7 |
355 | 2024-12-28T04:22:27.122Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-28T04:22:27.214Z | Compiling proc-macro2 v1.0.92 |
357 | 2024-12-28T04:22:27.214Z | Compiling unicode-ident v1.0.14 |
358 | 2024-12-28T04:22:27.217Z | Compiling memchr v2.7.4 |
359 | 2024-12-28T04:22:27.217Z | Compiling thiserror v2.0.9 |
360 | 2024-12-28T04:22:27.217Z | Compiling serde v1.0.217 |
361 | 2024-12-28T04:22:27.217Z | Compiling thiserror v1.0.69 |
362 | 2024-12-28T04:22:27.217Z | Compiling version_check v0.9.5 |
363 | 2024-12-28T04:22:27.440Z | Compiling libc v0.2.169 |
364 | 2024-12-28T04:22:27.800Z | Compiling ucd-trie v0.1.7 |
365 | 2024-12-28T04:22:27.857Z | Compiling serde_json v1.0.134 |
366 | 2024-12-28T04:22:28.014Z | Compiling once_cell v1.20.2 |
367 | 2024-12-28T04:22:28.130Z | Compiling ident_case v1.0.1 |
368 | 2024-12-28T04:22:28.140Z | Compiling strsim v0.11.1 |
369 | 2024-12-28T04:22:28.200Z | Checking byteorder v1.5.0 |
370 | 2024-12-28T04:22:28.215Z | Compiling fnv v1.0.7 |
371 | 2024-12-28T04:22:28.281Z | Compiling aho-corasick v1.1.3 |
372 | 2024-12-28T04:22:28.322Z | Compiling autocfg v1.4.0 |
373 | 2024-12-28T04:22:28.340Z | Compiling regex-syntax v0.8.5 |
374 | 2024-12-28T04:22:28.523Z | Compiling itoa v1.0.14 |
375 | 2024-12-28T04:22:28.598Z | Compiling ryu v1.0.18 |
376 | 2024-12-28T04:22:28.776Z | Compiling usdt-impl v0.5.0 |
377 | 2024-12-28T04:22:28.912Z | Compiling quote v1.0.37 |
378 | 2024-12-28T04:22:29.098Z | Compiling slab v0.4.9 |
379 | 2024-12-28T04:22:29.104Z | Compiling zerocopy v0.8.13 |
380 | 2024-12-28T04:22:29.321Z | Compiling syn v2.0.91 |
381 | 2024-12-28T04:22:29.329Z | Compiling either v1.13.0 |
382 | 2024-12-28T04:22:29.450Z | Compiling thread-id v4.2.2 |
383 | 2024-12-28T04:22:29.672Z | Compiling itertools v0.13.0 |
384 | 2024-12-28T04:22:29.847Z | Checking plain v0.2.3 |
385 | 2024-12-28T04:22:29.874Z | Compiling heapless v0.8.0 |
386 | 2024-12-28T04:22:29.970Z | Checking futures-core v0.3.31 |
387 | 2024-12-28T04:22:30.132Z | Checking futures-sink v0.3.31 |
388 | 2024-12-28T04:22:30.187Z | Checking log v0.4.22 |
389 | 2024-12-28T04:22:30.250Z | Checking futures-channel v0.3.31 |
390 | 2024-12-28T04:22:30.560Z | Checking hash32 v0.3.1 |
391 | 2024-12-28T04:22:30.631Z | Checking pin-project-lite v0.2.15 |
392 | 2024-12-28T04:22:30.676Z | Checking stable_deref_trait v1.2.0 |
393 | 2024-12-28T04:22:30.719Z | Checking pretty-hex v0.4.1 |
394 | 2024-12-28T04:22:30.735Z | Checking futures-task v0.3.31 |
395 | 2024-12-28T04:22:30.756Z | Compiling smoltcp v0.11.0 |
396 | 2024-12-28T04:22:30.875Z | Checking cfg-if v1.0.0 |
397 | 2024-12-28T04:22:30.937Z | Checking futures-io v0.3.31 |
398 | 2024-12-28T04:22:30.951Z | Checking pin-utils v0.1.0 |
399 | 2024-12-28T04:22:31.003Z | Checking macaddr v1.0.1 |
400 | 2024-12-28T04:22:31.327Z | Checking cobs v0.2.3 |
401 | 2024-12-28T04:22:31.359Z | Checking bitflags v1.3.2 |
402 | 2024-12-28T04:22:31.439Z | Checking managed v0.8.0 |
403 | 2024-12-28T04:22:31.485Z | Checking memmap v0.7.0 |
404 | 2024-12-28T04:22:31.668Z | Compiling regex-automata v0.4.9 |
405 | 2024-12-28T04:22:31.773Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
406 | 2024-12-28T04:22:32.155Z | Checking minimal-lexical v0.2.1 |
407 | 2024-12-28T04:22:32.205Z | Checking ipnetwork v0.20.0 |
408 | 2024-12-28T04:22:32.385Z | Checking unicode-width v0.1.14 |
409 | 2024-12-28T04:22:32.498Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
410 | 2024-12-28T04:22:32.692Z | Checking nom v7.1.3 |
411 | 2024-12-28T04:22:32.844Z | Checking tabwriter v1.4.0 |
412 | 2024-12-28T04:22:33.116Z | Checking crc32fast v1.4.2 |
413 | 2024-12-28T04:22:33.301Z | Checking dyn-clone v1.0.17 |
414 | 2024-12-28T04:22:33.452Z | Checking circular v0.3.0 |
415 | 2024-12-28T04:22:33.602Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
416 | 2024-12-28T04:22:33.632Z | Checking base64 v0.21.7 |
417 | 2024-12-28T04:22:34.798Z | Compiling darling_core v0.20.10 |
418 | 2024-12-28T04:22:34.961Z | Compiling regex v1.11.1 |
419 | 2024-12-28T04:22:34.979Z | Checking rusticata-macros v4.1.0 |
420 | 2024-12-28T04:22:36.420Z | Compiling serde_derive v1.0.217 |
421 | 2024-12-28T04:22:36.420Z | Compiling thiserror-impl v2.0.9 |
422 | 2024-12-28T04:22:36.423Z | Compiling thiserror-impl v1.0.69 |
423 | 2024-12-28T04:22:36.423Z | Compiling zerocopy-derive v0.7.35 |
424 | 2024-12-28T04:22:36.423Z | Compiling scroll_derive v0.12.0 |
425 | 2024-12-28T04:22:36.423Z | Compiling zerocopy-derive v0.8.13 |
426 | 2024-12-28T04:22:36.423Z | Compiling futures-macro v0.3.31 |
427 | 2024-12-28T04:22:37.787Z | Checking scroll v0.12.0 |
428 | 2024-12-28T04:22:38.174Z | Checking futures-util v0.3.31 |
429 | 2024-12-28T04:22:38.203Z | Checking goblin v0.8.2 |
430 | 2024-12-28T04:22:38.290Z | Compiling zerocopy v0.7.35 |
431 | 2024-12-28T04:22:39.278Z | Compiling pest v2.7.15 |
432 | 2024-12-28T04:22:39.735Z | Compiling darling_macro v0.20.10 |
433 | 2024-12-28T04:22:40.265Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
434 | 2024-12-28T04:22:40.636Z | Compiling darling v0.20.10 |
435 | 2024-12-28T04:22:40.735Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
436 | 2024-12-28T04:22:41.313Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
437 | 2024-12-28T04:22:41.679Z | Compiling pest_meta v2.7.15 |
438 | 2024-12-28T04:22:42.001Z | Compiling ctor v0.2.9 |
439 | 2024-12-28T04:22:42.540Z | Checking futures-executor v0.3.31 |
440 | 2024-12-28T04:22:42.735Z | Checking futures v0.3.31 |
441 | 2024-12-28T04:22:42.743Z | Compiling pest_generator v2.7.15 |
442 | 2024-12-28T04:22:42.822Z | Checking cookie-factory v0.3.3 |
443 | 2024-12-28T04:22:43.296Z | Checking pcap-parser v0.16.0 |
444 | 2024-12-28T04:22:44.184Z | Compiling pest_derive v2.7.15 |
445 | 2024-12-28T04:22:44.798Z | Compiling dtrace-parser v0.2.0 |
446 | 2024-12-28T04:22:45.048Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
447 | 2024-12-28T04:22:46.531Z | Checking bitflags v2.6.0 |
448 | 2024-12-28T04:22:46.531Z | Checking postcard v1.1.1 |
449 | 2024-12-28T04:22:46.533Z | Checking uuid v1.11.0 |
450 | 2024-12-28T04:22:46.738Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-12-28T04:22:46.773Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
452 | 2024-12-28T04:22:46.826Z | Checking ron v0.8.1 |
453 | 2024-12-28T04:22:47.577Z | Checking dof v0.3.0 |
454 | 2024-12-28T04:22:48.150Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
455 | 2024-12-28T04:22:48.830Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-12-28T04:22:48.830Z | Compiling usdt-macro v0.5.0 |
457 | 2024-12-28T04:22:49.689Z | Checking usdt v0.5.0 |
458 | 2024-12-28T04:22:56.486Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
459 | 2024-12-28T04:22:58.888Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
460 | 2024-12-28T04:23:02.007Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
461 | 2024-12-28T04:23:02.007Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
462 | 2024-12-28T04:23:02.007Z | | |
463 | 2024-12-28T04:23:02.007Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
464 | 2024-12-28T04:23:02.007Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
465 | 2024-12-28T04:23:02.007Z | | |
466 | 2024-12-28T04:23:02.007Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
467 | 2024-12-28T04:23:02.007Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
468 | 2024-12-28T04:23:02.007Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
469 | 2024-12-28T04:23:02.007Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
470 | 2024-12-28T04:23:02.007Z | |
471 | 2024-12-28T04:23:02.028Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
472 | 2024-12-28T04:23:02.028Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
473 | 2024-12-28T04:23:02.028Z | | |
474 | 2024-12-28T04:23:02.028Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
475 | 2024-12-28T04:23:02.028Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
476 | 2024-12-28T04:23:02.028Z | | |
477 | 2024-12-28T04:23:02.028Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
478 | 2024-12-28T04:23:02.028Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
479 | 2024-12-28T04:23:02.028Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
480 | 2024-12-28T04:23:02.028Z | |
481 | 2024-12-28T04:23:02.043Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
482 | 2024-12-28T04:23:02.043Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
483 | 2024-12-28T04:23:02.043Z | | |
484 | 2024-12-28T04:23:02.043Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
485 | 2024-12-28T04:23:02.043Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
486 | 2024-12-28T04:23:02.043Z | | |
487 | 2024-12-28T04:23:02.043Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
488 | 2024-12-28T04:23:02.043Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
489 | 2024-12-28T04:23:02.043Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
490 | 2024-12-28T04:23:02.043Z | |
491 | 2024-12-28T04:23:02.888Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
492 | 2024-12-28T04:23:02.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.08s |
493 | 2024-12-28T04:23:02.929Z | |
494 | 2024-12-28T04:23:02.931Z | real 36.252832876 |
495 | 2024-12-28T04:23:02.931Z | user 2:22.637591255 |
496 | 2024-12-28T04:23:02.931Z | sys 20.518856137 |
497 | 2024-12-28T04:23:02.931Z | trap 0.085500009 |
498 | 2024-12-28T04:23:02.932Z | tflt 0.341021610 |
499 | 2024-12-28T04:23:02.932Z | dflt 0.469010924 |
500 | 2024-12-28T04:23:02.932Z | kflt 0.000020006 |
501 | 2024-12-28T04:23:02.932Z | lock 3:33.104827359 |
502 | 2024-12-28T04:23:02.932Z | slp 8:53.178008967 |
503 | 2024-12-28T04:23:02.932Z | lat 5.018729926 |
504 | 2024-12-28T04:23:02.932Z | stop 8.081385712 |
505 | 2024-12-28T04:23:02.932Z | + header 'analyze no_std + engine + kernel' |
506 | 2024-12-28T04:23:02.932Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
507 | 2024-12-28T04:23:02.932Z | # ==== analyze no_std + engine + kernel ==== # |
508 | 2024-12-28T04:23:02.932Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
509 | 2024-12-28T04:23:03.230Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
510 | 2024-12-28T04:23:03.230Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
511 | 2024-12-28T04:23:03.232Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
512 | 2024-12-28T04:23:03.232Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
513 | 2024-12-28T04:23:03.392Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
514 | 2024-12-28T04:23:10.110Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
515 | 2024-12-28T04:23:12.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
516 | 2024-12-28T04:23:12.091Z | |
517 | 2024-12-28T04:23:12.094Z | real 9.156112009 |
518 | 2024-12-28T04:23:12.094Z | user 9.831125567 |
519 | 2024-12-28T04:23:12.094Z | sys 1.287214566 |
520 | 2024-12-28T04:23:12.095Z | trap 0.002982694 |
521 | 2024-12-28T04:23:12.095Z | tflt 0.004798627 |
522 | 2024-12-28T04:23:12.095Z | dflt 0.002665989 |
523 | 2024-12-28T04:23:12.095Z | kflt 0.000000000 |
524 | 2024-12-28T04:23:12.095Z | lock 25.231180364 |
525 | 2024-12-28T04:23:12.095Z | slp 32.845914719 |
526 | 2024-12-28T04:23:12.095Z | lat 0.057996394 |
527 | 2024-12-28T04:23:12.095Z | stop 0.152074890 |
528 | 2024-12-28T04:23:12.095Z | + header test |
529 | 2024-12-28T04:23:12.095Z | + echo '# ==== test ==== #' |
530 | 2024-12-28T04:23:12.095Z | # ==== test ==== # |
531 | 2024-12-28T04:23:12.095Z | + ptime -m cargo test |
532 | 2024-12-28T04:23:12.368Z | Compiling unicode-ident v1.0.14 |
533 | 2024-12-28T04:23:12.368Z | Compiling memchr v2.7.4 |
534 | 2024-12-28T04:23:12.371Z | Compiling byteorder v1.5.0 |
535 | 2024-12-28T04:23:12.371Z | Compiling ucd-trie v0.1.7 |
536 | 2024-12-28T04:23:12.371Z | Compiling ryu v1.0.18 |
537 | 2024-12-28T04:23:12.371Z | Compiling itoa v1.0.14 |
538 | 2024-12-28T04:23:12.387Z | Compiling libc v0.2.169 |
539 | 2024-12-28T04:23:12.398Z | Compiling futures-sink v0.3.31 |
540 | 2024-12-28T04:23:12.508Z | Compiling proc-macro2 v1.0.92 |
541 | 2024-12-28T04:23:12.528Z | Compiling log v0.4.22 |
542 | 2024-12-28T04:23:12.687Z | Compiling plain v0.2.3 |
543 | 2024-12-28T04:23:12.758Z | Compiling futures-core v0.3.31 |
544 | 2024-12-28T04:23:12.811Z | Compiling hash32 v0.3.1 |
545 | 2024-12-28T04:23:12.833Z | Compiling slab v0.4.9 |
546 | 2024-12-28T04:23:12.867Z | Compiling pin-project-lite v0.2.15 |
547 | 2024-12-28T04:23:12.890Z | Compiling futures-io v0.3.31 |
548 | 2024-12-28T04:23:12.970Z | Compiling thread-id v4.2.2 |
549 | 2024-12-28T04:23:12.975Z | Compiling futures-channel v0.3.31 |
550 | 2024-12-28T04:23:12.989Z | Compiling futures-task v0.3.31 |
551 | 2024-12-28T04:23:13.002Z | Compiling pretty-hex v0.4.1 |
552 | 2024-12-28T04:23:13.054Z | Compiling pin-utils v0.1.0 |
553 | 2024-12-28T04:23:13.060Z | Compiling cfg-if v1.0.0 |
554 | 2024-12-28T04:23:13.129Z | Compiling macaddr v1.0.1 |
555 | 2024-12-28T04:23:13.132Z | Compiling stable_deref_trait v1.2.0 |
556 | 2024-12-28T04:23:13.132Z | Compiling bitflags v1.3.2 |
557 | 2024-12-28T04:23:13.177Z | Compiling quote v1.0.37 |
558 | 2024-12-28T04:23:13.213Z | Compiling aho-corasick v1.1.3 |
559 | 2024-12-28T04:23:13.219Z | Compiling heapless v0.8.0 |
560 | 2024-12-28T04:23:13.238Z | Compiling managed v0.8.0 |
561 | 2024-12-28T04:23:13.325Z | Compiling cobs v0.2.3 |
562 | 2024-12-28T04:23:13.492Z | Compiling syn v2.0.91 |
563 | 2024-12-28T04:23:13.631Z | Compiling memmap v0.7.0 |
564 | 2024-12-28T04:23:13.848Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
565 | 2024-12-28T04:23:13.946Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
566 | 2024-12-28T04:23:13.971Z | Compiling unicode-width v0.1.14 |
567 | 2024-12-28T04:23:14.092Z | Compiling smoltcp v0.11.0 |
568 | 2024-12-28T04:23:14.098Z | Compiling ipnetwork v0.20.0 |
569 | 2024-12-28T04:23:14.122Z | Compiling minimal-lexical v0.2.1 |
570 | 2024-12-28T04:23:14.194Z | Compiling either v1.13.0 |
571 | 2024-12-28T04:23:14.443Z | Compiling nom v7.1.3 |
572 | 2024-12-28T04:23:14.477Z | Compiling itertools v0.13.0 |
573 | 2024-12-28T04:23:14.561Z | Compiling tabwriter v1.4.0 |
574 | 2024-12-28T04:23:14.651Z | Compiling crc32fast v1.4.2 |
575 | 2024-12-28T04:23:14.938Z | Compiling dyn-clone v1.0.17 |
576 | 2024-12-28T04:23:14.981Z | Compiling regex-automata v0.4.9 |
577 | 2024-12-28T04:23:15.144Z | Compiling circular v0.3.0 |
578 | 2024-12-28T04:23:15.459Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
579 | 2024-12-28T04:23:15.761Z | Compiling base64 v0.21.7 |
580 | 2024-12-28T04:23:17.245Z | Compiling rusticata-macros v4.1.0 |
581 | 2024-12-28T04:23:18.155Z | Compiling regex v1.11.1 |
582 | 2024-12-28T04:23:18.739Z | Compiling darling_core v0.20.10 |
583 | 2024-12-28T04:23:20.391Z | Compiling serde_derive v1.0.217 |
584 | 2024-12-28T04:23:20.391Z | Compiling thiserror-impl v2.0.9 |
585 | 2024-12-28T04:23:20.391Z | Compiling thiserror-impl v1.0.69 |
586 | 2024-12-28T04:23:20.391Z | Compiling zerocopy-derive v0.7.35 |
587 | 2024-12-28T04:23:20.394Z | Compiling scroll_derive v0.12.0 |
588 | 2024-12-28T04:23:20.485Z | Compiling zerocopy-derive v0.8.13 |
589 | 2024-12-28T04:23:20.999Z | Compiling futures-macro v0.3.31 |
590 | 2024-12-28T04:23:21.791Z | Compiling scroll v0.12.0 |
591 | 2024-12-28T04:23:22.266Z | Compiling zerocopy v0.7.35 |
592 | 2024-12-28T04:23:22.273Z | Compiling goblin v0.8.2 |
593 | 2024-12-28T04:23:22.810Z | Compiling futures-util v0.3.31 |
594 | 2024-12-28T04:23:23.110Z | Compiling thiserror v1.0.69 |
595 | 2024-12-28T04:23:23.168Z | Compiling zerocopy v0.8.13 |
596 | 2024-12-28T04:23:23.216Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
597 | 2024-12-28T04:23:23.223Z | Compiling thiserror v2.0.9 |
598 | 2024-12-28T04:23:23.337Z | Compiling pest v2.7.15 |
599 | 2024-12-28T04:23:23.485Z | Compiling ctor v0.2.9 |
600 | 2024-12-28T04:23:23.748Z | Compiling darling_macro v0.20.10 |
601 | 2024-12-28T04:23:24.733Z | Compiling darling v0.20.10 |
602 | 2024-12-28T04:23:24.827Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
603 | 2024-12-28T04:23:24.852Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
604 | 2024-12-28T04:23:25.622Z | Compiling pest_meta v2.7.15 |
605 | 2024-12-28T04:23:26.275Z | Compiling serde v1.0.217 |
606 | 2024-12-28T04:23:26.696Z | Compiling pest_generator v2.7.15 |
607 | 2024-12-28T04:23:27.875Z | Compiling futures-executor v0.3.31 |
608 | 2024-12-28T04:23:28.142Z | Compiling futures v0.3.31 |
609 | 2024-12-28T04:23:28.233Z | Compiling pest_derive v2.7.15 |
610 | 2024-12-28T04:23:28.236Z | Compiling cookie-factory v0.3.3 |
611 | 2024-12-28T04:23:28.844Z | Compiling pcap-parser v0.16.0 |
612 | 2024-12-28T04:23:29.241Z | Compiling dtrace-parser v0.2.0 |
613 | 2024-12-28T04:23:29.855Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
614 | 2024-12-28T04:23:30.682Z | Compiling serde_json v1.0.134 |
615 | 2024-12-28T04:23:30.682Z | Compiling serde_tokenstream v0.2.2 |
616 | 2024-12-28T04:23:30.908Z | Compiling bitflags v2.6.0 |
617 | 2024-12-28T04:23:30.911Z | Compiling postcard v1.1.1 |
618 | 2024-12-28T04:23:30.911Z | Compiling uuid v1.11.0 |
619 | 2024-12-28T04:23:31.135Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
620 | 2024-12-28T04:23:31.135Z | Compiling ron v0.8.1 |
621 | 2024-12-28T04:23:31.860Z | Compiling dof v0.3.0 |
622 | 2024-12-28T04:23:32.337Z | Compiling usdt-impl v0.5.0 |
623 | 2024-12-28T04:23:32.800Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
624 | 2024-12-28T04:23:33.122Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2024-12-28T04:23:33.122Z | Compiling usdt-macro v0.5.0 |
626 | 2024-12-28T04:23:34.317Z | Compiling usdt v0.5.0 |
627 | 2024-12-28T04:23:39.389Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
628 | 2024-12-28T04:23:41.474Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
629 | 2024-12-28T04:23:54.372Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.22s |
630 | 2024-12-28T04:23:54.395Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6fca3b741b8d000c) |
631 | 2024-12-28T04:23:54.411Z | |
632 | 2024-12-28T04:23:54.411Z | running 9 tests |
633 | 2024-12-28T04:23:54.413Z | test api::tests::parse_good_proto_filter ... ok |
634 | 2024-12-28T04:23:54.413Z | test api::tests::parse_bad_proto_filter ... ok |
635 | 2024-12-28T04:23:54.413Z | test api::tests::ports_from_str_good ... ok |
636 | 2024-12-28T04:23:54.413Z | test api::tests::parse_bad_address ... ok |
637 | 2024-12-28T04:23:54.413Z | test api::tests::ports_from_str_bad ... ok |
638 | 2024-12-28T04:23:54.413Z | test api::tests::parse_good_address ... ok |
639 | 2024-12-28T04:23:54.413Z | test cfg::tests::test_required_nat_space ... ok |
640 | 2024-12-28T04:23:54.413Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
641 | 2024-12-28T04:23:54.413Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
642 | 2024-12-28T04:23:54.413Z | |
643 | 2024-12-28T04:23:54.414Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
644 | 2024-12-28T04:23:54.414Z | |
645 | 2024-12-28T04:23:54.414Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-463586318c8e0976) |
646 | 2024-12-28T04:23:54.418Z | |
647 | 2024-12-28T04:23:54.418Z | running 4 tests |
648 | 2024-12-28T04:23:54.421Z | test firewall_external_inbound ... ok |
649 | 2024-12-28T04:23:54.421Z | test firewall_vni_outbound ... ok |
650 | 2024-12-28T04:23:54.421Z | test firewall_vni_inbound ... ok |
651 | 2024-12-28T04:23:54.423Z | test firewall_replace_rules ... ok |
652 | 2024-12-28T04:23:54.423Z | |
653 | 2024-12-28T04:23:54.423Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
654 | 2024-12-28T04:23:54.423Z | |
655 | 2024-12-28T04:23:54.423Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-079ae1741340eeec) |
656 | 2024-12-28T04:23:54.427Z | |
657 | 2024-12-28T04:23:54.427Z | running 2 tests |
658 | 2024-12-28T04:23:54.430Z | test parse_in_regression ... ok |
659 | 2024-12-28T04:23:54.430Z | test parse_out_regression ... ok |
660 | 2024-12-28T04:23:54.430Z | |
661 | 2024-12-28T04:23:54.430Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
662 | 2024-12-28T04:23:54.430Z | |
663 | 2024-12-28T04:23:54.430Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-21fe799f3ef0a93b) |
664 | 2024-12-28T04:23:54.435Z | |
665 | 2024-12-28T04:23:54.435Z | running 38 tests |
666 | 2024-12-28T04:23:54.438Z | test bad_ip_len ... ok |
667 | 2024-12-28T04:23:54.440Z | test check_layers ... ok |
668 | 2024-12-28T04:23:54.440Z | test add_remove_fw_rule ... ok |
669 | 2024-12-28T04:23:54.440Z | test arp_gateway ... ok |
670 | 2024-12-28T04:23:54.440Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
671 | 2024-12-28T04:23:54.441Z | test anti_spoof ... ok |
672 | 2024-12-28T04:23:54.443Z | test flow_expiration ... ok |
673 | 2024-12-28T04:23:54.443Z | test gateway_icmp4_ping ... ok |
674 | 2024-12-28T04:23:54.443Z | test gateway_icmpv6_ping ... ok |
675 | 2024-12-28T04:23:54.443Z | test external_ip_epoch_affinity_preserved ... ok |
676 | 2024-12-28T04:23:54.443Z | test early_tcp_invalidation ... ok |
677 | 2024-12-28T04:23:54.443Z | test gateway_router_advert_reply ... ok |
678 | 2024-12-28T04:23:54.443Z | test guest_to_guest_no_route ... ok |
679 | 2024-12-28T04:23:54.443Z | test external_ip_reconfigurable ... ok |
680 | 2024-12-28T04:23:54.446Z | test guest_to_guest_diff_vpc_no_peer ... ok |
681 | 2024-12-28T04:23:54.446Z | test guest_to_guest ... ok |
682 | 2024-12-28T04:23:54.446Z | test guest_to_internet_ipv4 ... ok |
683 | 2024-12-28T04:23:54.446Z | test inbound_ndp_dropped_at_gateway ... ok |
684 | 2024-12-28T04:23:54.446Z | test guest_to_internet_ipv6 ... ok |
685 | 2024-12-28T04:23:54.446Z | test intra_subnet_routes_with_custom ... ok |
686 | 2024-12-28T04:23:54.446Z | test no_panic_on_flow_table_full ... ok |
687 | 2024-12-28T04:23:54.446Z | test packet_body_pullup ... ok |
688 | 2024-12-28T04:23:54.446Z | test outbound_ndp_dropped ... ok |
689 | 2024-12-28T04:23:54.448Z | test port_transition_reset ... ok |
690 | 2024-12-28T04:23:54.449Z | test port_transition_running ... ok |
691 | 2024-12-28T04:23:54.449Z | test port_as_router_target ... ok |
692 | 2024-12-28T04:23:54.449Z | test snat_icmp4_echo_rewrite ... ok |
693 | 2024-12-28T04:23:54.449Z | test port_transition_pause ... ok |
694 | 2024-12-28T04:23:54.449Z | test select_eip_conditioned_on_igw ... ok |
695 | 2024-12-28T04:23:54.451Z | test external_ip_receive_and_reply_on_all ... ok |
696 | 2024-12-28T04:23:54.451Z | test external_ip_balanced_over_floating_ips ... ok |
697 | 2024-12-28T04:23:54.451Z | test tcp_inbound ... ok |
698 | 2024-12-28T04:23:54.451Z | test snat_icmp6_echo_rewrite ... ok |
699 | 2024-12-28T04:23:54.451Z | test test_gateway_neighbor_advert_reply ... ok |
700 | 2024-12-28T04:23:54.451Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
701 | 2024-12-28T04:23:54.451Z | test tcp_outbound ... ok |
702 | 2024-12-28T04:23:54.451Z | test uft_lft_invalidation_in ... ok |
703 | 2024-12-28T04:23:54.451Z | test uft_lft_invalidation_out ... ok |
704 | 2024-12-28T04:23:54.451Z | |
705 | 2024-12-28T04:23:54.452Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
706 | 2024-12-28T04:23:54.452Z | |
707 | 2024-12-28T04:23:54.454Z | Doc-tests oxide_vpc |
708 | 2024-12-28T04:23:54.750Z | |
709 | 2024-12-28T04:23:54.750Z | running 0 tests |
710 | 2024-12-28T04:23:54.750Z | |
711 | 2024-12-28T04:23:54.753Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
712 | 2024-12-28T04:23:54.753Z | |
713 | 2024-12-28T04:23:54.777Z | |
714 | 2024-12-28T04:23:54.779Z | real 42.668877499 |
715 | 2024-12-28T04:23:54.779Z | user 3:02.954858873 |
716 | 2024-12-28T04:23:54.779Z | sys 21.119045817 |
717 | 2024-12-28T04:23:54.779Z | trap 0.099477855 |
718 | 2024-12-28T04:23:54.779Z | tflt 0.216449226 |
719 | 2024-12-28T04:23:54.779Z | dflt 0.442782897 |
720 | 2024-12-28T04:23:54.779Z | kflt 0.000017168 |
721 | 2024-12-28T04:23:54.780Z | lock 4:58.612878651 |
722 | 2024-12-28T04:23:54.780Z | slp 9:55.033112687 |
723 | 2024-12-28T04:23:54.780Z | lat 4.925532475 |
724 | 2024-12-28T04:23:54.780Z | stop 7.348358946 |
725 | 2024-12-28T04:23:54.780Z | process exited: duration 142663 ms, exit code 0 |
|
726 | 2024-12-28T04:23:54.785Z | found 0 output files |