|
|
|
1 | 2024-07-19T22:58:27.184Z | job assigned to worker 01J36KEAKYVM19KC4QHCH1NWXZ (queued for 44 s) |
|
2 | 2024-07-19T22:58:27.448Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:27.472Z | ++ uname -s |
4 | 2024-07-19T22:58:27.472Z | + kern=SunOS |
5 | 2024-07-19T22:58:27.472Z | + case "$kern" in |
6 | 2024-07-19T22:58:27.472Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:27.472Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:29.479Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:29.524Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:29.549Z | + home_fs=zfs |
11 | 2024-07-19T22:58:29.549Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:29.549Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:29.549Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:30.534Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:30.558Z | process exited: duration 3089 ms, exit code 0 |
|
16 | 2024-07-19T22:58:30.607Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:30.632Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:30.632Z | ' nightly-2024-06-27 |
19 | 2024-07-19T22:58:30.632Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T22:58:30.632Z | ' default |
21 | 2024-07-19T22:58:30.632Z | * toolchain channel = "nightly-2024-06-27" |
22 | 2024-07-19T22:58:30.632Z | * toolchain profile = "default" |
23 | 2024-07-19T22:58:30.632Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:30.632Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:30.742Z | info: downloading installer |
26 | 2024-07-19T22:58:31.262Z | info: profile set to 'default' |
27 | 2024-07-19T22:58:31.262Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:58:31.286Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:58:31.374Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:58:31.374Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:58:31.546Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:58:31.593Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:58:31.756Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:58:32.127Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:58:32.808Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:58:32.847Z | info: installing component 'cargo' |
37 | 2024-07-19T22:58:33.950Z | info: installing component 'clippy' |
38 | 2024-07-19T22:58:34.395Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:58:37.125Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:58:39.142Z | info: installing component 'rustc' |
41 | 2024-07-19T22:58:44.520Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:58:44.930Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:58:44.930Z | |
44 | 2024-07-19T22:58:45.076Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:58:45.076Z | |
46 | 2024-07-19T22:58:45.076Z | |
47 | 2024-07-19T22:58:45.076Z | Rust is installed now. Great! |
48 | 2024-07-19T22:58:45.076Z | |
49 | 2024-07-19T22:58:45.076Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:58:45.076Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:58:45.076Z | |
52 | 2024-07-19T22:58:45.076Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:58:45.100Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:58:45.100Z | |
55 | 2024-07-19T22:58:45.100Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:58:45.100Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:58:45.100Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:58:45.156Z | + rustc --version |
59 | 2024-07-19T22:58:45.278Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:58:45.302Z | process exited: duration 14674 ms, exit code 0 |
|
61 | 2024-07-19T22:58:45.350Z | starting task 2: "authentication" |
62 | 2024-07-19T22:58:45.407Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-07-19T22:58:45.456Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:58:45.481Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:58:45.481Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:58:45.507Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:58:46.762Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:58:46.786Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:58:47.067Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:58:47.067Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:58:47.091Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:58:47.091Z | ++ git branch --show-current |
73 | 2024-07-19T22:58:47.091Z | + current=master |
74 | 2024-07-19T22:58:47.091Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:58:47.091Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:58:47.115Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:58:47.139Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:58:47.139Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:58:47.163Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:58:47.163Z | process exited: duration 1705 ms, exit code 0 |
|
81 | 2024-07-19T22:58:47.215Z | starting task 4: "build" |
82 | 2024-07-19T22:58:47.239Z | + pfexec pkg install clang-15 |
83 | 2024-07-19T22:58:53.910Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2024-07-19T22:58:56.491Z | Startup: Caching catalogs ... Done |
85 | 2024-07-19T22:59:00.468Z | Planning: Solver setup ... Done |
86 | 2024-07-19T22:59:00.535Z | Planning: Running solver ... Done |
87 | 2024-07-19T22:59:00.584Z | Planning: Finding local manifests ... Done |
88 | 2024-07-19T22:59:00.664Z | Planning: Fetching manifests: 0/2 0% complete |
89 | 2024-07-19T22:59:00.998Z | Planning: Fetching manifests: 2/2 100% complete |
90 | 2024-07-19T22:59:01.055Z | Planning: Package planning ... Done |
91 | 2024-07-19T22:59:01.110Z | Planning: Merging actions ... Done |
92 | 2024-07-19T22:59:01.313Z | Planning: Checking for conflicting actions ... Done |
93 | 2024-07-19T22:59:01.337Z | Planning: Consolidating action changes ... Done |
94 | 2024-07-19T22:59:02.001Z | Planning: Evaluating mediators ... Done |
95 | 2024-07-19T22:59:02.025Z | Planning: Planning completed in 5.45 seconds |
96 | 2024-07-19T22:59:02.049Z | Packages to install: 2 |
97 | 2024-07-19T22:59:02.049Z | Mediators to change: 2 |
98 | 2024-07-19T22:59:02.049Z | Services to change: 1 |
99 | 2024-07-19T22:59:02.049Z | Create boot environment: No |
100 | 2024-07-19T22:59:02.049Z | Create backup boot environment: No |
101 | 2024-07-19T22:59:02.080Z | |
102 | 2024-07-19T22:59:02.080Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
103 | 2024-07-19T22:59:07.081Z | Download: 1071/3076 items 98.5/211.3MB 46% complete (19.9M/s) |
104 | 2024-07-19T22:59:12.081Z | Download: 3001/3076 items 164.4/211.3MB 77% complete (16.5M/s) |
105 | 2024-07-19T22:59:14.823Z | Download: Completed 211.31 MB in 12.74 seconds (16.6M/s) |
106 | 2024-07-19T22:59:15.031Z | Actions: 1/3418 actions (Installing new actions) |
107 | 2024-07-19T22:59:20.353Z | Actions: 3170/3418 actions (Installing new actions) |
108 | 2024-07-19T22:59:20.517Z | Actions: Completed 3418 actions in 5.48 seconds. |
109 | 2024-07-19T22:59:20.866Z | Done |
110 | 2024-07-19T22:59:20.866Z | Done |
111 | 2024-07-19T22:59:21.256Z | Done |
112 | 2024-07-19T22:59:26.480Z | Done |
113 | 2024-07-19T22:59:26.582Z | Done |
114 | 2024-07-19T22:59:26.606Z | Done |
115 | 2024-07-19T22:59:26.747Z | Done |
116 | 2024-07-19T22:59:26.999Z | + cargo --version |
117 | 2024-07-19T22:59:27.023Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
118 | 2024-07-19T22:59:27.151Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
119 | 2024-07-19T22:59:27.151Z | info: downloading component 'cargo' |
120 | 2024-07-19T22:59:27.666Z | info: downloading component 'clippy' |
121 | 2024-07-19T22:59:27.709Z | info: downloading component 'rust-docs' |
122 | 2024-07-19T22:59:27.867Z | info: downloading component 'rust-std' |
123 | 2024-07-19T22:59:28.095Z | info: downloading component 'rustc' |
124 | 2024-07-19T22:59:28.734Z | info: downloading component 'rustfmt' |
125 | 2024-07-19T22:59:28.773Z | info: installing component 'cargo' |
126 | 2024-07-19T22:59:29.863Z | info: installing component 'clippy' |
127 | 2024-07-19T22:59:30.283Z | info: installing component 'rust-docs' |
128 | 2024-07-19T22:59:33.776Z | info: installing component 'rust-std' |
129 | 2024-07-19T22:59:35.536Z | info: installing component 'rustc' |
130 | 2024-07-19T22:59:40.384Z | info: installing component 'rustfmt' |
131 | 2024-07-19T22:59:40.839Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
132 | 2024-07-19T22:59:40.863Z | + rustc --version |
133 | 2024-07-19T22:59:40.935Z | rustc 1.79.0 (129f3b996 2024-06-10) |
134 | 2024-07-19T22:59:40.959Z | + cd lib/opte |
135 | 2024-07-19T22:59:40.959Z | + header 'check docs' |
136 | 2024-07-19T22:59:40.959Z | + echo '# ==== check docs ==== #' |
137 | 2024-07-19T22:59:40.959Z | # ==== check docs ==== # |
138 | 2024-07-19T22:59:40.959Z | + RUSTDOCFLAGS='-D warnings' |
139 | 2024-07-19T22:59:40.959Z | + ptime -m cargo +nightly-2024-06-27 doc --no-default-features --features=api,std,engine,kernel |
140 | 2024-07-19T22:59:41.168Z | Updating crates.io index |
141 | 2024-07-19T22:59:41.192Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
142 | 2024-07-19T22:59:42.053Z | From https://github.com/oxidecomputer/falcon |
143 | 2024-07-19T22:59:42.053Z | * [new ref] 84b8147e03290fa96d8693e5b668e6d032542907 -> refs/commit/84b8147e03290fa96d8693e5b668e6d032542907 |
144 | 2024-07-19T22:59:42.277Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
145 | 2024-07-19T22:59:42.941Z | From https://github.com/oxidecomputer/illumos-rs |
146 | 2024-07-19T22:59:42.941Z | * [new ref] 7e45ccadc25809f4f009d9466d77442617041c6d -> refs/commit/7e45ccadc25809f4f009d9466d77442617041c6d |
147 | 2024-07-19T22:59:42.967Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
148 | 2024-07-19T22:59:43.409Z | From https://github.com/oxidecomputer/poptrie |
149 | 2024-07-19T22:59:43.409Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
150 | 2024-07-19T22:59:43.433Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
151 | 2024-07-19T22:59:43.971Z | From https://github.com/oxidecomputer/netadm-sys |
152 | 2024-07-19T22:59:43.971Z | * [new ref] b76542f77c566690cda628b1f86bfb2021a1a066 -> refs/commit/b76542f77c566690cda628b1f86bfb2021a1a066 |
153 | 2024-07-19T22:59:43.996Z | Updating git repository `https://github.com/oxidecomputer/zone` |
154 | 2024-07-19T22:59:44.473Z | From https://github.com/oxidecomputer/zone |
155 | 2024-07-19T22:59:44.473Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
156 | 2024-07-19T22:59:44.531Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
157 | 2024-07-19T22:59:45.003Z | From https://github.com/oxidecomputer/dlpi-sys |
158 | 2024-07-19T22:59:45.004Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
159 | 2024-07-19T22:59:45.030Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
160 | 2024-07-19T22:59:45.512Z | From https://github.com/jmesmon/rust-libzfs |
161 | 2024-07-19T22:59:45.512Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
162 | 2024-07-19T22:59:45.537Z | * [new tag] v0.4.0 -> v0.4.0 |
163 | 2024-07-19T22:59:45.561Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
164 | 2024-07-19T22:59:46.031Z | From https://github.com/oxidecomputer/oxnet |
165 | 2024-07-19T22:59:46.031Z | * [new ref] f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 -> refs/commit/f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 |
166 | 2024-07-19T22:59:46.055Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
167 | 2024-07-19T22:59:46.518Z | From https://github.com/oxidecomputer/rusty-doors |
168 | 2024-07-19T22:59:46.518Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
169 | 2024-07-19T22:59:47.309Z | Downloading crates ... |
170 | 2024-07-19T22:59:47.379Z | Downloaded ident_case v1.0.1 |
171 | 2024-07-19T22:59:47.403Z | Downloaded dtrace-parser v0.2.0 |
172 | 2024-07-19T22:59:47.403Z | Downloaded usdt-macro v0.5.0 |
173 | 2024-07-19T22:59:47.403Z | Downloaded peeking_take_while v0.1.2 |
174 | 2024-07-19T22:59:47.404Z | Downloaded ipnetwork v0.20.0 |
175 | 2024-07-19T22:59:47.404Z | Downloaded scroll_derive v0.12.0 |
176 | 2024-07-19T22:59:47.404Z | Downloaded thread-id v4.2.1 |
177 | 2024-07-19T22:59:47.404Z | Downloaded generic-array v0.14.7 |
178 | 2024-07-19T22:59:47.404Z | Downloaded either v1.13.0 |
179 | 2024-07-19T22:59:47.428Z | Downloaded which v4.4.2 |
180 | 2024-07-19T22:59:47.428Z | Downloaded usdt v0.5.0 |
181 | 2024-07-19T22:59:47.428Z | Downloaded zerocopy-derive v0.7.35 |
182 | 2024-07-19T22:59:47.428Z | Downloaded unicode-ident v1.0.12 |
183 | 2024-07-19T22:59:47.428Z | Downloaded sha2 v0.10.8 |
184 | 2024-07-19T22:59:47.477Z | Downloaded zerocopy v0.7.35 |
185 | 2024-07-19T22:59:47.501Z | Downloaded goblin v0.8.2 |
186 | 2024-07-19T22:59:47.501Z | Downloaded unicode-width v0.1.13 |
187 | 2024-07-19T22:59:47.501Z | Downloaded regex-automata v0.4.7 |
188 | 2024-07-19T22:59:47.501Z | Downloaded syn v2.0.71 |
189 | 2024-07-19T22:59:47.525Z | Downloaded libc v0.2.155 |
190 | 2024-07-19T22:59:47.549Z | Downloaded syn v1.0.109 |
191 | 2024-07-19T22:59:47.549Z | Downloaded smoltcp v0.11.0 |
192 | 2024-07-19T22:59:47.573Z | Downloaded rustix v0.38.34 |
193 | 2024-07-19T22:59:47.597Z | Downloaded regex-syntax v0.8.4 |
194 | 2024-07-19T22:59:47.597Z | Downloaded regex v1.10.5 |
195 | 2024-07-19T22:59:47.621Z | Downloaded bindgen v0.68.1 |
196 | 2024-07-19T22:59:47.621Z | Downloaded aho-corasick v1.1.3 |
197 | 2024-07-19T22:59:47.621Z | Downloaded serde_json v1.0.120 |
198 | 2024-07-19T22:59:47.645Z | Downloaded pest v2.7.11 |
199 | 2024-07-19T22:59:47.645Z | Downloaded nom v7.1.3 |
200 | 2024-07-19T22:59:47.645Z | Downloaded itertools v0.12.1 |
201 | 2024-07-19T22:59:47.669Z | Downloaded heapless v0.8.0 |
202 | 2024-07-19T22:59:47.669Z | Downloaded darling_core v0.20.10 |
203 | 2024-07-19T22:59:47.669Z | Downloaded serde v1.0.204 |
204 | 2024-07-19T22:59:47.669Z | Downloaded regex-lite v0.1.6 |
205 | 2024-07-19T22:59:47.670Z | Downloaded pest_meta v2.7.11 |
206 | 2024-07-19T22:59:47.670Z | Downloaded minimal-lexical v0.2.1 |
207 | 2024-07-19T22:59:47.670Z | Downloaded memchr v2.7.4 |
208 | 2024-07-19T22:59:47.694Z | Downloaded log v0.4.22 |
209 | 2024-07-19T22:59:47.694Z | Downloaded ucd-trie v0.1.6 |
210 | 2024-07-19T22:59:47.694Z | Downloaded typenum v1.17.0 |
211 | 2024-07-19T22:59:47.694Z | Downloaded serde_derive v1.0.204 |
212 | 2024-07-19T22:59:47.694Z | Downloaded ryu v1.0.18 |
213 | 2024-07-19T22:59:47.694Z | Downloaded proc-macro2 v1.0.86 |
214 | 2024-07-19T22:59:47.694Z | Downloaded proc-macro-error v1.0.4 |
215 | 2024-07-19T22:59:47.694Z | Downloaded prettyplease v0.2.20 |
216 | 2024-07-19T22:59:47.718Z | Downloaded pretty-hex v0.4.1 |
217 | 2024-07-19T22:59:47.718Z | Downloaded postcard v1.0.8 |
218 | 2024-07-19T22:59:47.718Z | Downloaded clang-sys v1.8.1 |
219 | 2024-07-19T22:59:47.718Z | Downloaded bitflags v2.6.0 |
220 | 2024-07-19T22:59:47.718Z | Downloaded anyhow v1.0.86 |
221 | 2024-07-19T22:59:47.718Z | Downloaded scroll v0.12.0 |
222 | 2024-07-19T22:59:47.718Z | Downloaded quote v1.0.36 |
223 | 2024-07-19T22:59:47.718Z | Downloaded pest_derive v2.7.11 |
224 | 2024-07-19T22:59:47.718Z | Downloaded tabwriter v1.4.0 |
225 | 2024-07-19T22:59:47.742Z | Downloaded shlex v1.3.0 |
226 | 2024-07-19T22:59:47.743Z | Downloaded rustc-hash v1.1.0 |
227 | 2024-07-19T22:59:47.743Z | Downloaded proc-macro-error-attr v1.0.4 |
228 | 2024-07-19T22:59:47.743Z | Downloaded plain v0.2.3 |
229 | 2024-07-19T22:59:47.743Z | Downloaded once_cell v1.19.0 |
230 | 2024-07-19T22:59:47.743Z | Downloaded memmap v0.7.0 |
231 | 2024-07-19T22:59:47.743Z | Downloaded managed v0.8.0 |
232 | 2024-07-19T22:59:47.743Z | Downloaded libloading v0.8.4 |
233 | 2024-07-19T22:59:47.743Z | Downloaded lazycell v1.3.0 |
234 | 2024-07-19T22:59:47.743Z | Downloaded lazy_static v1.5.0 |
235 | 2024-07-19T22:59:47.743Z | Downloaded itoa v1.0.11 |
236 | 2024-07-19T22:59:47.743Z | Downloaded version_check v0.9.4 |
237 | 2024-07-19T22:59:47.743Z | Downloaded usdt-impl v0.5.0 |
238 | 2024-07-19T22:59:47.743Z | Downloaded thiserror-impl v1.0.62 |
239 | 2024-07-19T22:59:47.743Z | Downloaded strsim v0.11.1 |
240 | 2024-07-19T22:59:47.743Z | Downloaded stable_deref_trait v1.2.0 |
241 | 2024-07-19T22:59:47.743Z | Downloaded serde_tokenstream v0.2.1 |
242 | 2024-07-19T22:59:47.767Z | Downloaded darling v0.20.10 |
243 | 2024-07-19T22:59:47.767Z | Downloaded crc32fast v1.4.2 |
244 | 2024-07-19T22:59:47.767Z | Downloaded cpufeatures v0.2.12 |
245 | 2024-07-19T22:59:47.767Z | Downloaded cexpr v0.6.0 |
246 | 2024-07-19T22:59:47.767Z | Downloaded block-buffer v0.10.4 |
247 | 2024-07-19T22:59:47.767Z | Downloaded errno v0.3.9 |
248 | 2024-07-19T22:59:47.767Z | Downloaded defmt-macros v0.3.9 |
249 | 2024-07-19T22:59:47.767Z | Downloaded thiserror v1.0.62 |
250 | 2024-07-19T22:59:47.767Z | Downloaded pest_generator v2.7.11 |
251 | 2024-07-19T22:59:47.767Z | Downloaded dof v0.3.0 |
252 | 2024-07-19T22:59:47.792Z | Downloaded digest v0.10.7 |
253 | 2024-07-19T22:59:47.792Z | Downloaded crypto-common v0.1.6 |
254 | 2024-07-19T22:59:47.792Z | Downloaded bitflags v1.3.2 |
255 | 2024-07-19T22:59:47.792Z | Downloaded home v0.5.9 |
256 | 2024-07-19T22:59:47.792Z | Downloaded hash32 v0.3.1 |
257 | 2024-07-19T22:59:47.792Z | Downloaded embedded-io v0.4.0 |
258 | 2024-07-19T22:59:47.792Z | Downloaded dyn-clone v1.0.17 |
259 | 2024-07-19T22:59:47.792Z | Downloaded defmt-parser v0.3.4 |
260 | 2024-07-19T22:59:47.792Z | Downloaded defmt v0.3.8 |
261 | 2024-07-19T22:59:47.792Z | Downloaded cfg-if v1.0.0 |
262 | 2024-07-19T22:59:47.792Z | Downloaded glob v0.3.1 |
263 | 2024-07-19T22:59:47.792Z | Downloaded fnv v1.0.7 |
264 | 2024-07-19T22:59:47.792Z | Downloaded darling_macro v0.20.10 |
265 | 2024-07-19T22:59:47.792Z | Downloaded cobs v0.2.3 |
266 | 2024-07-19T22:59:47.792Z | Downloaded byteorder v1.5.0 |
267 | 2024-07-19T22:59:47.792Z | Downloaded usdt-attr-macro v0.5.0 |
268 | 2024-07-19T22:59:47.884Z | Compiling proc-macro2 v1.0.86 |
269 | 2024-07-19T22:59:47.884Z | Compiling unicode-ident v1.0.12 |
270 | 2024-07-19T22:59:47.910Z | Documenting unicode-ident v1.0.12 |
271 | 2024-07-19T22:59:47.910Z | Compiling libc v0.2.155 |
272 | 2024-07-19T22:59:47.910Z | Compiling glob v0.3.1 |
273 | 2024-07-19T22:59:47.910Z | Compiling prettyplease v0.2.20 |
274 | 2024-07-19T22:59:47.910Z | Compiling rustix v0.38.34 |
275 | 2024-07-19T22:59:48.074Z | Compiling bitflags v2.6.0 |
276 | 2024-07-19T22:59:48.108Z | Compiling cfg-if v1.0.0 |
277 | 2024-07-19T22:59:48.191Z | Compiling memchr v2.7.4 |
278 | 2024-07-19T22:59:48.334Z | Compiling minimal-lexical v0.2.1 |
279 | 2024-07-19T22:59:48.417Z | Compiling regex-syntax v0.8.4 |
280 | 2024-07-19T22:59:48.656Z | Compiling clang-sys v1.8.1 |
281 | 2024-07-19T22:59:48.852Z | Compiling libloading v0.8.4 |
282 | 2024-07-19T22:59:49.248Z | Compiling nom v7.1.3 |
283 | 2024-07-19T22:59:49.274Z | Checking quote v1.0.36 |
284 | 2024-07-19T22:59:49.550Z | Compiling anyhow v1.0.86 |
285 | 2024-07-19T22:59:49.607Z | Checking syn v2.0.71 |
286 | 2024-07-19T22:59:49.973Z | Compiling errno v0.3.9 |
287 | 2024-07-19T22:59:49.998Z | Compiling either v1.13.0 |
288 | 2024-07-19T22:59:50.111Z | Compiling home v0.5.9 |
289 | 2024-07-19T22:59:50.323Z | Compiling bindgen v0.68.1 |
290 | 2024-07-19T22:59:50.467Z | Documenting proc-macro2 v1.0.86 |
291 | 2024-07-19T22:59:50.773Z | Checking byteorder v1.5.0 |
292 | 2024-07-19T22:59:51.015Z | Compiling log v0.4.22 |
293 | 2024-07-19T22:59:51.325Z | Compiling regex-automata v0.4.7 |
294 | 2024-07-19T22:59:51.962Z | Compiling which v4.4.2 |
295 | 2024-07-19T22:59:52.331Z | Compiling cexpr v0.6.0 |
296 | 2024-07-19T22:59:52.396Z | Compiling lazy_static v1.5.0 |
297 | 2024-07-19T22:59:52.507Z | Compiling shlex v1.3.0 |
298 | 2024-07-19T22:59:52.802Z | Compiling rustc-hash v1.1.0 |
299 | 2024-07-19T22:59:52.922Z | Compiling peeking_take_while v0.1.2 |
300 | 2024-07-19T22:59:53.029Z | Compiling serde v1.0.204 |
301 | 2024-07-19T22:59:53.362Z | Compiling lazycell v1.3.0 |
302 | 2024-07-19T22:59:53.520Z | Compiling fnv v1.0.7 |
303 | 2024-07-19T22:59:53.598Z | Compiling ident_case v1.0.1 |
304 | 2024-07-19T22:59:53.635Z | Compiling heapless v0.8.0 |
305 | 2024-07-19T22:59:54.107Z | Compiling regex v1.10.5 |
306 | 2024-07-19T22:59:54.177Z | Compiling strsim v0.11.1 |
307 | 2024-07-19T22:59:54.202Z | Documenting quote v1.0.36 |
308 | 2024-07-19T22:59:54.390Z | Checking hash32 v0.3.1 |
309 | 2024-07-19T22:59:54.605Z | Checking stable_deref_trait v1.2.0 |
310 | 2024-07-19T22:59:54.798Z | Documenting byteorder v1.5.0 |
311 | 2024-07-19T22:59:54.824Z | Compiling smoltcp v0.11.0 |
312 | 2024-07-19T22:59:54.892Z | Checking darling_core v0.20.10 |
313 | 2024-07-19T22:59:55.859Z | Documenting ident_case v1.0.1 |
314 | 2024-07-19T22:59:57.340Z | Documenting fnv v1.0.7 |
315 | 2024-07-19T22:59:57.560Z | Checking embedded-io v0.4.0 |
316 | 2024-07-19T22:59:57.721Z | Checking bitflags v1.3.2 |
317 | 2024-07-19T22:59:57.803Z | Documenting strsim v0.11.1 |
318 | 2024-07-19T22:59:57.915Z | Documenting syn v2.0.71 |
319 | 2024-07-19T22:59:58.981Z | Checking managed v0.8.0 |
320 | 2024-07-19T22:59:59.311Z | Checking cobs v0.2.3 |
321 | 2024-07-19T22:59:59.473Z | Documenting hash32 v0.3.1 |
322 | 2024-07-19T22:59:59.497Z | Compiling regex-lite v0.1.6 |
323 | 2024-07-19T22:59:59.655Z | Compiling serde_derive v1.0.204 |
324 | 2024-07-19T23:00:00.653Z | Compiling darling_macro v0.20.10 |
325 | 2024-07-19T23:00:00.915Z | Documenting stable_deref_trait v1.2.0 |
326 | 2024-07-19T23:00:01.202Z | Documenting cfg-if v1.0.0 |
327 | 2024-07-19T23:00:01.385Z | Compiling zerocopy-derive v0.7.35 |
328 | 2024-07-19T23:00:01.998Z | Compiling version_check v0.9.4 |
329 | 2024-07-19T23:00:02.553Z | Documenting embedded-io v0.4.0 |
330 | 2024-07-19T23:00:03.112Z | Documenting managed v0.8.0 |
331 | 2024-07-19T23:00:03.377Z | Documenting heapless v0.8.0 |
332 | 2024-07-19T23:00:04.051Z | Documenting regex-lite v0.1.6 |
333 | 2024-07-19T23:00:04.488Z | Documenting cobs v0.2.3 |
334 | 2024-07-19T23:00:06.528Z | Checking unicode-width v0.1.13 |
335 | 2024-07-19T23:00:06.716Z | Checking ipnetwork v0.20.0 |
336 | 2024-07-19T23:00:06.996Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
337 | 2024-07-19T23:00:07.190Z | Documenting smoltcp v0.11.0 |
338 | 2024-07-19T23:00:07.215Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
339 | 2024-07-19T23:00:07.472Z | Compiling bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
340 | 2024-07-19T23:00:07.505Z | Checking darling v0.20.10 |
341 | 2024-07-19T23:00:07.699Z | Documenting either v1.13.0 |
342 | 2024-07-19T23:00:08.258Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
343 | 2024-07-19T23:00:09.799Z | Checking serde_tokenstream v0.2.1 |
344 | 2024-07-19T23:00:10.134Z | Checking postcard v1.0.8 |
345 | 2024-07-19T23:00:10.159Z | Documenting ipnetwork v0.20.0 |
346 | 2024-07-19T23:00:10.399Z | Documenting unicode-width v0.1.13 |
347 | 2024-07-19T23:00:10.831Z | Documenting bitflags v2.6.0 |
348 | 2024-07-19T23:00:11.015Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
349 | 2024-07-19T23:00:11.243Z | Documenting itertools v0.12.1 |
350 | 2024-07-19T23:00:11.539Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
351 | 2024-07-19T23:00:12.409Z | Checking tabwriter v1.4.0 |
352 | 2024-07-19T23:00:12.612Z | Checking itertools v0.12.1 |
353 | 2024-07-19T23:00:12.713Z | Documenting crc32fast v1.4.2 |
354 | 2024-07-19T23:00:13.510Z | Documenting bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
355 | 2024-07-19T23:00:14.046Z | Compiling macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
356 | 2024-07-19T23:00:14.071Z | Documenting tabwriter v1.4.0 |
357 | 2024-07-19T23:00:14.143Z | Checking zerocopy v0.7.35 |
358 | 2024-07-19T23:00:14.236Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
359 | 2024-07-19T23:00:14.767Z | Documenting serde_derive v1.0.204 |
360 | 2024-07-19T23:00:15.133Z | Documenting darling_core v0.20.10 |
361 | 2024-07-19T23:00:15.187Z | Documenting serde_tokenstream v0.2.1 |
362 | 2024-07-19T23:00:15.241Z | Documenting zerocopy-derive v0.7.35 |
363 | 2024-07-19T23:00:15.334Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
364 | 2024-07-19T23:00:15.548Z | Checking illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
365 | 2024-07-19T23:00:15.902Z | Checking crc32fast v1.4.2 |
366 | 2024-07-19T23:00:16.104Z | Documenting dyn-clone v1.0.17 |
367 | 2024-07-19T23:00:19.690Z | Checking dyn-clone v1.0.17 |
368 | 2024-07-19T23:00:19.744Z | Documenting macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
369 | 2024-07-19T23:00:19.769Z | Documenting zerocopy v0.7.35 |
370 | 2024-07-19T23:00:20.862Z | Documenting serde v1.0.204 |
371 | 2024-07-19T23:00:22.845Z | Documenting darling_macro v0.20.10 |
372 | 2024-07-19T23:00:24.531Z | Documenting illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
373 | 2024-07-19T23:00:26.862Z | Documenting darling v0.20.10 |
374 | 2024-07-19T23:00:27.489Z | Documenting postcard v1.0.8 |
375 | 2024-07-19T23:00:30.470Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
376 | 2024-07-19T23:00:31.234Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
377 | 2024-07-19T23:00:35.109Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
378 | 2024-07-19T23:00:41.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
379 | 2024-07-19T23:00:42.033Z | Generated /work/oxidecomputer/opte/target/doc/opte/index.html |
380 | 2024-07-19T23:00:42.061Z | |
381 | 2024-07-19T23:00:42.061Z | real 1:01.091766880 |
382 | 2024-07-19T23:00:42.061Z | user 2:45.764932924 |
383 | 2024-07-19T23:00:42.061Z | sys 2:09.747645208 |
384 | 2024-07-19T23:00:42.061Z | trap 0.072362688 |
385 | 2024-07-19T23:00:42.061Z | tflt 0.109313894 |
386 | 2024-07-19T23:00:42.061Z | dflt 0.073225660 |
387 | 2024-07-19T23:00:42.061Z | kflt 0.001087413 |
388 | 2024-07-19T23:00:42.061Z | lock 6:10.499437250 |
389 | 2024-07-19T23:00:42.061Z | slp 13:07.236990388 |
390 | 2024-07-19T23:00:42.061Z | lat 16.114789863 |
391 | 2024-07-19T23:00:42.061Z | stop 16.249721531 |
392 | 2024-07-19T23:00:42.086Z | + header 'analyze std + api' |
393 | 2024-07-19T23:00:42.086Z | + echo '# ==== analyze std + api ==== #' |
394 | 2024-07-19T23:00:42.086Z | + ptime -m cargo clippy --all-targets |
395 | 2024-07-19T23:00:42.086Z | # ==== analyze std + api ==== # |
396 | 2024-07-19T23:00:42.568Z | Compiling proc-macro2 v1.0.86 |
397 | 2024-07-19T23:00:42.568Z | Compiling unicode-ident v1.0.12 |
398 | 2024-07-19T23:00:42.568Z | Compiling thiserror v1.0.62 |
399 | 2024-07-19T23:00:42.592Z | Compiling ucd-trie v0.1.6 |
400 | 2024-07-19T23:00:42.592Z | Compiling libc v0.2.155 |
401 | 2024-07-19T23:00:42.592Z | Compiling version_check v0.9.4 |
402 | 2024-07-19T23:00:42.592Z | Compiling memchr v2.7.4 |
403 | 2024-07-19T23:00:42.592Z | Compiling once_cell v1.19.0 |
404 | 2024-07-19T23:00:42.794Z | Compiling serde_json v1.0.120 |
405 | 2024-07-19T23:00:42.935Z | Compiling serde v1.0.204 |
406 | 2024-07-19T23:00:43.048Z | Checking byteorder v1.5.0 |
407 | 2024-07-19T23:00:43.245Z | Compiling itoa v1.0.11 |
408 | 2024-07-19T23:00:43.290Z | Compiling ryu v1.0.18 |
409 | 2024-07-19T23:00:43.427Z | Compiling usdt-impl v0.5.0 |
410 | 2024-07-19T23:00:43.572Z | Compiling strsim v0.11.1 |
411 | 2024-07-19T23:00:43.618Z | Checking log v0.4.22 |
412 | 2024-07-19T23:00:43.881Z | Checking plain v0.2.3 |
413 | 2024-07-19T23:00:43.905Z | Compiling fnv v1.0.7 |
414 | 2024-07-19T23:00:44.004Z | Compiling quote v1.0.36 |
415 | 2024-07-19T23:00:44.028Z | Compiling thread-id v4.2.1 |
416 | 2024-07-19T23:00:44.028Z | Compiling heapless v0.8.0 |
417 | 2024-07-19T23:00:44.114Z | Compiling ident_case v1.0.1 |
418 | 2024-07-19T23:00:44.225Z | Checking hash32 v0.3.1 |
419 | 2024-07-19T23:00:44.333Z | Compiling syn v2.0.71 |
420 | 2024-07-19T23:00:44.377Z | Checking cfg-if v1.0.0 |
421 | 2024-07-19T23:00:44.445Z | Checking stable_deref_trait v1.2.0 |
422 | 2024-07-19T23:00:44.496Z | Compiling smoltcp v0.11.0 |
423 | 2024-07-19T23:00:44.527Z | Checking pretty-hex v0.4.1 |
424 | 2024-07-19T23:00:44.663Z | Checking embedded-io v0.4.0 |
425 | 2024-07-19T23:00:44.687Z | Checking cobs v0.2.3 |
426 | 2024-07-19T23:00:44.730Z | Checking managed v0.8.0 |
427 | 2024-07-19T23:00:44.848Z | Checking bitflags v1.3.2 |
428 | 2024-07-19T23:00:44.872Z | Checking memmap v0.7.0 |
429 | 2024-07-19T23:00:44.930Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
430 | 2024-07-19T23:00:44.954Z | Checking either v1.13.0 |
431 | 2024-07-19T23:00:45.021Z | Checking ipnetwork v0.20.0 |
432 | 2024-07-19T23:00:45.078Z | Checking unicode-width v0.1.13 |
433 | 2024-07-19T23:00:45.104Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
434 | 2024-07-19T23:00:45.234Z | Checking tabwriter v1.4.0 |
435 | 2024-07-19T23:00:45.258Z | Checking itertools v0.12.1 |
436 | 2024-07-19T23:00:45.282Z | Checking crc32fast v1.4.2 |
437 | 2024-07-19T23:00:45.283Z | Checking dyn-clone v1.0.17 |
438 | 2024-07-19T23:00:48.929Z | Compiling darling_core v0.20.10 |
439 | 2024-07-19T23:00:51.115Z | Compiling thiserror-impl v1.0.62 |
440 | 2024-07-19T23:00:51.115Z | Compiling serde_derive v1.0.204 |
441 | 2024-07-19T23:00:51.140Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-07-19T23:00:51.140Z | Compiling scroll_derive v0.12.0 |
443 | 2024-07-19T23:00:51.164Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
444 | 2024-07-19T23:00:52.167Z | Checking scroll v0.12.0 |
445 | 2024-07-19T23:00:52.428Z | Compiling darling_macro v0.20.10 |
446 | 2024-07-19T23:00:52.534Z | Checking goblin v0.8.2 |
447 | 2024-07-19T23:00:52.757Z | Compiling zerocopy v0.7.35 |
448 | 2024-07-19T23:00:53.150Z | Compiling pest v2.7.11 |
449 | 2024-07-19T23:00:53.257Z | Compiling darling v0.20.10 |
450 | 2024-07-19T23:00:53.349Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
451 | 2024-07-19T23:00:55.189Z | Compiling pest_meta v2.7.11 |
452 | 2024-07-19T23:00:56.125Z | Compiling pest_generator v2.7.11 |
453 | 2024-07-19T23:00:57.319Z | Compiling pest_derive v2.7.11 |
454 | 2024-07-19T23:00:57.969Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-07-19T23:00:59.577Z | Checking postcard v1.0.8 |
456 | 2024-07-19T23:01:00.049Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-07-19T23:01:00.159Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
458 | 2024-07-19T23:01:00.721Z | Checking dof v0.3.0 |
459 | 2024-07-19T23:01:02.636Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-07-19T23:01:02.636Z | Compiling usdt-macro v0.5.0 |
461 | 2024-07-19T23:01:03.648Z | Checking usdt v0.5.0 |
462 | 2024-07-19T23:01:18.875Z | warning: the loop variable `i` is only used to index `els` |
463 | 2024-07-19T23:01:18.875Z | --> lib/opte/src/engine/packet.rs:4026:18 |
464 | 2024-07-19T23:01:18.875Z | | |
465 | 2024-07-19T23:01:18.875Z | 4026 | for i in 0..els.len() { |
466 | 2024-07-19T23:01:18.875Z | | ^^^^^^^^^^^^ |
467 | 2024-07-19T23:01:18.875Z | | |
468 | 2024-07-19T23:01:18.875Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop |
469 | 2024-07-19T23:01:18.875Z | = note: `#[warn(clippy::needless_range_loop)]` on by default |
470 | 2024-07-19T23:01:18.875Z | help: consider using an iterator |
471 | 2024-07-19T23:01:18.875Z | | |
472 | 2024-07-19T23:01:18.875Z | 4026 | for <item> in &els { |
473 | 2024-07-19T23:01:18.875Z | | ~~~~~~ ~~~~ |
474 | 2024-07-19T23:01:18.875Z | |
475 | 2024-07-19T23:01:20.038Z | warning: `opte` (lib test) generated 1 warning |
476 | 2024-07-19T23:01:20.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.81s |
477 | 2024-07-19T23:01:20.073Z | |
478 | 2024-07-19T23:01:20.073Z | real 38.005790684 |
479 | 2024-07-19T23:01:20.073Z | user 1:33.293447451 |
480 | 2024-07-19T23:01:20.073Z | sys 22.340749077 |
481 | 2024-07-19T23:01:20.073Z | trap 0.042380300 |
482 | 2024-07-19T23:01:20.073Z | tflt 0.241726176 |
483 | 2024-07-19T23:01:20.098Z | dflt 0.702197792 |
484 | 2024-07-19T23:01:20.098Z | kflt 0.000051815 |
485 | 2024-07-19T23:01:20.098Z | lock 3:03.307922700 |
486 | 2024-07-19T23:01:20.098Z | slp 5:38.217518556 |
487 | 2024-07-19T23:01:20.098Z | lat 3.230279595 |
488 | 2024-07-19T23:01:20.098Z | stop 3.923754597 |
489 | 2024-07-19T23:01:20.098Z | + header 'analyze no_std + engine + kernel' |
490 | 2024-07-19T23:01:20.098Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
491 | 2024-07-19T23:01:20.098Z | + ptime -m cargo +nightly-2024-06-27 clippy --no-default-features --features engine,kernel |
492 | 2024-07-19T23:01:20.098Z | # ==== analyze no_std + engine + kernel ==== # |
493 | 2024-07-19T23:01:20.530Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
494 | 2024-07-19T23:01:20.530Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
495 | 2024-07-19T23:01:20.555Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
496 | 2024-07-19T23:01:20.555Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
497 | 2024-07-19T23:01:20.767Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
498 | 2024-07-19T23:01:21.915Z | warning: doc list item missing indentation |
499 | 2024-07-19T23:01:21.915Z | --> crates/opte-api/src/dns.rs:31:5 |
500 | 2024-07-19T23:01:21.915Z | | |
501 | 2024-07-19T23:01:21.915Z | 31 | /// and 63 octets. |
502 | 2024-07-19T23:01:21.915Z | | ^ |
503 | 2024-07-19T23:01:21.915Z | | |
504 | 2024-07-19T23:01:21.915Z | = help: if this is supposed to be its own paragraph, add a blank line |
505 | 2024-07-19T23:01:21.915Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
506 | 2024-07-19T23:01:21.915Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
507 | 2024-07-19T23:01:21.915Z | help: indent this line |
508 | 2024-07-19T23:01:21.915Z | | |
509 | 2024-07-19T23:01:21.915Z | 31 | /// and 63 octets. |
510 | 2024-07-19T23:01:21.915Z | | ++ |
511 | 2024-07-19T23:01:21.915Z | |
512 | 2024-07-19T23:01:22.407Z | warning: `opte-api` (lib) generated 1 warning |
513 | 2024-07-19T23:01:26.952Z | warning: doc list item missing indentation |
514 | 2024-07-19T23:01:26.952Z | --> lib/opte/src/engine/dhcpv6/mod.rs:57:5 |
515 | 2024-07-19T23:01:26.952Z | | |
516 | 2024-07-19T23:01:26.952Z | 57 | //! without waiting for a second ACK sequence of messages. |
517 | 2024-07-19T23:01:26.952Z | | ^ |
518 | 2024-07-19T23:01:26.952Z | | |
519 | 2024-07-19T23:01:26.952Z | = help: if this is supposed to be its own paragraph, add a blank line |
520 | 2024-07-19T23:01:26.952Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
521 | 2024-07-19T23:01:26.952Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
522 | 2024-07-19T23:01:26.952Z | help: indent this line |
523 | 2024-07-19T23:01:26.953Z | | |
524 | 2024-07-19T23:01:26.953Z | 57 | //! without waiting for a second ACK sequence of messages. |
525 | 2024-07-19T23:01:26.953Z | | ++ |
526 | 2024-07-19T23:01:26.953Z | |
527 | 2024-07-19T23:01:26.953Z | warning: doc list item missing indentation |
528 | 2024-07-19T23:01:26.953Z | --> lib/opte/src/engine/dhcpv6/mod.rs:60:5 |
529 | 2024-07-19T23:01:26.953Z | | |
530 | 2024-07-19T23:01:26.953Z | 60 | //! use. |
531 | 2024-07-19T23:01:26.953Z | | ^ |
532 | 2024-07-19T23:01:26.953Z | | |
533 | 2024-07-19T23:01:26.953Z | = help: if this is supposed to be its own paragraph, add a blank line |
534 | 2024-07-19T23:01:26.953Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
535 | 2024-07-19T23:01:26.953Z | help: indent this line |
536 | 2024-07-19T23:01:26.953Z | | |
537 | 2024-07-19T23:01:26.953Z | 60 | //! use. |
538 | 2024-07-19T23:01:26.953Z | | ++ |
539 | 2024-07-19T23:01:26.953Z | |
540 | 2024-07-19T23:01:28.271Z | warning: doc list item missing indentation |
541 | 2024-07-19T23:01:28.271Z | --> lib/opte/src/engine/packet.rs:12:5 |
542 | 2024-07-19T23:01:28.271Z | | |
543 | 2024-07-19T23:01:28.271Z | 12 | //! indepenndent packets. Also consider having chains that represent |
544 | 2024-07-19T23:01:28.271Z | | ^ |
545 | 2024-07-19T23:01:28.271Z | | |
546 | 2024-07-19T23:01:28.271Z | = help: if this is supposed to be its own paragraph, add a blank line |
547 | 2024-07-19T23:01:28.271Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
548 | 2024-07-19T23:01:28.271Z | help: indent this line |
549 | 2024-07-19T23:01:28.271Z | | |
550 | 2024-07-19T23:01:28.271Z | 12 | //! indepenndent packets. Also consider having chains that represent |
551 | 2024-07-19T23:01:28.271Z | | ++ |
552 | 2024-07-19T23:01:28.271Z | |
553 | 2024-07-19T23:01:28.271Z | warning: doc list item missing indentation |
554 | 2024-07-19T23:01:28.271Z | --> lib/opte/src/engine/packet.rs:13:5 |
555 | 2024-07-19T23:01:28.271Z | | |
556 | 2024-07-19T23:01:28.271Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
557 | 2024-07-19T23:01:28.271Z | | ^ |
558 | 2024-07-19T23:01:28.271Z | | |
559 | 2024-07-19T23:01:28.271Z | = help: if this is supposed to be its own paragraph, add a blank line |
560 | 2024-07-19T23:01:28.271Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
561 | 2024-07-19T23:01:28.272Z | help: indent this line |
562 | 2024-07-19T23:01:28.272Z | | |
563 | 2024-07-19T23:01:28.272Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
564 | 2024-07-19T23:01:28.272Z | | ++ |
565 | 2024-07-19T23:01:28.272Z | |
566 | 2024-07-19T23:01:28.272Z | warning: doc list item missing indentation |
567 | 2024-07-19T23:01:28.272Z | --> lib/opte/src/engine/packet.rs:14:5 |
568 | 2024-07-19T23:01:28.272Z | | |
569 | 2024-07-19T23:01:28.272Z | 14 | //! do so. |
570 | 2024-07-19T23:01:28.272Z | | ^ |
571 | 2024-07-19T23:01:28.272Z | | |
572 | 2024-07-19T23:01:28.272Z | = help: if this is supposed to be its own paragraph, add a blank line |
573 | 2024-07-19T23:01:28.272Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
574 | 2024-07-19T23:01:28.272Z | help: indent this line |
575 | 2024-07-19T23:01:28.272Z | | |
576 | 2024-07-19T23:01:28.272Z | 14 | //! do so. |
577 | 2024-07-19T23:01:28.296Z | | ++ |
578 | 2024-07-19T23:01:28.297Z | |
579 | 2024-07-19T23:01:28.343Z | warning: doc list item missing indentation |
580 | 2024-07-19T23:01:28.343Z | --> lib/opte/src/engine/packet.rs:616:5 |
581 | 2024-07-19T23:01:28.343Z | | |
582 | 2024-07-19T23:01:28.343Z | 616 | /// how the [`Packet`] generally transitions between them. |
583 | 2024-07-19T23:01:28.343Z | | ^ |
584 | 2024-07-19T23:01:28.343Z | | |
585 | 2024-07-19T23:01:28.343Z | = help: if this is supposed to be its own paragraph, add a blank line |
586 | 2024-07-19T23:01:28.343Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
587 | 2024-07-19T23:01:28.343Z | help: indent this line |
588 | 2024-07-19T23:01:28.344Z | | |
589 | 2024-07-19T23:01:28.344Z | 616 | /// how the [`Packet`] generally transitions between them. |
590 | 2024-07-19T23:01:28.344Z | | ++ |
591 | 2024-07-19T23:01:28.344Z | |
592 | 2024-07-19T23:01:28.344Z | warning: doc list item missing indentation |
593 | 2024-07-19T23:01:28.344Z | --> lib/opte/src/engine/packet.rs:619:5 |
594 | 2024-07-19T23:01:28.344Z | | |
595 | 2024-07-19T23:01:28.344Z | 619 | /// to keep IP header alignment (the host expects this). |
596 | 2024-07-19T23:01:28.344Z | | ^ |
597 | 2024-07-19T23:01:28.344Z | | |
598 | 2024-07-19T23:01:28.344Z | = help: if this is supposed to be its own paragraph, add a blank line |
599 | 2024-07-19T23:01:28.344Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
600 | 2024-07-19T23:01:28.344Z | help: indent this line |
601 | 2024-07-19T23:01:28.344Z | | |
602 | 2024-07-19T23:01:28.344Z | 619 | /// to keep IP header alignment (the host expects this). |
603 | 2024-07-19T23:01:28.344Z | | ++ |
604 | 2024-07-19T23:01:28.344Z | |
605 | 2024-07-19T23:01:28.577Z | warning: doc list item missing indentation |
606 | 2024-07-19T23:01:28.577Z | --> lib/opte/src/engine/port.rs:118:5 |
607 | 2024-07-19T23:01:28.577Z | | |
608 | 2024-07-19T23:01:28.577Z | 118 | /// all. XXX This is probably going away as its only use is for |
609 | 2024-07-19T23:01:28.577Z | | ^ |
610 | 2024-07-19T23:01:28.577Z | | |
611 | 2024-07-19T23:01:28.577Z | = help: if this is supposed to be its own paragraph, add a blank line |
612 | 2024-07-19T23:01:28.577Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
613 | 2024-07-19T23:01:28.577Z | help: indent this line |
614 | 2024-07-19T23:01:28.577Z | | |
615 | 2024-07-19T23:01:28.577Z | 118 | /// all. XXX This is probably going away as its only use is for |
616 | 2024-07-19T23:01:28.577Z | | ++ |
617 | 2024-07-19T23:01:28.577Z | |
618 | 2024-07-19T23:01:28.577Z | warning: doc list item missing indentation |
619 | 2024-07-19T23:01:28.577Z | --> lib/opte/src/engine/port.rs:119:5 |
620 | 2024-07-19T23:01:28.577Z | | |
621 | 2024-07-19T23:01:28.578Z | 119 | /// punting on traffic I didn't want to deal with yet. |
622 | 2024-07-19T23:01:28.578Z | | ^ |
623 | 2024-07-19T23:01:28.578Z | | |
624 | 2024-07-19T23:01:28.578Z | = help: if this is supposed to be its own paragraph, add a blank line |
625 | 2024-07-19T23:01:28.578Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
626 | 2024-07-19T23:01:28.578Z | help: indent this line |
627 | 2024-07-19T23:01:28.578Z | | |
628 | 2024-07-19T23:01:28.578Z | 119 | /// punting on traffic I didn't want to deal with yet. |
629 | 2024-07-19T23:01:28.578Z | | ++ |
630 | 2024-07-19T23:01:28.578Z | |
631 | 2024-07-19T23:01:28.602Z | warning: doc list item missing indentation |
632 | 2024-07-19T23:01:28.602Z | --> lib/opte/src/engine/port.rs:122:5 |
633 | 2024-07-19T23:01:28.602Z | | |
634 | 2024-07-19T23:01:28.602Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
635 | 2024-07-19T23:01:28.602Z | | ^ |
636 | 2024-07-19T23:01:28.602Z | | |
637 | 2024-07-19T23:01:28.602Z | = help: if this is supposed to be its own paragraph, add a blank line |
638 | 2024-07-19T23:01:28.602Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
639 | 2024-07-19T23:01:28.602Z | help: indent this line |
640 | 2024-07-19T23:01:28.602Z | | |
641 | 2024-07-19T23:01:28.602Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
642 | 2024-07-19T23:01:28.602Z | | ++ |
643 | 2024-07-19T23:01:28.602Z | |
644 | 2024-07-19T23:01:28.602Z | warning: doc list item missing indentation |
645 | 2024-07-19T23:01:28.602Z | --> lib/opte/src/engine/port.rs:123:5 |
646 | 2024-07-19T23:01:28.602Z | | |
647 | 2024-07-19T23:01:28.602Z | 123 | /// drop. |
648 | 2024-07-19T23:01:28.602Z | | ^ |
649 | 2024-07-19T23:01:28.602Z | | |
650 | 2024-07-19T23:01:28.602Z | = help: if this is supposed to be its own paragraph, add a blank line |
651 | 2024-07-19T23:01:28.602Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
652 | 2024-07-19T23:01:28.602Z | help: indent this line |
653 | 2024-07-19T23:01:28.602Z | | |
654 | 2024-07-19T23:01:28.602Z | 123 | /// drop. |
655 | 2024-07-19T23:01:28.602Z | | ++ |
656 | 2024-07-19T23:01:28.603Z | |
657 | 2024-07-19T23:01:28.603Z | warning: doc list item missing indentation |
658 | 2024-07-19T23:01:28.603Z | --> lib/opte/src/engine/port.rs:128:5 |
659 | 2024-07-19T23:01:28.603Z | | |
660 | 2024-07-19T23:01:28.603Z | 128 | /// directly with a packet of its own. In this case the original |
661 | 2024-07-19T23:01:28.603Z | | ^ |
662 | 2024-07-19T23:01:28.603Z | | |
663 | 2024-07-19T23:01:28.603Z | = help: if this is supposed to be its own paragraph, add a blank line |
664 | 2024-07-19T23:01:28.603Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
665 | 2024-07-19T23:01:28.603Z | help: indent this line |
666 | 2024-07-19T23:01:28.603Z | | |
667 | 2024-07-19T23:01:28.603Z | 128 | /// directly with a packet of its own. In this case the original |
668 | 2024-07-19T23:01:28.603Z | | ++ |
669 | 2024-07-19T23:01:28.603Z | |
670 | 2024-07-19T23:01:28.603Z | warning: doc list item missing indentation |
671 | 2024-07-19T23:01:28.603Z | --> lib/opte/src/engine/port.rs:129:5 |
672 | 2024-07-19T23:01:28.603Z | | |
673 | 2024-07-19T23:01:28.603Z | 129 | /// packet is dropped. |
674 | 2024-07-19T23:01:28.603Z | | ^ |
675 | 2024-07-19T23:01:28.603Z | | |
676 | 2024-07-19T23:01:28.603Z | = help: if this is supposed to be its own paragraph, add a blank line |
677 | 2024-07-19T23:01:28.603Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
678 | 2024-07-19T23:01:28.603Z | help: indent this line |
679 | 2024-07-19T23:01:28.603Z | | |
680 | 2024-07-19T23:01:28.603Z | 129 | /// packet is dropped. |
681 | 2024-07-19T23:01:28.603Z | | ++ |
682 | 2024-07-19T23:01:28.603Z | |
683 | 2024-07-19T23:01:28.978Z | warning: doc list item missing indentation |
684 | 2024-07-19T23:01:28.978Z | --> lib/opte/src/engine/rule.rs:438:9 |
685 | 2024-07-19T23:01:28.978Z | | |
686 | 2024-07-19T23:01:28.978Z | 438 | /// dynamic resource which has been exhausted. |
687 | 2024-07-19T23:01:28.978Z | | ^ |
688 | 2024-07-19T23:01:28.978Z | | |
689 | 2024-07-19T23:01:28.978Z | = help: if this is supposed to be its own paragraph, add a blank line |
690 | 2024-07-19T23:01:28.978Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
691 | 2024-07-19T23:01:28.978Z | help: indent this line |
692 | 2024-07-19T23:01:28.978Z | | |
693 | 2024-07-19T23:01:28.978Z | 438 | /// dynamic resource which has been exhausted. |
694 | 2024-07-19T23:01:28.978Z | | ++ |
695 | 2024-07-19T23:01:28.978Z | |
696 | 2024-07-19T23:01:28.978Z | warning: doc list item missing indentation |
697 | 2024-07-19T23:01:28.978Z | --> lib/opte/src/engine/rule.rs:441:9 |
698 | 2024-07-19T23:01:28.978Z | | |
699 | 2024-07-19T23:01:28.978Z | 441 | /// unexpected error while trying to generate a descriptor. |
700 | 2024-07-19T23:01:28.978Z | | ^ |
701 | 2024-07-19T23:01:28.978Z | | |
702 | 2024-07-19T23:01:28.978Z | = help: if this is supposed to be its own paragraph, add a blank line |
703 | 2024-07-19T23:01:28.978Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
704 | 2024-07-19T23:01:28.978Z | help: indent this line |
705 | 2024-07-19T23:01:28.978Z | | |
706 | 2024-07-19T23:01:28.978Z | 441 | /// unexpected error while trying to generate a descriptor. |
707 | 2024-07-19T23:01:28.978Z | | ++ |
708 | 2024-07-19T23:01:28.978Z | |
709 | 2024-07-19T23:01:29.262Z | warning: doc list item missing indentation |
710 | 2024-07-19T23:01:29.262Z | --> lib/opte/src/engine/mod.rs:205:5 |
711 | 2024-07-19T23:01:29.262Z | | |
712 | 2024-07-19T23:01:29.262Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
713 | 2024-07-19T23:01:29.262Z | | ^ |
714 | 2024-07-19T23:01:29.262Z | | |
715 | 2024-07-19T23:01:29.262Z | = help: if this is supposed to be its own paragraph, add a blank line |
716 | 2024-07-19T23:01:29.262Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
717 | 2024-07-19T23:01:29.262Z | help: indent this line |
718 | 2024-07-19T23:01:29.262Z | | |
719 | 2024-07-19T23:01:29.262Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
720 | 2024-07-19T23:01:29.262Z | | +++ |
721 | 2024-07-19T23:01:29.262Z | |
722 | 2024-07-19T23:01:29.262Z | warning: doc list item missing indentation |
723 | 2024-07-19T23:01:29.262Z | --> lib/opte/src/engine/mod.rs:206:5 |
724 | 2024-07-19T23:01:29.262Z | | |
725 | 2024-07-19T23:01:29.262Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
726 | 2024-07-19T23:01:29.263Z | | ^ |
727 | 2024-07-19T23:01:29.263Z | | |
728 | 2024-07-19T23:01:29.263Z | = help: if this is supposed to be its own paragraph, add a blank line |
729 | 2024-07-19T23:01:29.263Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
730 | 2024-07-19T23:01:29.263Z | help: indent this line |
731 | 2024-07-19T23:01:29.263Z | | |
732 | 2024-07-19T23:01:29.263Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
733 | 2024-07-19T23:01:29.263Z | | +++ |
734 | 2024-07-19T23:01:29.263Z | |
735 | 2024-07-19T23:01:29.263Z | warning: doc list item missing indentation |
736 | 2024-07-19T23:01:29.263Z | --> lib/opte/src/engine/mod.rs:207:5 |
737 | 2024-07-19T23:01:29.263Z | | |
738 | 2024-07-19T23:01:29.263Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
739 | 2024-07-19T23:01:29.263Z | | ^ |
740 | 2024-07-19T23:01:29.263Z | | |
741 | 2024-07-19T23:01:29.263Z | = help: if this is supposed to be its own paragraph, add a blank line |
742 | 2024-07-19T23:01:29.263Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
743 | 2024-07-19T23:01:29.263Z | help: indent this line |
744 | 2024-07-19T23:01:29.263Z | | |
745 | 2024-07-19T23:01:29.263Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
746 | 2024-07-19T23:01:29.263Z | | +++ |
747 | 2024-07-19T23:01:29.263Z | |
748 | 2024-07-19T23:01:29.263Z | warning: doc list item missing indentation |
749 | 2024-07-19T23:01:29.287Z | --> lib/opte/src/engine/mod.rs:208:5 |
750 | 2024-07-19T23:01:29.288Z | | |
751 | 2024-07-19T23:01:29.288Z | 208 | /// the network implementation. |
752 | 2024-07-19T23:01:29.288Z | | ^ |
753 | 2024-07-19T23:01:29.288Z | | |
754 | 2024-07-19T23:01:29.288Z | = help: if this is supposed to be its own paragraph, add a blank line |
755 | 2024-07-19T23:01:29.288Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
756 | 2024-07-19T23:01:29.288Z | help: indent this line |
757 | 2024-07-19T23:01:29.288Z | | |
758 | 2024-07-19T23:01:29.288Z | 208 | /// the network implementation. |
759 | 2024-07-19T23:01:29.288Z | | +++ |
760 | 2024-07-19T23:01:29.288Z | |
761 | 2024-07-19T23:01:29.288Z | warning: doc list item missing indentation |
762 | 2024-07-19T23:01:29.288Z | --> lib/opte/src/engine/mod.rs:211:5 |
763 | 2024-07-19T23:01:29.288Z | | |
764 | 2024-07-19T23:01:29.288Z | 211 | /// as well as single packet processing (non-flow processing). |
765 | 2024-07-19T23:01:29.288Z | | ^ |
766 | 2024-07-19T23:01:29.288Z | | |
767 | 2024-07-19T23:01:29.288Z | = help: if this is supposed to be its own paragraph, add a blank line |
768 | 2024-07-19T23:01:29.288Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
769 | 2024-07-19T23:01:29.288Z | help: indent this line |
770 | 2024-07-19T23:01:29.288Z | | |
771 | 2024-07-19T23:01:29.288Z | 211 | /// as well as single packet processing (non-flow processing). |
772 | 2024-07-19T23:01:29.288Z | | +++ |
773 | 2024-07-19T23:01:29.288Z | |
774 | 2024-07-19T23:01:29.915Z | warning: `opte` (lib) generated 20 warnings |
775 | 2024-07-19T23:01:29.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.72s |
776 | 2024-07-19T23:01:29.951Z | |
777 | 2024-07-19T23:01:29.951Z | real 9.869529121 |
778 | 2024-07-19T23:01:29.951Z | user 10.441582833 |
779 | 2024-07-19T23:01:29.975Z | sys 1.755782252 |
780 | 2024-07-19T23:01:29.975Z | trap 0.001956764 |
781 | 2024-07-19T23:01:29.975Z | tflt 0.007819863 |
782 | 2024-07-19T23:01:29.975Z | dflt 0.020215720 |
783 | 2024-07-19T23:01:29.975Z | kflt 0.000000000 |
784 | 2024-07-19T23:01:29.975Z | lock 27.654977667 |
785 | 2024-07-19T23:01:29.975Z | slp 35.356388439 |
786 | 2024-07-19T23:01:29.975Z | lat 0.084462250 |
787 | 2024-07-19T23:01:29.975Z | stop 0.114849312 |
788 | 2024-07-19T23:01:29.975Z | + header test |
789 | 2024-07-19T23:01:29.975Z | + echo '# ==== test ==== #' |
790 | 2024-07-19T23:01:29.975Z | + ptime -m cargo test |
791 | 2024-07-19T23:01:29.975Z | # ==== test ==== # |
792 | 2024-07-19T23:01:30.292Z | Compiling unicode-ident v1.0.12 |
793 | 2024-07-19T23:01:30.292Z | Compiling byteorder v1.5.0 |
794 | 2024-07-19T23:01:30.292Z | Compiling memchr v2.7.4 |
795 | 2024-07-19T23:01:30.292Z | Compiling ucd-trie v0.1.6 |
796 | 2024-07-19T23:01:30.316Z | Compiling itoa v1.0.11 |
797 | 2024-07-19T23:01:30.316Z | Compiling ryu v1.0.18 |
798 | 2024-07-19T23:01:30.340Z | Compiling libc v0.2.155 |
799 | 2024-07-19T23:01:30.340Z | Compiling log v0.4.22 |
800 | 2024-07-19T23:01:30.449Z | Compiling proc-macro2 v1.0.86 |
801 | 2024-07-19T23:01:30.487Z | Compiling plain v0.2.3 |
802 | 2024-07-19T23:01:30.611Z | Compiling pretty-hex v0.4.1 |
803 | 2024-07-19T23:01:30.635Z | Compiling cfg-if v1.0.0 |
804 | 2024-07-19T23:01:30.674Z | Compiling hash32 v0.3.1 |
805 | 2024-07-19T23:01:30.699Z | Compiling stable_deref_trait v1.2.0 |
806 | 2024-07-19T23:01:30.723Z | Compiling cobs v0.2.3 |
807 | 2024-07-19T23:01:30.778Z | Compiling managed v0.8.0 |
808 | 2024-07-19T23:01:30.802Z | Compiling embedded-io v0.4.0 |
809 | 2024-07-19T23:01:30.871Z | Compiling thread-id v4.2.1 |
810 | 2024-07-19T23:01:30.919Z | Compiling heapless v0.8.0 |
811 | 2024-07-19T23:01:30.952Z | Compiling bitflags v1.3.2 |
812 | 2024-07-19T23:01:30.981Z | Compiling memmap v0.7.0 |
813 | 2024-07-19T23:01:30.982Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
814 | 2024-07-19T23:01:30.982Z | Compiling either v1.13.0 |
815 | 2024-07-19T23:01:31.030Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
816 | 2024-07-19T23:01:31.142Z | Compiling quote v1.0.36 |
817 | 2024-07-19T23:01:31.182Z | Compiling ipnetwork v0.20.0 |
818 | 2024-07-19T23:01:31.264Z | Compiling unicode-width v0.1.13 |
819 | 2024-07-19T23:01:31.287Z | Compiling itertools v0.12.1 |
820 | 2024-07-19T23:01:31.365Z | Compiling crc32fast v1.4.2 |
821 | 2024-07-19T23:01:31.465Z | Compiling syn v2.0.71 |
822 | 2024-07-19T23:01:31.669Z | Compiling tabwriter v1.4.0 |
823 | 2024-07-19T23:01:31.740Z | Compiling dyn-clone v1.0.17 |
824 | 2024-07-19T23:01:31.835Z | Compiling smoltcp v0.11.0 |
825 | 2024-07-19T23:01:35.997Z | Compiling darling_core v0.20.10 |
826 | 2024-07-19T23:01:39.690Z | Compiling serde_derive v1.0.204 |
827 | 2024-07-19T23:01:39.690Z | Compiling thiserror-impl v1.0.62 |
828 | 2024-07-19T23:01:39.714Z | Compiling zerocopy-derive v0.7.35 |
829 | 2024-07-19T23:01:39.714Z | Compiling scroll_derive v0.12.0 |
830 | 2024-07-19T23:01:39.714Z | Compiling darling_macro v0.20.10 |
831 | 2024-07-19T23:01:39.714Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
832 | 2024-07-19T23:01:40.707Z | Compiling darling v0.20.10 |
833 | 2024-07-19T23:01:40.800Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
834 | 2024-07-19T23:01:40.975Z | Compiling scroll v0.12.0 |
835 | 2024-07-19T23:01:41.376Z | Compiling goblin v0.8.2 |
836 | 2024-07-19T23:01:41.400Z | Compiling zerocopy v0.7.35 |
837 | 2024-07-19T23:01:41.850Z | Compiling thiserror v1.0.62 |
838 | 2024-07-19T23:01:41.929Z | Compiling pest v2.7.11 |
839 | 2024-07-19T23:01:43.881Z | Compiling pest_meta v2.7.11 |
840 | 2024-07-19T23:01:44.047Z | Compiling serde v1.0.204 |
841 | 2024-07-19T23:01:44.849Z | Compiling pest_generator v2.7.11 |
842 | 2024-07-19T23:01:46.023Z | Compiling pest_derive v2.7.11 |
843 | 2024-07-19T23:01:47.024Z | Compiling dtrace-parser v0.2.0 |
844 | 2024-07-19T23:01:48.639Z | Compiling serde_json v1.0.120 |
845 | 2024-07-19T23:01:48.639Z | Compiling serde_tokenstream v0.2.1 |
846 | 2024-07-19T23:01:48.664Z | Compiling postcard v1.0.8 |
847 | 2024-07-19T23:01:49.230Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
848 | 2024-07-19T23:01:49.946Z | Compiling dof v0.3.0 |
849 | 2024-07-19T23:01:50.481Z | Compiling usdt-impl v0.5.0 |
850 | 2024-07-19T23:01:51.361Z | Compiling usdt-macro v0.5.0 |
851 | 2024-07-19T23:01:51.361Z | Compiling usdt-attr-macro v0.5.0 |
852 | 2024-07-19T23:01:52.812Z | Compiling usdt v0.5.0 |
853 | 2024-07-19T23:02:11.842Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 41.82s |
854 | 2024-07-19T23:02:11.866Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-0adedd102e0bd4b2) |
855 | 2024-07-19T23:02:11.867Z | |
856 | 2024-07-19T23:02:11.867Z | running 86 tests |
857 | 2024-07-19T23:02:11.867Z | test d_error::tests::name_truncation ... ok |
858 | 2024-07-19T23:02:11.867Z | test d_error::tests::name_and_data_storage ... ok |
859 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_client_id ... ok |
860 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_dns_servers ... ok |
861 | 2024-07-19T23:02:11.935Z | test engine::dhcp::test::offlink_encode ... ok |
862 | 2024-07-19T23:02:11.935Z | test engine::dhcp::test::hostname_encode ... ok |
863 | 2024-07-19T23:02:11.935Z | test engine::dhcp::test::domainname_encode ... ok |
864 | 2024-07-19T23:02:11.935Z | test engine::dhcp::test::domain_search_option_encode ... ok |
865 | 2024-07-19T23:02:11.935Z | test engine::dhcp::test::rfc3442_encode ... ok |
866 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_domain_list_from_slice ... ok |
867 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_elapsed_time ... ok |
868 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_iata ... ok |
869 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok |
870 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_option_request ... ok |
871 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok |
872 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_iana ... ok |
873 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_parse_snooped_iana ... ok |
874 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok |
875 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_rapid_commit ... ok |
876 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok |
877 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_server_id ... ok |
878 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_sntp_servers ... ok |
879 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::options::test::test_status ... ok |
880 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok |
881 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::test::test_duid_from_mac ... ok |
882 | 2024-07-19T23:02:11.935Z | test engine::ether::test::emit ... ok |
883 | 2024-07-19T23:02:11.935Z | test engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok |
884 | 2024-07-19T23:02:11.935Z | test engine::flow_table::test::flow_clear ... ok |
885 | 2024-07-19T23:02:11.935Z | test engine::flow_table::test::flow_expired ... ok |
886 | 2024-07-19T23:02:11.935Z | test engine::geneve::test::emit_external_opt ... ok |
887 | 2024-07-19T23:02:11.935Z | test engine::geneve::test::emit_no_opts ... ok |
888 | 2024-07-19T23:02:11.935Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
889 | 2024-07-19T23:02:11.935Z | test engine::geneve::test::parse_multi_opt ... ok |
890 | 2024-07-19T23:02:11.936Z | test engine::geneve::test::bad_opt_len_fails ... ok |
891 | 2024-07-19T23:02:11.936Z | test engine::geneve::test::parse_single_opt ... ok |
892 | 2024-07-19T23:02:11.936Z | test engine::icmp::v4::test::icmp4_body_csum_equals_body ... ok |
893 | 2024-07-19T23:02:11.936Z | test engine::ip4::cidr_match ... ok |
894 | 2024-07-19T23:02:11.936Z | test engine::ip4::match_check ... ok |
895 | 2024-07-19T23:02:11.936Z | test engine::ip4::test::emit ... ok |
896 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::bad_ipv6_version_caught ... ok |
897 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::emit ... ok |
898 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::from_pairs ... ok |
899 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::test_ip6_meta_total_len ... ok |
900 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::test_ipv6_addr_match_exact ... ok |
901 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::test_set_total_len ... ok |
902 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::too_many_exts_are_parse_error ... ok |
903 | 2024-07-19T23:02:11.936Z | test engine::layer::test::find_rule ... ok |
904 | 2024-07-19T23:02:11.936Z | test engine::packet::test::chain_breaks_links ... ok |
905 | 2024-07-19T23:02:11.936Z | test engine::packet::test::chain_append_links ... ok |
906 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::test_extension_header_lengths_ok ... ok |
907 | 2024-07-19T23:02:11.936Z | test engine::nat::test::nat4_rewrite ... ok |
908 | 2024-07-19T23:02:11.936Z | test engine::packet::test::chain_has_correct_ends ... ok |
909 | 2024-07-19T23:02:11.936Z | test engine::ip6::test::test_ipv6_cidr_match_prefix ... ok |
910 | 2024-07-19T23:02:11.936Z | test engine::packet::test::expand_and_shrink ... ok |
911 | 2024-07-19T23:02:11.936Z | test engine::packet::test::not_enough_bytes_read ... ok |
912 | 2024-07-19T23:02:11.936Z | test engine::packet::test::chain_drain_complete ... ok |
913 | 2024-07-19T23:02:11.936Z | test engine::packet::test::read_seg ... ok |
914 | 2024-07-19T23:02:11.936Z | test engine::packet::test::read_single_segment ... ok |
915 | 2024-07-19T23:02:11.936Z | test engine::packet::test::seg_writer ... ok |
916 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_mut_unchecked_zero ... ok |
917 | 2024-07-19T23:02:11.936Z | test engine::packet::test::prefix_len ... ok |
918 | 2024-07-19T23:02:11.936Z | test engine::packet::test::small_packet_with_padding ... ok |
919 | 2024-07-19T23:02:11.936Z | test engine::packet::test::parse_ipv6_extension_headers_ok ... ok |
920 | 2024-07-19T23:02:11.936Z | test engine::packet::test::straddled_tcp ... ok |
921 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_unchecked_zero ... ok |
922 | 2024-07-19T23:02:11.936Z | test engine::packet::test::test_long_packet_continuation ... ok |
923 | 2024-07-19T23:02:11.936Z | test engine::packet::test::udp6_packet_with_padding ... ok |
924 | 2024-07-19T23:02:11.936Z | test engine::packet::test::uninitialized_packet ... ok |
925 | 2024-07-19T23:02:11.936Z | test engine::packet::test::wrap ... ok |
926 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_mut_unchecked_bad_len - should panic ... ok |
927 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_unchecked_bad_offset - should panic ... ok |
928 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_mut_unchecked_bad_offset - should panic ... ok |
929 | 2024-07-19T23:02:11.936Z | test engine::packet::test::slice_unchecked_bad_len - should panic ... ok |
930 | 2024-07-19T23:02:11.937Z | test engine::packet::test::zero_byte_packet ... ok |
931 | 2024-07-19T23:02:11.937Z | test engine::packet::test::write_and_read_multi_segment ... ok |
932 | 2024-07-19T23:02:11.937Z | test engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok |
933 | 2024-07-19T23:02:11.937Z | test engine::rule::rule_matching ... ok |
934 | 2024-07-19T23:02:11.937Z | test engine::snat::test::snat4_desc_lifecycle ... ok |
935 | 2024-07-19T23:02:11.937Z | test engine::tcp::test::emit_no_opts ... ok |
936 | 2024-07-19T23:02:11.937Z | test engine::tcp::test::emit_opts ... ok |
937 | 2024-07-19T23:02:11.937Z | test engine::tcp::test::parse_max_opts ... ok |
938 | 2024-07-19T23:02:11.937Z | test engine::tcp::test::parse_opts_truncated ... ok |
939 | 2024-07-19T23:02:11.937Z | test engine::snat::test::test_nat_pool_different_ip_types ... ok |
940 | 2024-07-19T23:02:11.937Z | test engine::tcp::test::parse_no_opts ... ok |
941 | 2024-07-19T23:02:11.937Z | test engine::udp::test::emit ... ok |
942 | 2024-07-19T23:02:11.937Z | test engine::snat::test::nat_mappings ... ok |
943 | 2024-07-19T23:02:11.937Z | |
944 | 2024-07-19T23:02:11.937Z | test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
945 | 2024-07-19T23:02:11.937Z | |
946 | 2024-07-19T23:02:11.937Z | Doc-tests opte |
947 | 2024-07-19T23:02:12.868Z | |
948 | 2024-07-19T23:02:12.868Z | running 3 tests |
949 | 2024-07-19T23:02:12.893Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 56) ... ignored |
950 | 2024-07-19T23:02:14.859Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 41) ... ok |
951 | 2024-07-19T23:02:14.977Z | test lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 85) ... ok |
952 | 2024-07-19T23:02:14.977Z | |
953 | 2024-07-19T23:02:15.001Z | test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.11s |
954 | 2024-07-19T23:02:15.001Z | |
955 | 2024-07-19T23:02:15.033Z | |
956 | 2024-07-19T23:02:15.057Z | real 45.067915016 |
957 | 2024-07-19T23:02:15.057Z | user 1:56.044012802 |
958 | 2024-07-19T23:02:15.057Z | sys 27.069091299 |
959 | 2024-07-19T23:02:15.057Z | trap 0.044480816 |
960 | 2024-07-19T23:02:15.057Z | tflt 0.215459520 |
961 | 2024-07-19T23:02:15.057Z | dflt 1.188090762 |
962 | 2024-07-19T23:02:15.057Z | kflt 0.000000000 |
963 | 2024-07-19T23:02:15.057Z | lock 4:00.626862386 |
964 | 2024-07-19T23:02:15.057Z | slp 5:58.340923352 |
965 | 2024-07-19T23:02:15.057Z | lat 4.130381857 |
966 | 2024-07-19T23:02:15.057Z | stop 3.476407890 |
967 | 2024-07-19T23:02:15.058Z | process exited: duration 207832 ms, exit code 0 |
|
968 | 2024-07-19T23:02:15.107Z | found 0 output files |