|
|
|
1 | 2024-07-19T22:58:47.244Z | job assigned to worker 01J36KEEC9WFWJ5MRPZDMB9C1C (queued for 1 m 3 s) |
|
2 | 2024-07-19T22:58:54.772Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:54.830Z | ++ uname -s |
4 | 2024-07-19T22:58:54.833Z | + kern=SunOS |
5 | 2024-07-19T22:58:54.834Z | + case "$kern" in |
6 | 2024-07-19T22:58:54.834Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:54.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:56.857Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:56.966Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:56.969Z | + home_fs=zfs |
11 | 2024-07-19T22:58:56.969Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:56.969Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:56.972Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:58.972Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:58.975Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-07-19T22:58:58.981Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:58.987Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:58.987Z | * toolchain channel = "nightly-2024-06-27" |
19 | 2024-07-19T22:58:58.987Z | ' nightly-2024-06-27 |
20 | 2024-07-19T22:58:58.987Z | * toolchain profile = "default" |
21 | 2024-07-19T22:58:58.987Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T22:58:58.987Z | ' default |
23 | 2024-07-19T22:58:58.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:58.990Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:59.106Z | info: downloading installer |
26 | 2024-07-19T22:59:00.797Z | info: profile set to 'default' |
27 | 2024-07-19T22:59:00.797Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:59:00.800Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:59:00.972Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:59:00.972Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:59:01.992Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:59:02.367Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:59:03.779Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:59:05.948Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:59:11.358Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:59:11.650Z | info: installing component 'cargo' |
37 | 2024-07-19T22:59:12.486Z | info: installing component 'clippy' |
38 | 2024-07-19T22:59:12.974Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:59:14.556Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:59:16.380Z | info: installing component 'rustc' |
41 | 2024-07-19T22:59:20.553Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:59:20.901Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:59:20.901Z | |
44 | 2024-07-19T22:59:21.178Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:59:21.178Z | |
46 | 2024-07-19T22:59:21.181Z | |
47 | 2024-07-19T22:59:21.181Z | Rust is installed now. Great! |
48 | 2024-07-19T22:59:21.181Z | |
49 | 2024-07-19T22:59:21.181Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:59:21.181Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:59:21.181Z | |
52 | 2024-07-19T22:59:21.181Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:59:21.181Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:59:21.181Z | |
55 | 2024-07-19T22:59:21.181Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:59:21.181Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:59:21.181Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:59:21.319Z | + rustc --version |
59 | 2024-07-19T22:59:21.386Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:59:21.389Z | process exited: duration 22414 ms, exit code 0 |
|
61 | 2024-07-19T22:59:21.395Z | starting task 2: "authentication" |
62 | 2024-07-19T22:59:21.416Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-19T22:59:21.422Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:59:21.427Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:59:21.430Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:59:22.282Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:59:24.736Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:59:24.739Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:59:24.963Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:59:24.963Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:59:24.971Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:59:24.974Z | ++ git branch --show-current |
73 | 2024-07-19T22:59:24.976Z | + current=master |
74 | 2024-07-19T22:59:24.977Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:59:24.977Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:59:24.979Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:59:25.001Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:59:25.004Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:59:25.022Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:59:25.025Z | process exited: duration 3602 ms, exit code 0 |
|
81 | 2024-07-19T22:59:25.031Z | starting task 4: "build" |
82 | 2024-07-19T22:59:25.037Z | + pfexec pkg install clang-15 |
83 | 2024-07-19T22:59:43.252Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2024-07-19T22:59:45.510Z | Startup: Caching catalogs ... Done |
85 | 2024-07-19T22:59:48.675Z | Planning: Solver setup ... Done |
86 | 2024-07-19T22:59:48.729Z | Planning: Running solver ... Done |
87 | 2024-07-19T22:59:48.776Z | Planning: Finding local manifests ... Done |
88 | 2024-07-19T22:59:48.788Z | Planning: Fetching manifests: 0/2 0% complete |
89 | 2024-07-19T22:59:49.159Z | Planning: Fetching manifests: 2/2 100% complete |
90 | 2024-07-19T22:59:49.204Z | Planning: Package planning ... Done |
91 | 2024-07-19T22:59:49.251Z | Planning: Merging actions ... Done |
92 | 2024-07-19T22:59:50.575Z | Planning: Checking for conflicting actions ... Done |
93 | 2024-07-19T22:59:50.585Z | Planning: Consolidating action changes ... Done |
94 | 2024-07-19T22:59:58.921Z | Planning: Evaluating mediators ... Done |
95 | 2024-07-19T22:59:58.930Z | Planning: Planning completed in 13.36 seconds |
96 | 2024-07-19T23:00:00.026Z | Packages to install: 2 |
97 | 2024-07-19T23:00:00.027Z | Mediators to change: 2 |
98 | 2024-07-19T23:00:00.027Z | Services to change: 1 |
99 | 2024-07-19T23:00:00.030Z | Create boot environment: No |
100 | 2024-07-19T23:00:00.030Z | Create backup boot environment: No |
101 | 2024-07-19T23:00:00.208Z | |
102 | 2024-07-19T23:00:00.208Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
103 | 2024-07-19T23:00:05.206Z | Download: 1552/3076 items 117.0/211.3MB 55% complete (23.8M/s) |
104 | 2024-07-19T23:00:10.205Z | Download: 2881/3076 items 121.0/211.3MB 57% complete (12.1M/s) |
105 | 2024-07-19T23:00:14.609Z | Download: Completed 211.31 MB in 14.41 seconds (14.7M/s) |
106 | 2024-07-19T23:00:16.270Z | Actions: 1/3418 actions (Installing new actions) |
107 | 2024-07-19T23:00:21.339Z | Actions: 3294/3418 actions (Installing new actions) |
108 | 2024-07-19T23:00:22.097Z | Actions: Completed 3418 actions in 5.83 seconds. |
109 | 2024-07-19T23:00:22.343Z | Done |
110 | 2024-07-19T23:00:22.343Z | Done |
111 | 2024-07-19T23:00:22.680Z | Done |
112 | 2024-07-19T23:00:29.280Z | Done |
113 | 2024-07-19T23:00:29.542Z | Done |
114 | 2024-07-19T23:00:29.546Z | Done |
115 | 2024-07-19T23:00:29.678Z | Done |
116 | 2024-07-19T23:00:29.967Z | + cargo --version |
117 | 2024-07-19T23:00:29.972Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
118 | 2024-07-19T23:00:30.188Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
119 | 2024-07-19T23:00:30.188Z | info: downloading component 'cargo' |
120 | 2024-07-19T23:00:31.200Z | info: downloading component 'clippy' |
121 | 2024-07-19T23:00:31.536Z | info: downloading component 'rust-docs' |
122 | 2024-07-19T23:00:32.932Z | info: downloading component 'rust-std' |
123 | 2024-07-19T23:00:34.904Z | info: downloading component 'rustc' |
124 | 2024-07-19T23:00:40.257Z | info: downloading component 'rustfmt' |
125 | 2024-07-19T23:00:40.539Z | info: installing component 'cargo' |
126 | 2024-07-19T23:00:41.371Z | info: installing component 'clippy' |
127 | 2024-07-19T23:00:41.728Z | info: installing component 'rust-docs' |
128 | 2024-07-19T23:00:43.277Z | info: installing component 'rust-std' |
129 | 2024-07-19T23:00:44.881Z | info: installing component 'rustc' |
130 | 2024-07-19T23:00:49.103Z | info: installing component 'rustfmt' |
131 | 2024-07-19T23:00:49.514Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
132 | 2024-07-19T23:00:49.517Z | + rustc --version |
133 | 2024-07-19T23:00:49.597Z | rustc 1.79.0 (129f3b996 2024-06-10) |
134 | 2024-07-19T23:00:49.602Z | + cd lib/oxide-vpc |
135 | 2024-07-19T23:00:49.604Z | + header 'check docs' |
136 | 2024-07-19T23:00:49.604Z | + echo '# ==== check docs ==== #' |
137 | 2024-07-19T23:00:49.604Z | # ==== check docs ==== # |
138 | 2024-07-19T23:00:49.604Z | + RUSTDOCFLAGS='-D warnings' |
139 | 2024-07-19T23:00:49.604Z | + ptime -m cargo +nightly-2024-06-27 doc --no-default-features --features=api,std,engine,kernel |
140 | 2024-07-19T23:00:49.818Z | Updating crates.io index |
141 | 2024-07-19T23:00:49.821Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
142 | 2024-07-19T23:00:50.607Z | From https://github.com/oxidecomputer/falcon |
143 | 2024-07-19T23:00:50.607Z | * [new ref] 84b8147e03290fa96d8693e5b668e6d032542907 -> refs/commit/84b8147e03290fa96d8693e5b668e6d032542907 |
144 | 2024-07-19T23:00:50.772Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
145 | 2024-07-19T23:00:51.381Z | From https://github.com/oxidecomputer/illumos-rs |
146 | 2024-07-19T23:00:51.381Z | * [new ref] 7e45ccadc25809f4f009d9466d77442617041c6d -> refs/commit/7e45ccadc25809f4f009d9466d77442617041c6d |
147 | 2024-07-19T23:00:51.394Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
148 | 2024-07-19T23:00:51.790Z | From https://github.com/oxidecomputer/poptrie |
149 | 2024-07-19T23:00:51.791Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
150 | 2024-07-19T23:00:51.830Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
151 | 2024-07-19T23:00:52.274Z | From https://github.com/oxidecomputer/netadm-sys |
152 | 2024-07-19T23:00:52.274Z | * [new ref] b76542f77c566690cda628b1f86bfb2021a1a066 -> refs/commit/b76542f77c566690cda628b1f86bfb2021a1a066 |
153 | 2024-07-19T23:00:52.295Z | Updating git repository `https://github.com/oxidecomputer/zone` |
154 | 2024-07-19T23:00:52.683Z | From https://github.com/oxidecomputer/zone |
155 | 2024-07-19T23:00:52.683Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
156 | 2024-07-19T23:00:52.726Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
157 | 2024-07-19T23:00:53.090Z | From https://github.com/oxidecomputer/dlpi-sys |
158 | 2024-07-19T23:00:53.090Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
159 | 2024-07-19T23:00:53.120Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
160 | 2024-07-19T23:00:53.526Z | From https://github.com/jmesmon/rust-libzfs |
161 | 2024-07-19T23:00:53.526Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
162 | 2024-07-19T23:00:53.542Z | * [new tag] v0.4.0 -> v0.4.0 |
163 | 2024-07-19T23:00:53.566Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
164 | 2024-07-19T23:00:53.948Z | From https://github.com/oxidecomputer/oxnet |
165 | 2024-07-19T23:00:53.948Z | * [new ref] f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 -> refs/commit/f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 |
166 | 2024-07-19T23:00:53.957Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
167 | 2024-07-19T23:00:54.365Z | From https://github.com/oxidecomputer/rusty-doors |
168 | 2024-07-19T23:00:54.365Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
169 | 2024-07-19T23:00:55.129Z | Downloading crates ... |
170 | 2024-07-19T23:00:55.204Z | Downloaded bitflags v1.3.2 |
171 | 2024-07-19T23:00:55.216Z | Downloaded scroll_derive v0.12.0 |
172 | 2024-07-19T23:00:55.219Z | Downloaded usdt-attr-macro v0.5.0 |
173 | 2024-07-19T23:00:55.222Z | Downloaded ident_case v1.0.1 |
174 | 2024-07-19T23:00:55.222Z | Downloaded lazy_static v1.5.0 |
175 | 2024-07-19T23:00:55.225Z | Downloaded cexpr v0.6.0 |
176 | 2024-07-19T23:00:55.225Z | Downloaded glob v0.3.1 |
177 | 2024-07-19T23:00:55.227Z | Downloaded embedded-io v0.4.0 |
178 | 2024-07-19T23:00:55.227Z | Downloaded dof v0.3.0 |
179 | 2024-07-19T23:00:55.230Z | Downloaded pretty-hex v0.4.1 |
180 | 2024-07-19T23:00:55.230Z | Downloaded defmt-parser v0.3.4 |
181 | 2024-07-19T23:00:55.230Z | Downloaded crypto-common v0.1.6 |
182 | 2024-07-19T23:00:55.233Z | Downloaded home v0.5.9 |
183 | 2024-07-19T23:00:55.233Z | Downloaded hash32 v0.3.1 |
184 | 2024-07-19T23:00:55.233Z | Downloaded darling_macro v0.20.10 |
185 | 2024-07-19T23:00:55.235Z | Downloaded dtrace-parser v0.2.0 |
186 | 2024-07-19T23:00:55.238Z | Downloaded lazycell v1.3.0 |
187 | 2024-07-19T23:00:55.241Z | Downloaded fnv v1.0.7 |
188 | 2024-07-19T23:00:55.241Z | Downloaded defmt v0.3.8 |
189 | 2024-07-19T23:00:55.244Z | Downloaded pest_generator v2.7.11 |
190 | 2024-07-19T23:00:55.247Z | Downloaded plain v0.2.3 |
191 | 2024-07-19T23:00:55.247Z | Downloaded shlex v1.3.0 |
192 | 2024-07-19T23:00:55.247Z | Downloaded cpufeatures v0.2.12 |
193 | 2024-07-19T23:00:55.250Z | Downloaded block-buffer v0.10.4 |
194 | 2024-07-19T23:00:55.250Z | Downloaded thiserror-impl v1.0.62 |
195 | 2024-07-19T23:00:55.253Z | Downloaded tabwriter v1.4.0 |
196 | 2024-07-19T23:00:55.253Z | Downloaded stable_deref_trait v1.2.0 |
197 | 2024-07-19T23:00:55.254Z | Downloaded version_check v0.9.4 |
198 | 2024-07-19T23:00:55.257Z | Downloaded dyn-clone v1.0.17 |
199 | 2024-07-19T23:00:55.260Z | Downloaded itoa v1.0.11 |
200 | 2024-07-19T23:00:55.263Z | Downloaded generic-array v0.14.7 |
201 | 2024-07-19T23:00:55.263Z | Downloaded cfg-if v1.0.0 |
202 | 2024-07-19T23:00:55.266Z | Downloaded cobs v0.2.3 |
203 | 2024-07-19T23:00:55.266Z | Downloaded either v1.13.0 |
204 | 2024-07-19T23:00:55.268Z | Downloaded memmap v0.7.0 |
205 | 2024-07-19T23:00:55.268Z | Downloaded peeking_take_while v0.1.2 |
206 | 2024-07-19T23:00:55.271Z | Downloaded errno v0.3.9 |
207 | 2024-07-19T23:00:55.274Z | Downloaded usdt-macro v0.5.0 |
208 | 2024-07-19T23:00:55.281Z | Downloaded proc-macro-error v1.0.4 |
209 | 2024-07-19T23:00:55.285Z | Downloaded once_cell v1.19.0 |
210 | 2024-07-19T23:00:55.287Z | Downloaded serde_tokenstream v0.2.1 |
211 | 2024-07-19T23:00:55.294Z | Downloaded anyhow v1.0.86 |
212 | 2024-07-19T23:00:55.298Z | Downloaded log v0.4.22 |
213 | 2024-07-19T23:00:55.300Z | Downloaded libloading v0.8.4 |
214 | 2024-07-19T23:00:55.303Z | Downloaded managed v0.8.0 |
215 | 2024-07-19T23:00:55.303Z | Downloaded digest v0.10.7 |
216 | 2024-07-19T23:00:55.306Z | Downloaded ipnetwork v0.20.0 |
217 | 2024-07-19T23:00:55.309Z | Downloaded rustc-hash v1.1.0 |
218 | 2024-07-19T23:00:55.309Z | Downloaded darling v0.20.10 |
219 | 2024-07-19T23:00:55.312Z | Downloaded strsim v0.11.1 |
220 | 2024-07-19T23:00:55.315Z | Downloaded thread-id v4.2.1 |
221 | 2024-07-19T23:00:55.315Z | Downloaded proc-macro-error-attr v1.0.4 |
222 | 2024-07-19T23:00:55.315Z | Downloaded defmt-macros v0.3.9 |
223 | 2024-07-19T23:00:55.317Z | Downloaded thiserror v1.0.62 |
224 | 2024-07-19T23:00:55.322Z | Downloaded clang-sys v1.8.1 |
225 | 2024-07-19T23:00:55.324Z | Downloaded which v4.4.2 |
226 | 2024-07-19T23:00:55.327Z | Downloaded usdt v0.5.0 |
227 | 2024-07-19T23:00:55.327Z | Downloaded unicode-ident v1.0.12 |
228 | 2024-07-19T23:00:55.330Z | Downloaded typenum v1.17.0 |
229 | 2024-07-19T23:00:55.333Z | Downloaded proc-macro2 v1.0.86 |
230 | 2024-07-19T23:00:55.335Z | Downloaded ryu v1.0.18 |
231 | 2024-07-19T23:00:55.338Z | Downloaded pest_derive v2.7.11 |
232 | 2024-07-19T23:00:55.341Z | Downloaded crc32fast v1.4.2 |
233 | 2024-07-19T23:00:55.341Z | Downloaded quote v1.0.36 |
234 | 2024-07-19T23:00:55.344Z | Downloaded byteorder v1.5.0 |
235 | 2024-07-19T23:00:55.347Z | Downloaded bitflags v2.6.0 |
236 | 2024-07-19T23:00:55.349Z | Downloaded zerocopy-derive v0.7.35 |
237 | 2024-07-19T23:00:55.352Z | Downloaded usdt-impl v0.5.0 |
238 | 2024-07-19T23:00:55.355Z | Downloaded scroll v0.12.0 |
239 | 2024-07-19T23:00:55.358Z | Downloaded serde_derive v1.0.204 |
240 | 2024-07-19T23:00:55.365Z | Downloaded postcard v1.0.8 |
241 | 2024-07-19T23:00:55.368Z | Downloaded sha2 v0.10.8 |
242 | 2024-07-19T23:00:55.370Z | Downloaded ucd-trie v0.1.6 |
243 | 2024-07-19T23:00:55.373Z | Downloaded darling_core v0.20.10 |
244 | 2024-07-19T23:00:55.376Z | Downloaded pest_meta v2.7.11 |
245 | 2024-07-19T23:00:55.383Z | Downloaded memchr v2.7.4 |
246 | 2024-07-19T23:00:55.389Z | Downloaded prettyplease v0.2.20 |
247 | 2024-07-19T23:00:55.405Z | Downloaded serde v1.0.204 |
248 | 2024-07-19T23:00:55.410Z | Downloaded heapless v0.8.0 |
249 | 2024-07-19T23:00:55.415Z | Downloaded minimal-lexical v0.2.1 |
250 | 2024-07-19T23:00:55.423Z | Downloaded regex-lite v0.1.6 |
251 | 2024-07-19T23:00:55.430Z | Downloaded pest v2.7.11 |
252 | 2024-07-19T23:00:55.435Z | Downloaded nom v7.1.3 |
253 | 2024-07-19T23:00:55.440Z | Downloaded itertools v0.12.1 |
254 | 2024-07-19T23:00:55.451Z | Downloaded zerocopy v0.7.35 |
255 | 2024-07-19T23:00:55.467Z | Downloaded aho-corasick v1.1.3 |
256 | 2024-07-19T23:00:55.476Z | Downloaded serde_json v1.0.120 |
257 | 2024-07-19T23:00:55.490Z | Downloaded goblin v0.8.2 |
258 | 2024-07-19T23:00:55.519Z | Downloaded bindgen v0.68.1 |
259 | 2024-07-19T23:00:55.526Z | Downloaded syn v1.0.109 |
260 | 2024-07-19T23:00:55.536Z | Downloaded regex v1.10.5 |
261 | 2024-07-19T23:00:55.548Z | Downloaded syn v2.0.71 |
262 | 2024-07-19T23:00:55.561Z | Downloaded rustix v0.38.34 |
263 | 2024-07-19T23:00:55.583Z | Downloaded smoltcp v0.11.0 |
264 | 2024-07-19T23:00:55.594Z | Downloaded regex-syntax v0.8.4 |
265 | 2024-07-19T23:00:55.602Z | Downloaded unicode-width v0.1.13 |
266 | 2024-07-19T23:00:55.612Z | Downloaded regex-automata v0.4.7 |
267 | 2024-07-19T23:00:55.628Z | Downloaded libc v0.2.155 |
268 | 2024-07-19T23:00:55.793Z | Compiling proc-macro2 v1.0.86 |
269 | 2024-07-19T23:00:55.796Z | Compiling unicode-ident v1.0.12 |
270 | 2024-07-19T23:00:55.796Z | Compiling libc v0.2.155 |
271 | 2024-07-19T23:00:55.796Z | Documenting unicode-ident v1.0.12 |
272 | 2024-07-19T23:00:55.796Z | Compiling glob v0.3.1 |
273 | 2024-07-19T23:00:55.797Z | Compiling rustix v0.38.34 |
274 | 2024-07-19T23:00:55.808Z | Compiling prettyplease v0.2.20 |
275 | 2024-07-19T23:00:55.976Z | Compiling memchr v2.7.4 |
276 | 2024-07-19T23:00:55.999Z | Compiling regex-syntax v0.8.4 |
277 | 2024-07-19T23:00:56.509Z | Compiling clang-sys v1.8.1 |
278 | 2024-07-19T23:00:57.117Z | Compiling cfg-if v1.0.0 |
279 | 2024-07-19T23:00:57.174Z | Compiling bitflags v2.6.0 |
280 | 2024-07-19T23:00:57.469Z | Compiling minimal-lexical v0.2.1 |
281 | 2024-07-19T23:00:57.649Z | Compiling libloading v0.8.4 |
282 | 2024-07-19T23:00:57.673Z | Compiling bindgen v0.68.1 |
283 | 2024-07-19T23:00:57.764Z | Compiling either v1.13.0 |
284 | 2024-07-19T23:00:58.061Z | Compiling nom v7.1.3 |
285 | 2024-07-19T23:00:58.193Z | Compiling anyhow v1.0.86 |
286 | 2024-07-19T23:00:58.221Z | Compiling home v0.5.9 |
287 | 2024-07-19T23:00:58.471Z | Compiling log v0.4.22 |
288 | 2024-07-19T23:00:58.674Z | Compiling quote v1.0.36 |
289 | 2024-07-19T23:00:58.790Z | Documenting proc-macro2 v1.0.86 |
290 | 2024-07-19T23:00:58.830Z | Compiling regex-automata v0.4.7 |
291 | 2024-07-19T23:00:59.126Z | Compiling syn v2.0.71 |
292 | 2024-07-19T23:00:59.310Z | Compiling errno v0.3.9 |
293 | 2024-07-19T23:01:01.206Z | Compiling which v4.4.2 |
294 | 2024-07-19T23:01:01.599Z | Compiling cexpr v0.6.0 |
295 | 2024-07-19T23:01:01.752Z | Compiling shlex v1.3.0 |
296 | 2024-07-19T23:01:01.899Z | Compiling regex v1.10.5 |
297 | 2024-07-19T23:01:02.112Z | Compiling lazycell v1.3.0 |
298 | 2024-07-19T23:01:02.279Z | Compiling peeking_take_while v0.1.2 |
299 | 2024-07-19T23:01:02.407Z | Checking byteorder v1.5.0 |
300 | 2024-07-19T23:01:02.731Z | Compiling rustc-hash v1.1.0 |
301 | 2024-07-19T23:01:02.883Z | Compiling lazy_static v1.5.0 |
302 | 2024-07-19T23:01:02.910Z | Compiling serde v1.0.204 |
303 | 2024-07-19T23:01:03.188Z | Compiling heapless v0.8.0 |
304 | 2024-07-19T23:01:03.510Z | Compiling fnv v1.0.7 |
305 | 2024-07-19T23:01:03.638Z | Compiling strsim v0.11.1 |
306 | 2024-07-19T23:01:03.765Z | Compiling ident_case v1.0.1 |
307 | 2024-07-19T23:01:04.198Z | Checking hash32 v0.3.1 |
308 | 2024-07-19T23:01:04.285Z | Checking stable_deref_trait v1.2.0 |
309 | 2024-07-19T23:01:04.364Z | Documenting quote v1.0.36 |
310 | 2024-07-19T23:01:04.368Z | Compiling smoltcp v0.11.0 |
311 | 2024-07-19T23:01:04.486Z | Checking bitflags v1.3.2 |
312 | 2024-07-19T23:01:04.568Z | Checking managed v0.8.0 |
313 | 2024-07-19T23:01:04.624Z | Checking embedded-io v0.4.0 |
314 | 2024-07-19T23:01:04.823Z | Checking cobs v0.2.3 |
315 | 2024-07-19T23:01:04.923Z | Documenting byteorder v1.5.0 |
316 | 2024-07-19T23:01:04.934Z | Checking darling_core v0.20.10 |
317 | 2024-07-19T23:01:04.997Z | Documenting fnv v1.0.7 |
318 | 2024-07-19T23:01:05.060Z | Documenting strsim v0.11.1 |
319 | 2024-07-19T23:01:05.404Z | Documenting ident_case v1.0.1 |
320 | 2024-07-19T23:01:09.385Z | Documenting syn v2.0.71 |
321 | 2024-07-19T23:01:09.635Z | Compiling regex-lite v0.1.6 |
322 | 2024-07-19T23:01:09.805Z | Documenting hash32 v0.3.1 |
323 | 2024-07-19T23:01:10.638Z | Compiling version_check v0.9.4 |
324 | 2024-07-19T23:01:11.073Z | Compiling serde_derive v1.0.204 |
325 | 2024-07-19T23:01:11.299Z | Compiling zerocopy-derive v0.7.35 |
326 | 2024-07-19T23:01:11.710Z | Documenting cfg-if v1.0.0 |
327 | 2024-07-19T23:01:12.752Z | Checking ipnetwork v0.20.0 |
328 | 2024-07-19T23:01:13.042Z | Checking unicode-width v0.1.13 |
329 | 2024-07-19T23:01:13.207Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
330 | 2024-07-19T23:01:13.361Z | Documenting stable_deref_trait v1.2.0 |
331 | 2024-07-19T23:01:13.418Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
332 | 2024-07-19T23:01:13.725Z | Documenting managed v0.8.0 |
333 | 2024-07-19T23:01:13.774Z | Documenting cobs v0.2.3 |
334 | 2024-07-19T23:01:14.025Z | Compiling darling_macro v0.20.10 |
335 | 2024-07-19T23:01:14.603Z | Documenting regex-lite v0.1.6 |
336 | 2024-07-19T23:01:14.992Z | Compiling darling v0.20.10 |
337 | 2024-07-19T23:01:15.092Z | Documenting embedded-io v0.4.0 |
338 | 2024-07-19T23:01:16.312Z | Documenting heapless v0.8.0 |
339 | 2024-07-19T23:01:17.548Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
340 | 2024-07-19T23:01:18.118Z | Checking zerocopy v0.7.35 |
341 | 2024-07-19T23:01:19.472Z | Checking itertools v0.12.1 |
342 | 2024-07-19T23:01:20.297Z | Checking tabwriter v1.4.0 |
343 | 2024-07-19T23:01:20.447Z | Documenting smoltcp v0.11.0 |
344 | 2024-07-19T23:01:20.527Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
345 | 2024-07-19T23:01:21.486Z | Checking crc32fast v1.4.2 |
346 | 2024-07-19T23:01:21.594Z | Checking dyn-clone v1.0.17 |
347 | 2024-07-19T23:01:21.676Z | Documenting either v1.13.0 |
348 | 2024-07-19T23:01:21.722Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
349 | 2024-07-19T23:01:22.962Z | Compiling bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
350 | 2024-07-19T23:01:23.349Z | Checking postcard v1.0.8 |
351 | 2024-07-19T23:01:24.004Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
352 | 2024-07-19T23:01:24.085Z | Checking serde_tokenstream v0.2.1 |
353 | 2024-07-19T23:01:24.441Z | Documenting unicode-width v0.1.13 |
354 | 2024-07-19T23:01:25.010Z | Documenting ipnetwork v0.20.0 |
355 | 2024-07-19T23:01:25.159Z | Documenting bitflags v2.6.0 |
356 | 2024-07-19T23:01:25.452Z | Documenting itertools v0.12.1 |
357 | 2024-07-19T23:01:25.525Z | Documenting crc32fast v1.4.2 |
358 | 2024-07-19T23:01:25.535Z | Documenting dyn-clone v1.0.17 |
359 | 2024-07-19T23:01:27.299Z | Documenting tabwriter v1.4.0 |
360 | 2024-07-19T23:01:28.429Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
361 | 2024-07-19T23:01:28.515Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
362 | 2024-07-19T23:01:29.284Z | Documenting bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
363 | 2024-07-19T23:01:30.587Z | Compiling macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
364 | 2024-07-19T23:01:31.827Z | Checking illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
365 | 2024-07-19T23:01:32.458Z | Documenting darling_core v0.20.10 |
366 | 2024-07-19T23:01:32.458Z | Documenting serde_derive v1.0.204 |
367 | 2024-07-19T23:01:32.458Z | Documenting serde_tokenstream v0.2.1 |
368 | 2024-07-19T23:01:32.462Z | Documenting zerocopy-derive v0.7.35 |
369 | 2024-07-19T23:01:32.462Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
370 | 2024-07-19T23:01:37.020Z | Documenting zerocopy v0.7.35 |
371 | 2024-07-19T23:01:37.207Z | Documenting macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
372 | 2024-07-19T23:01:39.369Z | Documenting serde v1.0.204 |
373 | 2024-07-19T23:01:41.159Z | Documenting darling_macro v0.20.10 |
374 | 2024-07-19T23:01:41.846Z | Documenting illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
375 | 2024-07-19T23:01:44.710Z | Documenting darling v0.20.10 |
376 | 2024-07-19T23:01:45.566Z | Documenting postcard v1.0.8 |
377 | 2024-07-19T23:01:48.013Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
378 | 2024-07-19T23:01:49.068Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
379 | 2024-07-19T23:01:52.607Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
380 | 2024-07-19T23:01:59.390Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
381 | 2024-07-19T23:02:03.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
382 | 2024-07-19T23:02:04.028Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
383 | 2024-07-19T23:02:04.051Z | |
384 | 2024-07-19T23:02:04.054Z | real 1:14.398373754 |
385 | 2024-07-19T23:02:04.054Z | user 3:19.714639485 |
386 | 2024-07-19T23:02:04.054Z | sys 2:39.302427268 |
387 | 2024-07-19T23:02:04.054Z | trap 0.081767017 |
388 | 2024-07-19T23:02:04.054Z | tflt 0.734242381 |
389 | 2024-07-19T23:02:04.054Z | dflt 2.158883506 |
390 | 2024-07-19T23:02:04.054Z | kflt 0.013847008 |
391 | 2024-07-19T23:02:04.054Z | lock 7:51.388097112 |
392 | 2024-07-19T23:02:04.054Z | slp 16:20.694253704 |
393 | 2024-07-19T23:02:04.054Z | lat 11.553576599 |
394 | 2024-07-19T23:02:04.054Z | stop 14.927286658 |
395 | 2024-07-19T23:02:04.054Z | + header 'analyze std + api + usdt' |
396 | 2024-07-19T23:02:04.054Z | + echo '# ==== analyze std + api + usdt ==== #' |
397 | 2024-07-19T23:02:04.054Z | # ==== analyze std + api + usdt ==== # |
398 | 2024-07-19T23:02:04.054Z | + ptime -m cargo clippy --features usdt --all-targets |
399 | 2024-07-19T23:02:04.376Z | Downloading crates ... |
400 | 2024-07-19T23:02:04.494Z | Downloaded futures-io v0.3.30 |
401 | 2024-07-19T23:02:04.497Z | Downloaded cookie-factory v0.3.3 |
402 | 2024-07-19T23:02:04.502Z | Downloaded circular v0.3.0 |
403 | 2024-07-19T23:02:04.506Z | Downloaded slab v0.4.9 |
404 | 2024-07-19T23:02:04.509Z | Downloaded futures-core v0.3.30 |
405 | 2024-07-19T23:02:04.509Z | Downloaded futures-sink v0.3.30 |
406 | 2024-07-19T23:02:04.513Z | Downloaded futures-executor v0.3.30 |
407 | 2024-07-19T23:02:04.516Z | Downloaded futures-task v0.3.30 |
408 | 2024-07-19T23:02:04.516Z | Downloaded autocfg v1.3.0 |
409 | 2024-07-19T23:02:04.519Z | Downloaded rusticata-macros v4.1.0 |
410 | 2024-07-19T23:02:04.519Z | Downloaded pin-utils v0.1.0 |
411 | 2024-07-19T23:02:04.522Z | Downloaded pin-project-lite v0.2.14 |
412 | 2024-07-19T23:02:04.525Z | Downloaded futures-channel v0.3.30 |
413 | 2024-07-19T23:02:04.528Z | Downloaded futures v0.3.30 |
414 | 2024-07-19T23:02:04.532Z | Downloaded ron v0.8.1 |
415 | 2024-07-19T23:02:04.536Z | Downloaded pcap-parser v0.15.0 |
416 | 2024-07-19T23:02:04.539Z | Downloaded futures-util v0.3.30 |
417 | 2024-07-19T23:02:04.550Z | Downloaded base64 v0.21.7 |
418 | 2024-07-19T23:02:04.553Z | Downloaded futures-macro v0.3.30 |
419 | 2024-07-19T23:02:04.556Z | Downloaded ctor v0.2.8 |
420 | 2024-07-19T23:02:04.634Z | Compiling proc-macro2 v1.0.86 |
421 | 2024-07-19T23:02:04.634Z | Compiling unicode-ident v1.0.12 |
422 | 2024-07-19T23:02:04.637Z | Compiling thiserror v1.0.62 |
423 | 2024-07-19T23:02:04.637Z | Compiling memchr v2.7.4 |
424 | 2024-07-19T23:02:04.637Z | Compiling ucd-trie v0.1.6 |
425 | 2024-07-19T23:02:04.638Z | Compiling version_check v0.9.4 |
426 | 2024-07-19T23:02:04.643Z | Compiling libc v0.2.155 |
427 | 2024-07-19T23:02:04.854Z | Compiling once_cell v1.19.0 |
428 | 2024-07-19T23:02:05.151Z | Compiling serde v1.0.204 |
429 | 2024-07-19T23:02:05.249Z | Compiling serde_json v1.0.120 |
430 | 2024-07-19T23:02:05.366Z | Checking byteorder v1.5.0 |
431 | 2024-07-19T23:02:05.409Z | Compiling ryu v1.0.18 |
432 | 2024-07-19T23:02:05.510Z | Compiling autocfg v1.3.0 |
433 | 2024-07-19T23:02:05.705Z | Compiling itoa v1.0.11 |
434 | 2024-07-19T23:02:05.756Z | Compiling usdt-impl v0.5.0 |
435 | 2024-07-19T23:02:06.085Z | Checking log v0.4.22 |
436 | 2024-07-19T23:02:06.138Z | Compiling quote v1.0.36 |
437 | 2024-07-19T23:02:06.224Z | Compiling slab v0.4.9 |
438 | 2024-07-19T23:02:06.326Z | Checking plain v0.2.3 |
439 | 2024-07-19T23:02:06.444Z | Compiling thread-id v4.2.1 |
440 | 2024-07-19T23:02:06.465Z | Compiling ident_case v1.0.1 |
441 | 2024-07-19T23:02:06.536Z | Compiling syn v2.0.71 |
442 | 2024-07-19T23:02:06.583Z | Checking futures-core v0.3.30 |
443 | 2024-07-19T23:02:06.633Z | Compiling strsim v0.11.1 |
444 | 2024-07-19T23:02:06.653Z | Compiling fnv v1.0.7 |
445 | 2024-07-19T23:02:06.682Z | Compiling heapless v0.8.0 |
446 | 2024-07-19T23:02:06.748Z | Checking futures-sink v0.3.30 |
447 | 2024-07-19T23:02:06.801Z | Checking hash32 v0.3.1 |
448 | 2024-07-19T23:02:06.872Z | Checking futures-channel v0.3.30 |
449 | 2024-07-19T23:02:06.957Z | Checking futures-task v0.3.30 |
450 | 2024-07-19T23:02:06.996Z | Checking cfg-if v1.0.0 |
451 | 2024-07-19T23:02:07.068Z | Checking pin-utils v0.1.0 |
452 | 2024-07-19T23:02:07.075Z | Checking futures-io v0.3.30 |
453 | 2024-07-19T23:02:07.138Z | Compiling smoltcp v0.11.0 |
454 | 2024-07-19T23:02:07.165Z | Checking pretty-hex v0.4.1 |
455 | 2024-07-19T23:02:07.213Z | Checking stable_deref_trait v1.2.0 |
456 | 2024-07-19T23:02:07.227Z | Checking pin-project-lite v0.2.14 |
457 | 2024-07-19T23:02:07.317Z | Checking bitflags v1.3.2 |
458 | 2024-07-19T23:02:07.327Z | Checking cobs v0.2.3 |
459 | 2024-07-19T23:02:07.349Z | Checking managed v0.8.0 |
460 | 2024-07-19T23:02:07.392Z | Checking embedded-io v0.4.0 |
461 | 2024-07-19T23:02:07.392Z | Checking memmap v0.7.0 |
462 | 2024-07-19T23:02:07.479Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
463 | 2024-07-19T23:02:07.569Z | Checking minimal-lexical v0.2.1 |
464 | 2024-07-19T23:02:07.569Z | Checking ipnetwork v0.20.0 |
465 | 2024-07-19T23:02:07.682Z | Checking unicode-width v0.1.13 |
466 | 2024-07-19T23:02:07.839Z | Checking either v1.13.0 |
467 | 2024-07-19T23:02:07.844Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
468 | 2024-07-19T23:02:07.870Z | Checking tabwriter v1.4.0 |
469 | 2024-07-19T23:02:07.932Z | Checking crc32fast v1.4.2 |
470 | 2024-07-19T23:02:07.985Z | Checking nom v7.1.3 |
471 | 2024-07-19T23:02:08.023Z | Checking dyn-clone v1.0.17 |
472 | 2024-07-19T23:02:08.088Z | Checking circular v0.3.0 |
473 | 2024-07-19T23:02:08.123Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
474 | 2024-07-19T23:02:08.129Z | Checking itertools v0.12.1 |
475 | 2024-07-19T23:02:08.143Z | Checking base64 v0.21.7 |
476 | 2024-07-19T23:02:10.490Z | Checking rusticata-macros v4.1.0 |
477 | 2024-07-19T23:02:11.291Z | Compiling darling_core v0.20.10 |
478 | 2024-07-19T23:02:13.002Z | Compiling thiserror-impl v1.0.62 |
479 | 2024-07-19T23:02:13.002Z | Compiling serde_derive v1.0.204 |
480 | 2024-07-19T23:02:13.002Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-07-19T23:02:13.006Z | Compiling scroll_derive v0.12.0 |
482 | 2024-07-19T23:02:13.103Z | Compiling futures-macro v0.3.30 |
483 | 2024-07-19T23:02:13.193Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
484 | 2024-07-19T23:02:14.068Z | Compiling ctor v0.2.8 |
485 | 2024-07-19T23:02:14.465Z | Checking scroll v0.12.0 |
486 | 2024-07-19T23:02:14.922Z | Checking goblin v0.8.2 |
487 | 2024-07-19T23:02:14.952Z | Compiling darling_macro v0.20.10 |
488 | 2024-07-19T23:02:14.992Z | Checking futures-util v0.3.30 |
489 | 2024-07-19T23:02:14.998Z | Compiling zerocopy v0.7.35 |
490 | 2024-07-19T23:02:15.733Z | Compiling pest v2.7.11 |
491 | 2024-07-19T23:02:15.922Z | Compiling darling v0.20.10 |
492 | 2024-07-19T23:02:16.020Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
493 | 2024-07-19T23:02:18.036Z | Compiling pest_meta v2.7.11 |
494 | 2024-07-19T23:02:19.018Z | Compiling pest_generator v2.7.11 |
495 | 2024-07-19T23:02:19.720Z | Checking futures-executor v0.3.30 |
496 | 2024-07-19T23:02:19.922Z | Checking futures v0.3.30 |
497 | 2024-07-19T23:02:20.013Z | Checking cookie-factory v0.3.3 |
498 | 2024-07-19T23:02:20.338Z | Compiling pest_derive v2.7.11 |
499 | 2024-07-19T23:02:20.455Z | Checking pcap-parser v0.15.0 |
500 | 2024-07-19T23:02:20.958Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-07-19T23:02:22.339Z | Checking postcard v1.0.8 |
502 | 2024-07-19T23:02:22.339Z | Checking bitflags v2.6.0 |
503 | 2024-07-19T23:02:22.542Z | Checking ron v0.8.1 |
504 | 2024-07-19T23:02:22.827Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
505 | 2024-07-19T23:02:23.057Z | Compiling serde_tokenstream v0.2.1 |
506 | 2024-07-19T23:02:23.408Z | Checking dof v0.3.0 |
507 | 2024-07-19T23:02:25.216Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-07-19T23:02:25.216Z | Compiling usdt-macro v0.5.0 |
509 | 2024-07-19T23:02:26.067Z | Checking usdt v0.5.0 |
510 | 2024-07-19T23:02:32.375Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
511 | 2024-07-19T23:02:34.758Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
512 | 2024-07-19T23:02:37.527Z | warning: assigning the result of `Clone::clone()` may be inefficient |
513 | 2024-07-19T23:02:37.528Z | --> lib/oxide-vpc/tests/integration_tests.rs:1365:17 |
514 | 2024-07-19T23:02:37.528Z | | |
515 | 2024-07-19T23:02:37.528Z | 1365 | req.external_ips_v4 = new_v4_cfg.clone(); |
516 | 2024-07-19T23:02:37.528Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `req.external_ips_v4.clone_from(&new_v4_cfg)` |
517 | 2024-07-19T23:02:37.528Z | | |
518 | 2024-07-19T23:02:37.528Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones |
519 | 2024-07-19T23:02:37.528Z | = note: `#[warn(clippy::assigning_clones)]` on by default |
520 | 2024-07-19T23:02:37.528Z | |
521 | 2024-07-19T23:02:37.531Z | warning: assigning the result of `Clone::clone()` may be inefficient |
522 | 2024-07-19T23:02:37.531Z | --> lib/oxide-vpc/tests/integration_tests.rs:1372:17 |
523 | 2024-07-19T23:02:37.531Z | | |
524 | 2024-07-19T23:02:37.531Z | 1372 | req.external_ips_v6 = new_v6_cfg.clone(); |
525 | 2024-07-19T23:02:37.531Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `req.external_ips_v6.clone_from(&new_v6_cfg)` |
526 | 2024-07-19T23:02:37.531Z | | |
527 | 2024-07-19T23:02:37.531Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones |
528 | 2024-07-19T23:02:37.531Z | |
529 | 2024-07-19T23:02:38.283Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
530 | 2024-07-19T23:02:38.283Z | --> lib/oxide-vpc/tests/integration_tests.rs:4016:9 |
531 | 2024-07-19T23:02:38.283Z | | |
532 | 2024-07-19T23:02:38.283Z | 4016 | cidr.clone(), |
533 | 2024-07-19T23:02:38.283Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
534 | 2024-07-19T23:02:38.283Z | | |
535 | 2024-07-19T23:02:38.284Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
536 | 2024-07-19T23:02:38.284Z | = note: `#[warn(clippy::clone_on_copy)]` on by default |
537 | 2024-07-19T23:02:38.284Z | |
538 | 2024-07-19T23:02:38.284Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
539 | 2024-07-19T23:02:38.284Z | --> lib/oxide-vpc/tests/integration_tests.rs:4017:33 |
540 | 2024-07-19T23:02:38.284Z | | |
541 | 2024-07-19T23:02:38.284Z | 4017 | RouterTarget::VpcSubnet(cidr.clone()), |
542 | 2024-07-19T23:02:38.284Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
543 | 2024-07-19T23:02:38.284Z | | |
544 | 2024-07-19T23:02:38.284Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
545 | 2024-07-19T23:02:38.284Z | |
546 | 2024-07-19T23:02:38.293Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
547 | 2024-07-19T23:02:38.293Z | --> lib/oxide-vpc/tests/integration_tests.rs:4068:9 |
548 | 2024-07-19T23:02:38.293Z | | |
549 | 2024-07-19T23:02:38.293Z | 4068 | cidr.clone(), |
550 | 2024-07-19T23:02:38.293Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
551 | 2024-07-19T23:02:38.293Z | | |
552 | 2024-07-19T23:02:38.293Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
553 | 2024-07-19T23:02:38.293Z | |
554 | 2024-07-19T23:02:38.308Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
555 | 2024-07-19T23:02:38.308Z | --> lib/oxide-vpc/tests/integration_tests.rs:4103:9 |
556 | 2024-07-19T23:02:38.308Z | | |
557 | 2024-07-19T23:02:38.308Z | 4103 | cidr.clone(), |
558 | 2024-07-19T23:02:38.308Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
559 | 2024-07-19T23:02:38.309Z | | |
560 | 2024-07-19T23:02:38.309Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
561 | 2024-07-19T23:02:38.309Z | |
562 | 2024-07-19T23:02:38.337Z | warning: using `clone` on type `IpCidr` which implements the `Copy` trait |
563 | 2024-07-19T23:02:38.337Z | --> lib/oxide-vpc/tests/integration_tests.rs:4147:9 |
564 | 2024-07-19T23:02:38.337Z | | |
565 | 2024-07-19T23:02:38.337Z | 4147 | cidr.clone(), |
566 | 2024-07-19T23:02:38.337Z | | ^^^^^^^^^^^^ help: try removing the `clone` call: `cidr` |
567 | 2024-07-19T23:02:38.337Z | | |
568 | 2024-07-19T23:02:38.337Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy |
569 | 2024-07-19T23:02:38.337Z | |
570 | 2024-07-19T23:02:38.519Z | warning: `oxide-vpc` (test "integration_tests") generated 7 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 5 suggestions) |
571 | 2024-07-19T23:02:38.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.34s |
572 | 2024-07-19T23:02:38.556Z | |
573 | 2024-07-19T23:02:38.559Z | real 34.509245270 |
574 | 2024-07-19T23:02:38.559Z | user 1:47.088597754 |
575 | 2024-07-19T23:02:38.559Z | sys 25.878442900 |
576 | 2024-07-19T23:02:38.559Z | trap 0.051262345 |
577 | 2024-07-19T23:02:38.559Z | tflt 0.289747177 |
578 | 2024-07-19T23:02:38.559Z | dflt 0.574274357 |
579 | 2024-07-19T23:02:38.559Z | kflt 0.000000000 |
580 | 2024-07-19T23:02:38.559Z | lock 2:56.546521365 |
581 | 2024-07-19T23:02:38.559Z | slp 6:44.911812518 |
582 | 2024-07-19T23:02:38.559Z | lat 3.400135180 |
583 | 2024-07-19T23:02:38.559Z | stop 6.248369278 |
584 | 2024-07-19T23:02:38.560Z | + header 'analyze no_std + engine + kernel' |
585 | 2024-07-19T23:02:38.560Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
586 | 2024-07-19T23:02:38.560Z | # ==== analyze no_std + engine + kernel ==== # |
587 | 2024-07-19T23:02:38.560Z | + ptime -m cargo +nightly-2024-06-27 clippy --no-default-features --features engine,kernel |
588 | 2024-07-19T23:02:38.918Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
589 | 2024-07-19T23:02:38.918Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
590 | 2024-07-19T23:02:38.921Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
591 | 2024-07-19T23:02:38.921Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
592 | 2024-07-19T23:02:39.106Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
593 | 2024-07-19T23:02:40.027Z | warning: doc list item missing indentation |
594 | 2024-07-19T23:02:40.027Z | --> crates/opte-api/src/dns.rs:31:5 |
595 | 2024-07-19T23:02:40.027Z | | |
596 | 2024-07-19T23:02:40.027Z | 31 | /// and 63 octets. |
597 | 2024-07-19T23:02:40.027Z | | ^ |
598 | 2024-07-19T23:02:40.027Z | | |
599 | 2024-07-19T23:02:40.027Z | = help: if this is supposed to be its own paragraph, add a blank line |
600 | 2024-07-19T23:02:40.027Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
601 | 2024-07-19T23:02:40.027Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
602 | 2024-07-19T23:02:40.027Z | help: indent this line |
603 | 2024-07-19T23:02:40.027Z | | |
604 | 2024-07-19T23:02:40.027Z | 31 | /// and 63 octets. |
605 | 2024-07-19T23:02:40.027Z | | ++ |
606 | 2024-07-19T23:02:40.027Z | |
607 | 2024-07-19T23:02:40.451Z | warning: `opte-api` (lib) generated 1 warning |
608 | 2024-07-19T23:02:43.901Z | warning: doc list item missing indentation |
609 | 2024-07-19T23:02:43.901Z | --> lib/opte/src/engine/dhcpv6/mod.rs:57:5 |
610 | 2024-07-19T23:02:43.901Z | | |
611 | 2024-07-19T23:02:43.901Z | 57 | //! without waiting for a second ACK sequence of messages. |
612 | 2024-07-19T23:02:43.901Z | | ^ |
613 | 2024-07-19T23:02:43.901Z | | |
614 | 2024-07-19T23:02:43.901Z | = help: if this is supposed to be its own paragraph, add a blank line |
615 | 2024-07-19T23:02:43.901Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
616 | 2024-07-19T23:02:43.901Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
617 | 2024-07-19T23:02:43.901Z | help: indent this line |
618 | 2024-07-19T23:02:43.901Z | | |
619 | 2024-07-19T23:02:43.901Z | 57 | //! without waiting for a second ACK sequence of messages. |
620 | 2024-07-19T23:02:43.901Z | | ++ |
621 | 2024-07-19T23:02:43.901Z | |
622 | 2024-07-19T23:02:43.904Z | warning: doc list item missing indentation |
623 | 2024-07-19T23:02:43.904Z | --> lib/opte/src/engine/dhcpv6/mod.rs:60:5 |
624 | 2024-07-19T23:02:43.904Z | | |
625 | 2024-07-19T23:02:43.904Z | 60 | //! use. |
626 | 2024-07-19T23:02:43.904Z | | ^ |
627 | 2024-07-19T23:02:43.904Z | | |
628 | 2024-07-19T23:02:43.904Z | = help: if this is supposed to be its own paragraph, add a blank line |
629 | 2024-07-19T23:02:43.904Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
630 | 2024-07-19T23:02:43.904Z | help: indent this line |
631 | 2024-07-19T23:02:43.905Z | | |
632 | 2024-07-19T23:02:43.905Z | 60 | //! use. |
633 | 2024-07-19T23:02:43.905Z | | ++ |
634 | 2024-07-19T23:02:43.905Z | |
635 | 2024-07-19T23:02:44.929Z | warning: doc list item missing indentation |
636 | 2024-07-19T23:02:44.929Z | --> lib/opte/src/engine/packet.rs:12:5 |
637 | 2024-07-19T23:02:44.929Z | | |
638 | 2024-07-19T23:02:44.929Z | 12 | //! indepenndent packets. Also consider having chains that represent |
639 | 2024-07-19T23:02:44.929Z | | ^ |
640 | 2024-07-19T23:02:44.929Z | | |
641 | 2024-07-19T23:02:44.929Z | = help: if this is supposed to be its own paragraph, add a blank line |
642 | 2024-07-19T23:02:44.929Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
643 | 2024-07-19T23:02:44.929Z | help: indent this line |
644 | 2024-07-19T23:02:44.929Z | | |
645 | 2024-07-19T23:02:44.929Z | 12 | //! indepenndent packets. Also consider having chains that represent |
646 | 2024-07-19T23:02:44.929Z | | ++ |
647 | 2024-07-19T23:02:44.929Z | |
648 | 2024-07-19T23:02:44.932Z | warning: doc list item missing indentation |
649 | 2024-07-19T23:02:44.932Z | --> lib/opte/src/engine/packet.rs:13:5 |
650 | 2024-07-19T23:02:44.932Z | | |
651 | 2024-07-19T23:02:44.932Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
652 | 2024-07-19T23:02:44.932Z | | ^ |
653 | 2024-07-19T23:02:44.932Z | | |
654 | 2024-07-19T23:02:44.932Z | = help: if this is supposed to be its own paragraph, add a blank line |
655 | 2024-07-19T23:02:44.932Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
656 | 2024-07-19T23:02:44.932Z | help: indent this line |
657 | 2024-07-19T23:02:44.932Z | | |
658 | 2024-07-19T23:02:44.932Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
659 | 2024-07-19T23:02:44.932Z | | ++ |
660 | 2024-07-19T23:02:44.933Z | |
661 | 2024-07-19T23:02:44.933Z | warning: doc list item missing indentation |
662 | 2024-07-19T23:02:44.933Z | --> lib/opte/src/engine/packet.rs:14:5 |
663 | 2024-07-19T23:02:44.933Z | | |
664 | 2024-07-19T23:02:44.933Z | 14 | //! do so. |
665 | 2024-07-19T23:02:44.933Z | | ^ |
666 | 2024-07-19T23:02:44.933Z | | |
667 | 2024-07-19T23:02:44.933Z | = help: if this is supposed to be its own paragraph, add a blank line |
668 | 2024-07-19T23:02:44.933Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
669 | 2024-07-19T23:02:44.933Z | help: indent this line |
670 | 2024-07-19T23:02:44.933Z | | |
671 | 2024-07-19T23:02:44.933Z | 14 | //! do so. |
672 | 2024-07-19T23:02:44.933Z | | ++ |
673 | 2024-07-19T23:02:44.933Z | |
674 | 2024-07-19T23:02:45.004Z | warning: doc list item missing indentation |
675 | 2024-07-19T23:02:45.004Z | --> lib/opte/src/engine/packet.rs:616:5 |
676 | 2024-07-19T23:02:45.004Z | | |
677 | 2024-07-19T23:02:45.004Z | 616 | /// how the [`Packet`] generally transitions between them. |
678 | 2024-07-19T23:02:45.004Z | | ^ |
679 | 2024-07-19T23:02:45.004Z | | |
680 | 2024-07-19T23:02:45.004Z | = help: if this is supposed to be its own paragraph, add a blank line |
681 | 2024-07-19T23:02:45.004Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
682 | 2024-07-19T23:02:45.004Z | help: indent this line |
683 | 2024-07-19T23:02:45.004Z | | |
684 | 2024-07-19T23:02:45.004Z | 616 | /// how the [`Packet`] generally transitions between them. |
685 | 2024-07-19T23:02:45.004Z | | ++ |
686 | 2024-07-19T23:02:45.005Z | |
687 | 2024-07-19T23:02:45.008Z | warning: doc list item missing indentation |
688 | 2024-07-19T23:02:45.008Z | --> lib/opte/src/engine/packet.rs:619:5 |
689 | 2024-07-19T23:02:45.008Z | | |
690 | 2024-07-19T23:02:45.008Z | 619 | /// to keep IP header alignment (the host expects this). |
691 | 2024-07-19T23:02:45.008Z | | ^ |
692 | 2024-07-19T23:02:45.008Z | | |
693 | 2024-07-19T23:02:45.008Z | = help: if this is supposed to be its own paragraph, add a blank line |
694 | 2024-07-19T23:02:45.008Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
695 | 2024-07-19T23:02:45.008Z | help: indent this line |
696 | 2024-07-19T23:02:45.008Z | | |
697 | 2024-07-19T23:02:45.008Z | 619 | /// to keep IP header alignment (the host expects this). |
698 | 2024-07-19T23:02:45.008Z | | ++ |
699 | 2024-07-19T23:02:45.008Z | |
700 | 2024-07-19T23:02:45.186Z | warning: doc list item missing indentation |
701 | 2024-07-19T23:02:45.186Z | --> lib/opte/src/engine/port.rs:118:5 |
702 | 2024-07-19T23:02:45.186Z | | |
703 | 2024-07-19T23:02:45.186Z | 118 | /// all. XXX This is probably going away as its only use is for |
704 | 2024-07-19T23:02:45.186Z | | ^ |
705 | 2024-07-19T23:02:45.186Z | | |
706 | 2024-07-19T23:02:45.186Z | = help: if this is supposed to be its own paragraph, add a blank line |
707 | 2024-07-19T23:02:45.186Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
708 | 2024-07-19T23:02:45.186Z | help: indent this line |
709 | 2024-07-19T23:02:45.186Z | | |
710 | 2024-07-19T23:02:45.186Z | 118 | /// all. XXX This is probably going away as its only use is for |
711 | 2024-07-19T23:02:45.187Z | | ++ |
712 | 2024-07-19T23:02:45.187Z | |
713 | 2024-07-19T23:02:45.187Z | warning: doc list item missing indentation |
714 | 2024-07-19T23:02:45.187Z | --> lib/opte/src/engine/port.rs:119:5 |
715 | 2024-07-19T23:02:45.187Z | | |
716 | 2024-07-19T23:02:45.187Z | 119 | /// punting on traffic I didn't want to deal with yet. |
717 | 2024-07-19T23:02:45.187Z | | ^ |
718 | 2024-07-19T23:02:45.187Z | | |
719 | 2024-07-19T23:02:45.187Z | = help: if this is supposed to be its own paragraph, add a blank line |
720 | 2024-07-19T23:02:45.187Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
721 | 2024-07-19T23:02:45.187Z | help: indent this line |
722 | 2024-07-19T23:02:45.187Z | | |
723 | 2024-07-19T23:02:45.187Z | 119 | /// punting on traffic I didn't want to deal with yet. |
724 | 2024-07-19T23:02:45.190Z | | ++ |
725 | 2024-07-19T23:02:45.190Z | |
726 | 2024-07-19T23:02:45.190Z | warning: doc list item missing indentation |
727 | 2024-07-19T23:02:45.190Z | --> lib/opte/src/engine/port.rs:122:5 |
728 | 2024-07-19T23:02:45.190Z | | |
729 | 2024-07-19T23:02:45.190Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
730 | 2024-07-19T23:02:45.190Z | | ^ |
731 | 2024-07-19T23:02:45.190Z | | |
732 | 2024-07-19T23:02:45.190Z | = help: if this is supposed to be its own paragraph, add a blank line |
733 | 2024-07-19T23:02:45.191Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
734 | 2024-07-19T23:02:45.191Z | help: indent this line |
735 | 2024-07-19T23:02:45.191Z | | |
736 | 2024-07-19T23:02:45.191Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
737 | 2024-07-19T23:02:45.191Z | | ++ |
738 | 2024-07-19T23:02:45.191Z | |
739 | 2024-07-19T23:02:45.191Z | warning: doc list item missing indentation |
740 | 2024-07-19T23:02:45.191Z | --> lib/opte/src/engine/port.rs:123:5 |
741 | 2024-07-19T23:02:45.191Z | | |
742 | 2024-07-19T23:02:45.191Z | 123 | /// drop. |
743 | 2024-07-19T23:02:45.191Z | | ^ |
744 | 2024-07-19T23:02:45.191Z | | |
745 | 2024-07-19T23:02:45.191Z | = help: if this is supposed to be its own paragraph, add a blank line |
746 | 2024-07-19T23:02:45.191Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
747 | 2024-07-19T23:02:45.191Z | help: indent this line |
748 | 2024-07-19T23:02:45.191Z | | |
749 | 2024-07-19T23:02:45.191Z | 123 | /// drop. |
750 | 2024-07-19T23:02:45.191Z | | ++ |
751 | 2024-07-19T23:02:45.191Z | |
752 | 2024-07-19T23:02:45.191Z | warning: doc list item missing indentation |
753 | 2024-07-19T23:02:45.191Z | --> lib/opte/src/engine/port.rs:128:5 |
754 | 2024-07-19T23:02:45.191Z | | |
755 | 2024-07-19T23:02:45.191Z | 128 | /// directly with a packet of its own. In this case the original |
756 | 2024-07-19T23:02:45.191Z | | ^ |
757 | 2024-07-19T23:02:45.191Z | | |
758 | 2024-07-19T23:02:45.191Z | = help: if this is supposed to be its own paragraph, add a blank line |
759 | 2024-07-19T23:02:45.191Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
760 | 2024-07-19T23:02:45.191Z | help: indent this line |
761 | 2024-07-19T23:02:45.191Z | | |
762 | 2024-07-19T23:02:45.191Z | 128 | /// directly with a packet of its own. In this case the original |
763 | 2024-07-19T23:02:45.191Z | | ++ |
764 | 2024-07-19T23:02:45.191Z | |
765 | 2024-07-19T23:02:45.191Z | warning: doc list item missing indentation |
766 | 2024-07-19T23:02:45.191Z | --> lib/opte/src/engine/port.rs:129:5 |
767 | 2024-07-19T23:02:45.191Z | | |
768 | 2024-07-19T23:02:45.191Z | 129 | /// packet is dropped. |
769 | 2024-07-19T23:02:45.191Z | | ^ |
770 | 2024-07-19T23:02:45.191Z | | |
771 | 2024-07-19T23:02:45.191Z | = help: if this is supposed to be its own paragraph, add a blank line |
772 | 2024-07-19T23:02:45.192Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
773 | 2024-07-19T23:02:45.192Z | help: indent this line |
774 | 2024-07-19T23:02:45.192Z | | |
775 | 2024-07-19T23:02:45.192Z | 129 | /// packet is dropped. |
776 | 2024-07-19T23:02:45.192Z | | ++ |
777 | 2024-07-19T23:02:45.192Z | |
778 | 2024-07-19T23:02:45.498Z | warning: doc list item missing indentation |
779 | 2024-07-19T23:02:45.498Z | --> lib/opte/src/engine/rule.rs:438:9 |
780 | 2024-07-19T23:02:45.498Z | | |
781 | 2024-07-19T23:02:45.498Z | 438 | /// dynamic resource which has been exhausted. |
782 | 2024-07-19T23:02:45.498Z | | ^ |
783 | 2024-07-19T23:02:45.498Z | | |
784 | 2024-07-19T23:02:45.498Z | = help: if this is supposed to be its own paragraph, add a blank line |
785 | 2024-07-19T23:02:45.498Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
786 | 2024-07-19T23:02:45.498Z | help: indent this line |
787 | 2024-07-19T23:02:45.498Z | | |
788 | 2024-07-19T23:02:45.498Z | 438 | /// dynamic resource which has been exhausted. |
789 | 2024-07-19T23:02:45.498Z | | ++ |
790 | 2024-07-19T23:02:45.498Z | |
791 | 2024-07-19T23:02:45.498Z | warning: doc list item missing indentation |
792 | 2024-07-19T23:02:45.498Z | --> lib/opte/src/engine/rule.rs:441:9 |
793 | 2024-07-19T23:02:45.498Z | | |
794 | 2024-07-19T23:02:45.498Z | 441 | /// unexpected error while trying to generate a descriptor. |
795 | 2024-07-19T23:02:45.498Z | | ^ |
796 | 2024-07-19T23:02:45.498Z | | |
797 | 2024-07-19T23:02:45.498Z | = help: if this is supposed to be its own paragraph, add a blank line |
798 | 2024-07-19T23:02:45.498Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
799 | 2024-07-19T23:02:45.498Z | help: indent this line |
800 | 2024-07-19T23:02:45.498Z | | |
801 | 2024-07-19T23:02:45.498Z | 441 | /// unexpected error while trying to generate a descriptor. |
802 | 2024-07-19T23:02:45.498Z | | ++ |
803 | 2024-07-19T23:02:45.498Z | |
804 | 2024-07-19T23:02:45.721Z | warning: doc list item missing indentation |
805 | 2024-07-19T23:02:45.722Z | --> lib/opte/src/engine/mod.rs:205:5 |
806 | 2024-07-19T23:02:45.722Z | | |
807 | 2024-07-19T23:02:45.722Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
808 | 2024-07-19T23:02:45.722Z | | ^ |
809 | 2024-07-19T23:02:45.722Z | | |
810 | 2024-07-19T23:02:45.722Z | = help: if this is supposed to be its own paragraph, add a blank line |
811 | 2024-07-19T23:02:45.722Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
812 | 2024-07-19T23:02:45.722Z | help: indent this line |
813 | 2024-07-19T23:02:45.722Z | | |
814 | 2024-07-19T23:02:45.722Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
815 | 2024-07-19T23:02:45.722Z | | +++ |
816 | 2024-07-19T23:02:45.722Z | |
817 | 2024-07-19T23:02:45.722Z | warning: doc list item missing indentation |
818 | 2024-07-19T23:02:45.722Z | --> lib/opte/src/engine/mod.rs:206:5 |
819 | 2024-07-19T23:02:45.722Z | | |
820 | 2024-07-19T23:02:45.722Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
821 | 2024-07-19T23:02:45.722Z | | ^ |
822 | 2024-07-19T23:02:45.722Z | | |
823 | 2024-07-19T23:02:45.722Z | = help: if this is supposed to be its own paragraph, add a blank line |
824 | 2024-07-19T23:02:45.722Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
825 | 2024-07-19T23:02:45.722Z | help: indent this line |
826 | 2024-07-19T23:02:45.722Z | | |
827 | 2024-07-19T23:02:45.722Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
828 | 2024-07-19T23:02:45.722Z | | +++ |
829 | 2024-07-19T23:02:45.722Z | |
830 | 2024-07-19T23:02:45.722Z | warning: doc list item missing indentation |
831 | 2024-07-19T23:02:45.722Z | --> lib/opte/src/engine/mod.rs:207:5 |
832 | 2024-07-19T23:02:45.722Z | | |
833 | 2024-07-19T23:02:45.726Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
834 | 2024-07-19T23:02:45.726Z | | ^ |
835 | 2024-07-19T23:02:45.726Z | | |
836 | 2024-07-19T23:02:45.726Z | = help: if this is supposed to be its own paragraph, add a blank line |
837 | 2024-07-19T23:02:45.726Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
838 | 2024-07-19T23:02:45.726Z | help: indent this line |
839 | 2024-07-19T23:02:45.726Z | | |
840 | 2024-07-19T23:02:45.726Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
841 | 2024-07-19T23:02:45.726Z | | +++ |
842 | 2024-07-19T23:02:45.726Z | |
843 | 2024-07-19T23:02:45.726Z | warning: doc list item missing indentation |
844 | 2024-07-19T23:02:45.726Z | --> lib/opte/src/engine/mod.rs:208:5 |
845 | 2024-07-19T23:02:45.726Z | | |
846 | 2024-07-19T23:02:45.726Z | 208 | /// the network implementation. |
847 | 2024-07-19T23:02:45.726Z | | ^ |
848 | 2024-07-19T23:02:45.726Z | | |
849 | 2024-07-19T23:02:45.726Z | = help: if this is supposed to be its own paragraph, add a blank line |
850 | 2024-07-19T23:02:45.726Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
851 | 2024-07-19T23:02:45.726Z | help: indent this line |
852 | 2024-07-19T23:02:45.726Z | | |
853 | 2024-07-19T23:02:45.726Z | 208 | /// the network implementation. |
854 | 2024-07-19T23:02:45.726Z | | +++ |
855 | 2024-07-19T23:02:45.726Z | |
856 | 2024-07-19T23:02:45.726Z | warning: doc list item missing indentation |
857 | 2024-07-19T23:02:45.726Z | --> lib/opte/src/engine/mod.rs:211:5 |
858 | 2024-07-19T23:02:45.726Z | | |
859 | 2024-07-19T23:02:45.726Z | 211 | /// as well as single packet processing (non-flow processing). |
860 | 2024-07-19T23:02:45.726Z | | ^ |
861 | 2024-07-19T23:02:45.726Z | | |
862 | 2024-07-19T23:02:45.726Z | = help: if this is supposed to be its own paragraph, add a blank line |
863 | 2024-07-19T23:02:45.726Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
864 | 2024-07-19T23:02:45.726Z | help: indent this line |
865 | 2024-07-19T23:02:45.727Z | | |
866 | 2024-07-19T23:02:45.727Z | 211 | /// as well as single packet processing (non-flow processing). |
867 | 2024-07-19T23:02:45.727Z | | +++ |
868 | 2024-07-19T23:02:45.727Z | |
869 | 2024-07-19T23:02:46.339Z | warning: `opte` (lib) generated 20 warnings |
870 | 2024-07-19T23:02:46.342Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
871 | 2024-07-19T23:02:47.804Z | warning: doc list item missing indentation |
872 | 2024-07-19T23:02:47.804Z | --> lib/oxide-vpc/src/api.rs:348:5 |
873 | 2024-07-19T23:02:47.804Z | | |
874 | 2024-07-19T23:02:47.804Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
875 | 2024-07-19T23:02:47.804Z | | ^ |
876 | 2024-07-19T23:02:47.804Z | | |
877 | 2024-07-19T23:02:47.804Z | = help: if this is supposed to be its own paragraph, add a blank line |
878 | 2024-07-19T23:02:47.805Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
879 | 2024-07-19T23:02:47.805Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
880 | 2024-07-19T23:02:47.805Z | help: indent this line |
881 | 2024-07-19T23:02:47.805Z | | |
882 | 2024-07-19T23:02:47.805Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
883 | 2024-07-19T23:02:47.805Z | | ++ |
884 | 2024-07-19T23:02:47.805Z | |
885 | 2024-07-19T23:02:47.809Z | warning: doc list item missing indentation |
886 | 2024-07-19T23:02:47.809Z | --> lib/oxide-vpc/src/api.rs:349:5 |
887 | 2024-07-19T23:02:47.809Z | | |
888 | 2024-07-19T23:02:47.809Z | 349 | /// actual destination, but rather a configuration that determines how |
889 | 2024-07-19T23:02:47.809Z | | ^ |
890 | 2024-07-19T23:02:47.809Z | | |
891 | 2024-07-19T23:02:47.809Z | = help: if this is supposed to be its own paragraph, add a blank line |
892 | 2024-07-19T23:02:47.809Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
893 | 2024-07-19T23:02:47.809Z | help: indent this line |
894 | 2024-07-19T23:02:47.809Z | | |
895 | 2024-07-19T23:02:47.809Z | 349 | /// actual destination, but rather a configuration that determines how |
896 | 2024-07-19T23:02:47.809Z | | ++ |
897 | 2024-07-19T23:02:47.809Z | |
898 | 2024-07-19T23:02:47.809Z | warning: doc list item missing indentation |
899 | 2024-07-19T23:02:47.809Z | --> lib/oxide-vpc/src/api.rs:350:5 |
900 | 2024-07-19T23:02:47.809Z | | |
901 | 2024-07-19T23:02:47.809Z | 350 | /// we should NAT the flow. |
902 | 2024-07-19T23:02:47.809Z | | ^ |
903 | 2024-07-19T23:02:47.809Z | | |
904 | 2024-07-19T23:02:47.809Z | = help: if this is supposed to be its own paragraph, add a blank line |
905 | 2024-07-19T23:02:47.809Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
906 | 2024-07-19T23:02:47.809Z | help: indent this line |
907 | 2024-07-19T23:02:47.809Z | | |
908 | 2024-07-19T23:02:47.809Z | 350 | /// we should NAT the flow. |
909 | 2024-07-19T23:02:47.809Z | | ++ |
910 | 2024-07-19T23:02:47.809Z | |
911 | 2024-07-19T23:02:47.809Z | warning: doc list item missing indentation |
912 | 2024-07-19T23:02:47.809Z | --> lib/oxide-vpc/src/api.rs:358:5 |
913 | 2024-07-19T23:02:47.809Z | | |
914 | 2024-07-19T23:02:47.809Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
915 | 2024-07-19T23:02:47.809Z | | ^ |
916 | 2024-07-19T23:02:47.810Z | | |
917 | 2024-07-19T23:02:47.810Z | = help: if this is supposed to be its own paragraph, add a blank line |
918 | 2024-07-19T23:02:47.810Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
919 | 2024-07-19T23:02:47.810Z | help: indent this line |
920 | 2024-07-19T23:02:47.810Z | | |
921 | 2024-07-19T23:02:47.810Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
922 | 2024-07-19T23:02:47.810Z | | ++ |
923 | 2024-07-19T23:02:47.810Z | |
924 | 2024-07-19T23:02:47.810Z | warning: doc list item missing indentation |
925 | 2024-07-19T23:02:47.810Z | --> lib/oxide-vpc/src/api.rs:359:5 |
926 | 2024-07-19T23:02:47.810Z | | |
927 | 2024-07-19T23:02:47.810Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
928 | 2024-07-19T23:02:47.810Z | | ^ |
929 | 2024-07-19T23:02:47.810Z | | |
930 | 2024-07-19T23:02:47.810Z | = help: if this is supposed to be its own paragraph, add a blank line |
931 | 2024-07-19T23:02:47.810Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
932 | 2024-07-19T23:02:47.810Z | help: indent this line |
933 | 2024-07-19T23:02:47.810Z | | |
934 | 2024-07-19T23:02:47.810Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
935 | 2024-07-19T23:02:47.810Z | | ++ |
936 | 2024-07-19T23:02:47.810Z | |
937 | 2024-07-19T23:02:47.810Z | warning: doc list item missing indentation |
938 | 2024-07-19T23:02:47.810Z | --> lib/oxide-vpc/src/api.rs:360:5 |
939 | 2024-07-19T23:02:47.810Z | | |
940 | 2024-07-19T23:02:47.810Z | 360 | /// There is no separate VPC router process, the real routing is done |
941 | 2024-07-19T23:02:47.810Z | | ^ |
942 | 2024-07-19T23:02:47.810Z | | |
943 | 2024-07-19T23:02:47.810Z | = help: if this is supposed to be its own paragraph, add a blank line |
944 | 2024-07-19T23:02:47.810Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
945 | 2024-07-19T23:02:47.810Z | help: indent this line |
946 | 2024-07-19T23:02:47.810Z | | |
947 | 2024-07-19T23:02:47.810Z | 360 | /// There is no separate VPC router process, the real routing is done |
948 | 2024-07-19T23:02:47.810Z | | ++ |
949 | 2024-07-19T23:02:47.810Z | |
950 | 2024-07-19T23:02:47.810Z | warning: doc list item missing indentation |
951 | 2024-07-19T23:02:47.810Z | --> lib/oxide-vpc/src/api.rs:361:5 |
952 | 2024-07-19T23:02:47.810Z | | |
953 | 2024-07-19T23:02:47.810Z | 361 | /// by the underlay. |
954 | 2024-07-19T23:02:47.810Z | | ^ |
955 | 2024-07-19T23:02:47.811Z | | |
956 | 2024-07-19T23:02:47.811Z | = help: if this is supposed to be its own paragraph, add a blank line |
957 | 2024-07-19T23:02:47.811Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
958 | 2024-07-19T23:02:47.811Z | help: indent this line |
959 | 2024-07-19T23:02:47.811Z | | |
960 | 2024-07-19T23:02:47.811Z | 361 | /// by the underlay. |
961 | 2024-07-19T23:02:47.811Z | | ++ |
962 | 2024-07-19T23:02:47.811Z | |
963 | 2024-07-19T23:02:48.666Z | warning: `oxide-vpc` (lib) generated 7 warnings |
964 | 2024-07-19T23:02:48.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s |
965 | 2024-07-19T23:02:48.702Z | |
966 | 2024-07-19T23:02:48.705Z | real 10.142393403 |
967 | 2024-07-19T23:02:48.705Z | user 10.452598800 |
968 | 2024-07-19T23:02:48.705Z | sys 1.804943383 |
969 | 2024-07-19T23:02:48.705Z | trap 0.001894903 |
970 | 2024-07-19T23:02:48.705Z | tflt 0.009291567 |
971 | 2024-07-19T23:02:48.705Z | dflt 0.018716607 |
972 | 2024-07-19T23:02:48.705Z | kflt 0.000000000 |
973 | 2024-07-19T23:02:48.705Z | lock 28.665085236 |
974 | 2024-07-19T23:02:48.705Z | slp 35.663433616 |
975 | 2024-07-19T23:02:48.705Z | lat 0.044682205 |
976 | 2024-07-19T23:02:48.705Z | stop 0.163100118 |
977 | 2024-07-19T23:02:48.705Z | + header test |
978 | 2024-07-19T23:02:48.705Z | + echo '# ==== test ==== #' |
979 | 2024-07-19T23:02:48.706Z | # ==== test ==== # |
980 | 2024-07-19T23:02:48.706Z | + ptime -m cargo test |
981 | 2024-07-19T23:02:48.988Z | Compiling unicode-ident v1.0.12 |
982 | 2024-07-19T23:02:48.988Z | Compiling memchr v2.7.4 |
983 | 2024-07-19T23:02:48.991Z | Compiling byteorder v1.5.0 |
984 | 2024-07-19T23:02:48.991Z | Compiling ucd-trie v0.1.6 |
985 | 2024-07-19T23:02:48.991Z | Compiling itoa v1.0.11 |
986 | 2024-07-19T23:02:48.998Z | Compiling ryu v1.0.18 |
987 | 2024-07-19T23:02:49.010Z | Compiling libc v0.2.155 |
988 | 2024-07-19T23:02:49.015Z | Compiling futures-sink v0.3.30 |
989 | 2024-07-19T23:02:49.134Z | Compiling proc-macro2 v1.0.86 |
990 | 2024-07-19T23:02:49.150Z | Compiling log v0.4.22 |
991 | 2024-07-19T23:02:49.187Z | Compiling plain v0.2.3 |
992 | 2024-07-19T23:02:49.318Z | Compiling futures-core v0.3.30 |
993 | 2024-07-19T23:02:49.328Z | Compiling slab v0.4.9 |
994 | 2024-07-19T23:02:49.439Z | Compiling hash32 v0.3.1 |
995 | 2024-07-19T23:02:49.558Z | Compiling futures-channel v0.3.30 |
996 | 2024-07-19T23:02:49.566Z | Compiling pin-project-lite v0.2.14 |
997 | 2024-07-19T23:02:49.589Z | Compiling futures-io v0.3.30 |
998 | 2024-07-19T23:02:49.666Z | Compiling thread-id v4.2.1 |
999 | 2024-07-19T23:02:49.671Z | Compiling cfg-if v1.0.0 |
1000 | 2024-07-19T23:02:49.699Z | Compiling pretty-hex v0.4.1 |
1001 | 2024-07-19T23:02:49.731Z | Compiling pin-utils v0.1.0 |
1002 | 2024-07-19T23:02:49.738Z | Compiling futures-task v0.3.30 |
1003 | 2024-07-19T23:02:49.746Z | Compiling stable_deref_trait v1.2.0 |
1004 | 2024-07-19T23:02:49.804Z | Compiling cobs v0.2.3 |
1005 | 2024-07-19T23:02:49.825Z | Compiling heapless v0.8.0 |
1006 | 2024-07-19T23:02:49.869Z | Compiling quote v1.0.36 |
1007 | 2024-07-19T23:02:49.924Z | Compiling managed v0.8.0 |
1008 | 2024-07-19T23:02:49.954Z | Compiling embedded-io v0.4.0 |
1009 | 2024-07-19T23:02:50.026Z | Compiling bitflags v1.3.2 |
1010 | 2024-07-19T23:02:50.085Z | Compiling memmap v0.7.0 |
1011 | 2024-07-19T23:02:50.106Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1012 | 2024-07-19T23:02:50.150Z | Compiling minimal-lexical v0.2.1 |
1013 | 2024-07-19T23:02:50.342Z | Compiling syn v2.0.71 |
1014 | 2024-07-19T23:02:50.453Z | Compiling unicode-width v0.1.13 |
1015 | 2024-07-19T23:02:50.466Z | Compiling either v1.13.0 |
1016 | 2024-07-19T23:02:50.604Z | Compiling ipnetwork v0.20.0 |
1017 | 2024-07-19T23:02:50.663Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1018 | 2024-07-19T23:02:50.673Z | Compiling tabwriter v1.4.0 |
1019 | 2024-07-19T23:02:50.787Z | Compiling smoltcp v0.11.0 |
1020 | 2024-07-19T23:02:50.817Z | Compiling itertools v0.12.1 |
1021 | 2024-07-19T23:02:50.853Z | Compiling nom v7.1.3 |
1022 | 2024-07-19T23:02:50.946Z | Compiling crc32fast v1.4.2 |
1023 | 2024-07-19T23:02:51.077Z | Compiling dyn-clone v1.0.17 |
1024 | 2024-07-19T23:02:51.212Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1025 | 2024-07-19T23:02:51.212Z | Compiling circular v0.3.0 |
1026 | 2024-07-19T23:02:51.239Z | Compiling base64 v0.21.7 |
1027 | 2024-07-19T23:02:53.107Z | Compiling rusticata-macros v4.1.0 |
1028 | 2024-07-19T23:02:54.538Z | Compiling darling_core v0.20.10 |
1029 | 2024-07-19T23:02:57.495Z | Compiling serde_derive v1.0.204 |
1030 | 2024-07-19T23:02:57.495Z | Compiling thiserror-impl v1.0.62 |
1031 | 2024-07-19T23:02:57.498Z | Compiling zerocopy-derive v0.7.35 |
1032 | 2024-07-19T23:02:57.498Z | Compiling scroll_derive v0.12.0 |
1033 | 2024-07-19T23:02:57.498Z | Compiling futures-macro v0.3.30 |
1034 | 2024-07-19T23:02:57.498Z | Compiling darling_macro v0.20.10 |
1035 | 2024-07-19T23:02:57.498Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1036 | 2024-07-19T23:02:57.498Z | Compiling ctor v0.2.8 |
1037 | 2024-07-19T23:02:58.804Z | Compiling darling v0.20.10 |
1038 | 2024-07-19T23:02:58.895Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1039 | 2024-07-19T23:02:59.249Z | Compiling scroll v0.12.0 |
1040 | 2024-07-19T23:02:59.605Z | Compiling futures-util v0.3.30 |
1041 | 2024-07-19T23:02:59.679Z | Compiling goblin v0.8.2 |
1042 | 2024-07-19T23:02:59.686Z | Compiling zerocopy v0.7.35 |
1043 | 2024-07-19T23:03:00.144Z | Compiling thiserror v1.0.62 |
1044 | 2024-07-19T23:03:00.208Z | Compiling pest v2.7.11 |
1045 | 2024-07-19T23:03:02.157Z | Compiling pest_meta v2.7.11 |
1046 | 2024-07-19T23:03:02.418Z | Compiling serde v1.0.204 |
1047 | 2024-07-19T23:03:03.210Z | Compiling pest_generator v2.7.11 |
1048 | 2024-07-19T23:03:04.565Z | Compiling futures-executor v0.3.30 |
1049 | 2024-07-19T23:03:04.698Z | Compiling pest_derive v2.7.11 |
1050 | 2024-07-19T23:03:04.785Z | Compiling futures v0.3.30 |
1051 | 2024-07-19T23:03:04.884Z | Compiling cookie-factory v0.3.3 |
1052 | 2024-07-19T23:03:05.348Z | Compiling pcap-parser v0.15.0 |
1053 | 2024-07-19T23:03:05.891Z | Compiling dtrace-parser v0.2.0 |
1054 | 2024-07-19T23:03:07.811Z | Compiling serde_json v1.0.120 |
1055 | 2024-07-19T23:03:07.811Z | Compiling postcard v1.0.8 |
1056 | 2024-07-19T23:03:07.811Z | Compiling bitflags v2.6.0 |
1057 | 2024-07-19T23:03:08.039Z | Compiling serde_tokenstream v0.2.1 |
1058 | 2024-07-19T23:03:08.047Z | Compiling ron v0.8.1 |
1059 | 2024-07-19T23:03:08.348Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1060 | 2024-07-19T23:03:09.089Z | Compiling dof v0.3.0 |
1061 | 2024-07-19T23:03:09.863Z | Compiling usdt-impl v0.5.0 |
1062 | 2024-07-19T23:03:10.792Z | Compiling usdt-attr-macro v0.5.0 |
1063 | 2024-07-19T23:03:10.792Z | Compiling usdt-macro v0.5.0 |
1064 | 2024-07-19T23:03:11.992Z | Compiling usdt v0.5.0 |
1065 | 2024-07-19T23:03:16.663Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1066 | 2024-07-19T23:03:18.788Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
1067 | 2024-07-19T23:03:28.234Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 39.49s |
1068 | 2024-07-19T23:03:28.255Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-e8f988d14ae5b17e) |
1069 | 2024-07-19T23:03:28.269Z | |
1070 | 2024-07-19T23:03:28.269Z | running 9 tests |
1071 | 2024-07-19T23:03:28.272Z | test api::tests::parse_good_proto_filter ... ok |
1072 | 2024-07-19T23:03:28.272Z | test api::tests::parse_bad_proto_filter ... ok |
1073 | 2024-07-19T23:03:28.272Z | test api::tests::ports_from_str_good ... ok |
1074 | 2024-07-19T23:03:28.272Z | test api::tests::parse_bad_address ... ok |
1075 | 2024-07-19T23:03:28.272Z | test api::tests::ports_from_str_bad ... ok |
1076 | 2024-07-19T23:03:28.272Z | test api::tests::parse_good_address ... ok |
1077 | 2024-07-19T23:03:28.272Z | test cfg::tests::test_required_nat_space ... ok |
1078 | 2024-07-19T23:03:28.272Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
1079 | 2024-07-19T23:03:28.272Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
1080 | 2024-07-19T23:03:28.272Z | |
1081 | 2024-07-19T23:03:28.272Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1082 | 2024-07-19T23:03:28.272Z | |
1083 | 2024-07-19T23:03:28.272Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-691774830ffa2333) |
1084 | 2024-07-19T23:03:28.275Z | |
1085 | 2024-07-19T23:03:28.275Z | running 4 tests |
1086 | 2024-07-19T23:03:28.278Z | test firewall_external_inbound ... ok |
1087 | 2024-07-19T23:03:28.278Z | test firewall_vni_outbound ... ok |
1088 | 2024-07-19T23:03:28.278Z | test firewall_vni_inbound ... ok |
1089 | 2024-07-19T23:03:28.281Z | test firewall_replace_rules ... ok |
1090 | 2024-07-19T23:03:28.281Z | |
1091 | 2024-07-19T23:03:28.281Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1092 | 2024-07-19T23:03:28.281Z | |
1093 | 2024-07-19T23:03:28.282Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-f9eabe188666822b) |
1094 | 2024-07-19T23:03:28.285Z | |
1095 | 2024-07-19T23:03:28.285Z | running 2 tests |
1096 | 2024-07-19T23:03:28.287Z | test parse_in_regression ... ok |
1097 | 2024-07-19T23:03:28.287Z | test parse_out_regression ... ok |
1098 | 2024-07-19T23:03:28.287Z | |
1099 | 2024-07-19T23:03:28.288Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1100 | 2024-07-19T23:03:28.288Z | |
1101 | 2024-07-19T23:03:28.288Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-2cc824684049a342) |
1102 | 2024-07-19T23:03:28.291Z | |
1103 | 2024-07-19T23:03:28.291Z | running 35 tests |
1104 | 2024-07-19T23:03:28.294Z | test bad_ip_len ... ok |
1105 | 2024-07-19T23:03:28.297Z | test check_layers ... ok |
1106 | 2024-07-19T23:03:28.297Z | test add_remove_fw_rule ... ok |
1107 | 2024-07-19T23:03:28.297Z | test arp_gateway ... ok |
1108 | 2024-07-19T23:03:28.297Z | test anti_spoof ... ok |
1109 | 2024-07-19T23:03:28.297Z | test flow_expiration ... ok |
1110 | 2024-07-19T23:03:28.297Z | test gateway_icmp4_ping ... ok |
1111 | 2024-07-19T23:03:28.297Z | test gateway_icmpv6_ping ... ok |
1112 | 2024-07-19T23:03:28.297Z | test external_ip_epoch_affinity_preserved ... ok |
1113 | 2024-07-19T23:03:28.297Z | test early_tcp_invalidation ... ok |
1114 | 2024-07-19T23:03:28.301Z | test gateway_router_advert_reply ... ok |
1115 | 2024-07-19T23:03:28.301Z | test external_ip_reconfigurable ... ok |
1116 | 2024-07-19T23:03:28.301Z | test guest_to_internet_ipv4 ... ok |
1117 | 2024-07-19T23:03:28.301Z | test guest_to_guest_no_route ... ok |
1118 | 2024-07-19T23:03:28.301Z | test guest_to_guest_diff_vpc_no_peer ... ok |
1119 | 2024-07-19T23:03:28.301Z | test guest_to_guest ... ok |
1120 | 2024-07-19T23:03:28.301Z | test guest_to_internet_ipv6 ... ok |
1121 | 2024-07-19T23:03:28.301Z | test inbound_ndp_dropped_at_gateway ... ok |
1122 | 2024-07-19T23:03:28.301Z | test no_panic_on_flow_table_full ... ok |
1123 | 2024-07-19T23:03:28.301Z | test intra_subnet_routes_with_custom ... ok |
1124 | 2024-07-19T23:03:28.301Z | test outbound_ndp_dropped ... ok |
1125 | 2024-07-19T23:03:28.305Z | test port_transition_reset ... ok |
1126 | 2024-07-19T23:03:28.305Z | test port_transition_running ... ok |
1127 | 2024-07-19T23:03:28.305Z | test port_as_router_target ... ok |
1128 | 2024-07-19T23:03:28.305Z | test port_transition_pause ... ok |
1129 | 2024-07-19T23:03:28.305Z | test snat_icmp4_echo_rewrite ... ok |
1130 | 2024-07-19T23:03:28.305Z | test snat_icmp6_echo_rewrite ... ok |
1131 | 2024-07-19T23:03:28.305Z | test external_ip_receive_and_reply_on_all ... ok |
1132 | 2024-07-19T23:03:28.305Z | test tcp_inbound ... ok |
1133 | 2024-07-19T23:03:28.305Z | test tcp_outbound ... ok |
1134 | 2024-07-19T23:03:28.305Z | test test_gateway_neighbor_advert_reply ... ok |
1135 | 2024-07-19T23:03:28.305Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
1136 | 2024-07-19T23:03:28.305Z | test uft_lft_invalidation_in ... ok |
1137 | 2024-07-19T23:03:28.305Z | test uft_lft_invalidation_out ... ok |
1138 | 2024-07-19T23:03:28.308Z | test external_ip_balanced_over_floating_ips ... ok |
1139 | 2024-07-19T23:03:28.308Z | |
1140 | 2024-07-19T23:03:28.308Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
1141 | 2024-07-19T23:03:28.308Z | |
1142 | 2024-07-19T23:03:28.308Z | Doc-tests oxide_vpc |
1143 | 2024-07-19T23:03:28.656Z | |
1144 | 2024-07-19T23:03:28.656Z | running 0 tests |
1145 | 2024-07-19T23:03:28.656Z | |
1146 | 2024-07-19T23:03:28.661Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1147 | 2024-07-19T23:03:28.661Z | |
1148 | 2024-07-19T23:03:28.682Z | |
1149 | 2024-07-19T23:03:28.686Z | real 39.980341237 |
1150 | 2024-07-19T23:03:28.686Z | user 2:27.858984399 |
1151 | 2024-07-19T23:03:28.686Z | sys 32.219345117 |
1152 | 2024-07-19T23:03:28.686Z | trap 0.060908442 |
1153 | 2024-07-19T23:03:28.686Z | tflt 0.243193966 |
1154 | 2024-07-19T23:03:28.686Z | dflt 1.038755001 |
1155 | 2024-07-19T23:03:28.686Z | kflt 0.000002220 |
1156 | 2024-07-19T23:03:28.686Z | lock 4:21.547206826 |
1157 | 2024-07-19T23:03:28.686Z | slp 7:59.357437869 |
1158 | 2024-07-19T23:03:28.686Z | lat 4.976722802 |
1159 | 2024-07-19T23:03:28.686Z | stop 6.045963158 |
1160 | 2024-07-19T23:03:28.686Z | process exited: duration 243724 ms, exit code 0 |
|
1161 | 2024-07-19T23:03:28.692Z | found 0 output files |