|
|
|
1 | 2024-12-16T18:39:03.617Z | job assigned to worker 01JF8C6WFGZD74G07B70ER3XRS [factory aws, i-0c7b8c9c52373c96d] (queued for 58 s) |
|
2 | 2024-12-16T18:39:11.725Z | starting task 0: "setup" |
3 | 2024-12-16T18:39:11.735Z | ++ uname -s |
4 | 2024-12-16T18:39:11.738Z | + kern=SunOS |
5 | 2024-12-16T18:39:11.738Z | + case "$kern" in |
6 | 2024-12-16T18:39:11.738Z | + groupadd -g 12345 build |
7 | 2024-12-16T18:39:11.740Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T18:39:13.749Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T18:39:13.838Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T18:39:13.841Z | + home_fs=zfs |
11 | 2024-12-16T18:39:13.841Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T18:39:13.841Z | + mkdir -p /home/build |
13 | 2024-12-16T18:39:13.844Z | + chown build:build /home/build /work |
14 | 2024-12-16T18:39:15.844Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T18:39:15.847Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-12-16T18:39:15.853Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T18:39:15.859Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T18:39:15.859Z | ' nightly-2024-11-18 |
19 | 2024-12-16T18:39:15.859Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-16T18:39:15.859Z | * toolchain profile = "default" |
21 | 2024-12-16T18:39:15.859Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-16T18:39:15.859Z | ' default |
23 | 2024-12-16T18:39:15.861Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T18:39:15.861Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-16T18:39:15.951Z | info: downloading installer |
26 | 2024-12-16T18:39:17.267Z | info: profile set to 'default' |
27 | 2024-12-16T18:39:17.267Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T18:39:17.270Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-16T18:39:17.409Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-16T18:39:17.409Z | info: downloading component 'cargo' |
31 | 2024-12-16T18:39:18.138Z | info: downloading component 'clippy' |
32 | 2024-12-16T18:39:18.421Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T18:39:19.412Z | info: downloading component 'rust-std' |
34 | 2024-12-16T18:39:21.004Z | info: downloading component 'rustc' |
35 | 2024-12-16T18:39:26.623Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T18:39:26.834Z | info: installing component 'cargo' |
37 | 2024-12-16T18:39:27.661Z | info: installing component 'clippy' |
38 | 2024-12-16T18:39:28.038Z | info: installing component 'rust-docs' |
39 | 2024-12-16T18:39:29.719Z | info: installing component 'rust-std' |
40 | 2024-12-16T18:39:31.576Z | info: installing component 'rustc' |
41 | 2024-12-16T18:39:37.538Z | info: installing component 'rustfmt' |
42 | 2024-12-16T18:39:37.870Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-16T18:39:37.870Z | |
44 | 2024-12-16T18:39:38.268Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-16T18:39:38.268Z | |
46 | 2024-12-16T18:39:38.270Z | |
47 | 2024-12-16T18:39:38.270Z | Rust is installed now. Great! |
48 | 2024-12-16T18:39:38.270Z | |
49 | 2024-12-16T18:39:38.270Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T18:39:38.271Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T18:39:38.271Z | |
52 | 2024-12-16T18:39:38.271Z | To configure your current shell, you need to source |
53 | 2024-12-16T18:39:38.271Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T18:39:38.271Z | |
55 | 2024-12-16T18:39:38.271Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T18:39:38.271Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T18:39:38.271Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T18:39:38.349Z | + rustc --version |
59 | 2024-12-16T18:39:38.419Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-16T18:39:38.422Z | process exited: duration 22564 ms, exit code 0 |
|
61 | 2024-12-16T18:39:38.427Z | starting task 2: "authentication" |
62 | 2024-12-16T18:39:38.448Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-16T18:39:38.453Z | starting task 3: "clone repository" |
64 | 2024-12-16T18:39:38.459Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-16T18:39:38.461Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-16T18:39:38.501Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-16T18:39:39.216Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-16T18:39:39.217Z | + git fetch origin a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
69 | 2024-12-16T18:39:39.458Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-16T18:39:39.458Z | * branch a60adb12f3846e083531eeb9503bd3c2184bd7b6 -> FETCH_HEAD |
71 | 2024-12-16T18:39:39.466Z | + [[ -n rwlock ]] |
72 | 2024-12-16T18:39:39.469Z | ++ git branch --show-current |
73 | 2024-12-16T18:39:39.471Z | + current=master |
74 | 2024-12-16T18:39:39.471Z | + [[ master != rwlock ]] |
75 | 2024-12-16T18:39:39.471Z | + git branch -f rwlock a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
76 | 2024-12-16T18:39:39.474Z | + git checkout -f rwlock |
77 | 2024-12-16T18:39:39.497Z | Switched to branch 'rwlock' |
78 | 2024-12-16T18:39:39.499Z | + git reset --hard a60adb12f3846e083531eeb9503bd3c2184bd7b6 |
79 | 2024-12-16T18:39:39.518Z | HEAD is now at a60adb1 Rustc optimised out the `fetch_add`s. |
80 | 2024-12-16T18:39:39.520Z | process exited: duration 1065 ms, exit code 0 |
|
81 | 2024-12-16T18:39:39.526Z | starting task 4: "build" |
82 | 2024-12-16T18:39:39.531Z | + cargo --version |
83 | 2024-12-16T18:39:39.536Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-16T18:39:39.723Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-16T18:39:39.723Z | info: downloading component 'cargo' |
86 | 2024-12-16T18:39:40.734Z | info: downloading component 'clippy' |
87 | 2024-12-16T18:39:41.134Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T18:39:42.547Z | info: downloading component 'rust-std' |
89 | 2024-12-16T18:39:44.593Z | info: downloading component 'rustc' |
90 | 2024-12-16T18:39:52.313Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T18:39:52.609Z | info: installing component 'cargo' |
92 | 2024-12-16T18:39:53.432Z | info: installing component 'clippy' |
93 | 2024-12-16T18:39:53.806Z | info: installing component 'rust-docs' |
94 | 2024-12-16T18:39:55.507Z | info: installing component 'rust-std' |
95 | 2024-12-16T18:39:57.167Z | info: installing component 'rustc' |
96 | 2024-12-16T18:40:02.962Z | info: installing component 'rustfmt' |
97 | 2024-12-16T18:40:03.391Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-16T18:40:03.393Z | + rustc --version |
99 | 2024-12-16T18:40:03.465Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-16T18:40:03.470Z | + cd lib/oxide-vpc |
101 | 2024-12-16T18:40:03.473Z | + header 'check style' |
102 | 2024-12-16T18:40:03.473Z | + echo '# ==== check style ==== #' |
103 | 2024-12-16T18:40:03.473Z | # ==== check style ==== # |
104 | 2024-12-16T18:40:03.473Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-16T18:40:03.745Z | |
106 | 2024-12-16T18:40:03.745Z | real 0.269328977 |
107 | 2024-12-16T18:40:03.745Z | user 0.170529638 |
108 | 2024-12-16T18:40:03.745Z | sys 0.092710892 |
109 | 2024-12-16T18:40:03.745Z | trap 0.000008477 |
110 | 2024-12-16T18:40:03.745Z | tflt 0.000000000 |
111 | 2024-12-16T18:40:03.745Z | dflt 0.000000000 |
112 | 2024-12-16T18:40:03.745Z | kflt 0.000000000 |
113 | 2024-12-16T18:40:03.745Z | lock 0.000000000 |
114 | 2024-12-16T18:40:03.748Z | slp 0.183426111 |
115 | 2024-12-16T18:40:03.748Z | lat 0.000261323 |
116 | 2024-12-16T18:40:03.748Z | stop 0.000153741 |
117 | 2024-12-16T18:40:03.748Z | + header 'check docs' |
118 | 2024-12-16T18:40:03.748Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-16T18:40:03.748Z | # ==== check docs ==== # |
120 | 2024-12-16T18:40:03.748Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-16T18:40:03.748Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-16T18:40:03.857Z | Updating crates.io index |
123 | 2024-12-16T18:40:03.860Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-16T18:40:04.532Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-16T18:40:04.780Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-16T18:40:05.017Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-16T18:40:05.372Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-16T18:40:05.642Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-16T18:40:05.921Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-16T18:40:06.196Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-16T18:40:06.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-16T18:40:07.231Z | Downloading crates ... |
133 | 2024-12-16T18:40:07.282Z | Downloaded byteorder v1.5.0 |
134 | 2024-12-16T18:40:07.285Z | Downloaded block-buffer v0.10.4 |
135 | 2024-12-16T18:40:07.288Z | Downloaded cobs v0.2.3 |
136 | 2024-12-16T18:40:07.291Z | Downloaded cfg-if v1.0.0 |
137 | 2024-12-16T18:40:07.293Z | Downloaded bitflags v1.3.2 |
138 | 2024-12-16T18:40:07.303Z | Downloaded scroll_derive v0.12.0 |
139 | 2024-12-16T18:40:07.307Z | Downloaded dtrace-parser v0.2.0 |
140 | 2024-12-16T18:40:07.311Z | Downloaded pretty-hex v0.4.1 |
141 | 2024-12-16T18:40:07.320Z | Downloaded usdt-attr-macro v0.5.0 |
142 | 2024-12-16T18:40:07.323Z | Downloaded ident_case v1.0.1 |
143 | 2024-12-16T18:40:07.329Z | Downloaded darling_macro v0.20.10 |
144 | 2024-12-16T18:40:07.332Z | Downloaded usdt-macro v0.5.0 |
145 | 2024-12-16T18:40:07.339Z | Downloaded dof v0.3.0 |
146 | 2024-12-16T18:40:07.341Z | Downloaded crypto-common v0.1.6 |
147 | 2024-12-16T18:40:07.344Z | Downloaded cpufeatures v0.2.16 |
148 | 2024-12-16T18:40:07.346Z | Downloaded itoa v1.0.14 |
149 | 2024-12-16T18:40:07.348Z | Downloaded fnv v1.0.7 |
150 | 2024-12-16T18:40:07.348Z | Downloaded macaddr v1.0.1 |
151 | 2024-12-16T18:40:07.348Z | Downloaded embedded-io v0.4.0 |
152 | 2024-12-16T18:40:07.351Z | Downloaded strsim v0.11.1 |
153 | 2024-12-16T18:40:07.351Z | Downloaded embedded-io v0.6.1 |
154 | 2024-12-16T18:40:07.355Z | Downloaded defmt-parser v0.4.1 |
155 | 2024-12-16T18:40:07.355Z | Downloaded digest v0.10.7 |
156 | 2024-12-16T18:40:07.357Z | Downloaded ipnetwork v0.20.0 |
157 | 2024-12-16T18:40:07.357Z | Downloaded memmap v0.7.0 |
158 | 2024-12-16T18:40:07.365Z | Downloaded either v1.13.0 |
159 | 2024-12-16T18:40:07.368Z | Downloaded thiserror-impl v2.0.7 |
160 | 2024-12-16T18:40:07.370Z | Downloaded thiserror v1.0.69 |
161 | 2024-12-16T18:40:07.375Z | Downloaded thread-id v4.2.2 |
162 | 2024-12-16T18:40:07.378Z | Downloaded stable_deref_trait v1.2.0 |
163 | 2024-12-16T18:40:07.378Z | Downloaded dyn-clone v1.0.17 |
164 | 2024-12-16T18:40:07.383Z | Downloaded managed v0.8.0 |
165 | 2024-12-16T18:40:07.386Z | Downloaded version_check v0.9.5 |
166 | 2024-12-16T18:40:07.386Z | Downloaded proc-macro-error-attr2 v2.0.0 |
167 | 2024-12-16T18:40:07.386Z | Downloaded generic-array v0.14.7 |
168 | 2024-12-16T18:40:07.389Z | Downloaded tabwriter v1.4.0 |
169 | 2024-12-16T18:40:07.389Z | Downloaded hash32 v0.3.1 |
170 | 2024-12-16T18:40:07.391Z | Downloaded darling v0.20.10 |
171 | 2024-12-16T18:40:07.395Z | Downloaded usdt-impl v0.5.0 |
172 | 2024-12-16T18:40:07.398Z | Downloaded usdt v0.5.0 |
173 | 2024-12-16T18:40:07.400Z | Downloaded thiserror-impl v1.0.69 |
174 | 2024-12-16T18:40:07.400Z | Downloaded plain v0.2.3 |
175 | 2024-12-16T18:40:07.400Z | Downloaded pest_generator v2.7.15 |
176 | 2024-12-16T18:40:07.403Z | Downloaded quote v1.0.37 |
177 | 2024-12-16T18:40:07.405Z | Downloaded crc32fast v1.4.2 |
178 | 2024-12-16T18:40:07.410Z | Downloaded proc-macro-error2 v2.0.1 |
179 | 2024-12-16T18:40:07.413Z | Downloaded zerocopy-derive v0.7.35 |
180 | 2024-12-16T18:40:07.418Z | Downloaded postcard v1.1.1 |
181 | 2024-12-16T18:40:07.421Z | Downloaded thiserror v2.0.7 |
182 | 2024-12-16T18:40:07.426Z | Downloaded sha2 v0.10.8 |
183 | 2024-12-16T18:40:07.428Z | Downloaded scroll v0.12.0 |
184 | 2024-12-16T18:40:07.431Z | Downloaded bitflags v2.6.0 |
185 | 2024-12-16T18:40:07.433Z | Downloaded once_cell v1.20.2 |
186 | 2024-12-16T18:40:07.436Z | Downloaded defmt-macros v0.4.0 |
187 | 2024-12-16T18:40:07.439Z | Downloaded serde_tokenstream v0.2.2 |
188 | 2024-12-16T18:40:07.442Z | Downloaded proc-macro2 v1.0.92 |
189 | 2024-12-16T18:40:07.444Z | Downloaded defmt v0.3.10 |
190 | 2024-12-16T18:40:07.446Z | Downloaded ucd-trie v0.1.7 |
191 | 2024-12-16T18:40:07.449Z | Downloaded log v0.4.22 |
192 | 2024-12-16T18:40:07.453Z | Downloaded ryu v1.0.18 |
193 | 2024-12-16T18:40:07.459Z | Downloaded uuid v1.11.0 |
194 | 2024-12-16T18:40:07.461Z | Downloaded pest_meta v2.7.15 |
195 | 2024-12-16T18:40:07.464Z | Downloaded darling_core v0.20.10 |
196 | 2024-12-16T18:40:07.466Z | Downloaded unicode-ident v1.0.14 |
197 | 2024-12-16T18:40:07.473Z | Downloaded pest_derive v2.7.15 |
198 | 2024-12-16T18:40:07.480Z | Downloaded serde_derive v1.0.216 |
199 | 2024-12-16T18:40:07.483Z | Downloaded typenum v1.17.0 |
200 | 2024-12-16T18:40:07.490Z | Downloaded zerocopy-derive v0.8.13 |
201 | 2024-12-16T18:40:07.496Z | Downloaded serde v1.0.216 |
202 | 2024-12-16T18:40:07.505Z | Downloaded memchr v2.7.4 |
203 | 2024-12-16T18:40:07.511Z | Downloaded heapless v0.8.0 |
204 | 2024-12-16T18:40:07.545Z | Downloaded pest v2.7.15 |
205 | 2024-12-16T18:40:07.560Z | Downloaded itertools v0.13.0 |
206 | 2024-12-16T18:40:07.567Z | Downloaded serde_json v1.0.133 |
207 | 2024-12-16T18:40:07.574Z | Downloaded zerocopy v0.7.35 |
208 | 2024-12-16T18:40:07.589Z | Downloaded aho-corasick v1.1.3 |
209 | 2024-12-16T18:40:07.600Z | Downloaded goblin v0.8.2 |
210 | 2024-12-16T18:40:07.618Z | Downloaded zerocopy v0.8.13 |
211 | 2024-12-16T18:40:07.641Z | Downloaded regex v1.11.1 |
212 | 2024-12-16T18:40:07.662Z | Downloaded unicode-width v0.1.14 |
213 | 2024-12-16T18:40:07.668Z | Downloaded syn v2.0.90 |
214 | 2024-12-16T18:40:07.680Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-16T18:40:07.691Z | Downloaded regex-syntax v0.8.5 |
216 | 2024-12-16T18:40:07.724Z | Downloaded regex-automata v0.4.9 |
217 | 2024-12-16T18:40:07.740Z | Downloaded libc v0.2.168 |
218 | 2024-12-16T18:40:07.899Z | Compiling proc-macro2 v1.0.92 |
219 | 2024-12-16T18:40:07.899Z | Compiling unicode-ident v1.0.14 |
220 | 2024-12-16T18:40:07.902Z | Documenting unicode-ident v1.0.14 |
221 | 2024-12-16T18:40:07.902Z | Compiling strsim v0.11.1 |
222 | 2024-12-16T18:40:07.902Z | Compiling fnv v1.0.7 |
223 | 2024-12-16T18:40:07.902Z | Compiling ident_case v1.0.1 |
224 | 2024-12-16T18:40:07.902Z | Compiling serde v1.0.216 |
225 | 2024-12-16T18:40:08.074Z | Compiling memchr v2.7.4 |
226 | 2024-12-16T18:40:08.098Z | Compiling zerocopy v0.8.13 |
227 | 2024-12-16T18:40:08.213Z | Compiling regex-syntax v0.8.5 |
228 | 2024-12-16T18:40:08.544Z | Checking byteorder v1.5.0 |
229 | 2024-12-16T18:40:08.605Z | Compiling either v1.13.0 |
230 | 2024-12-16T18:40:08.826Z | Documenting proc-macro2 v1.0.92 |
231 | 2024-12-16T18:40:08.992Z | Compiling aho-corasick v1.1.3 |
232 | 2024-12-16T18:40:09.415Z | Compiling itertools v0.13.0 |
233 | 2024-12-16T18:40:09.453Z | Compiling quote v1.0.37 |
234 | 2024-12-16T18:40:09.917Z | Compiling syn v2.0.90 |
235 | 2024-12-16T18:40:10.056Z | Documenting quote v1.0.37 |
236 | 2024-12-16T18:40:10.994Z | Documenting strsim v0.11.1 |
237 | 2024-12-16T18:40:11.065Z | Documenting syn v2.0.90 |
238 | 2024-12-16T18:40:11.890Z | Compiling regex-automata v0.4.9 |
239 | 2024-12-16T18:40:11.950Z | Documenting ident_case v1.0.1 |
240 | 2024-12-16T18:40:12.328Z | Documenting fnv v1.0.7 |
241 | 2024-12-16T18:40:12.836Z | Compiling heapless v0.8.0 |
242 | 2024-12-16T18:40:13.003Z | Checking hash32 v0.3.1 |
243 | 2024-12-16T18:40:13.145Z | Documenting memchr v2.7.4 |
244 | 2024-12-16T18:40:13.248Z | Checking cfg-if v1.0.0 |
245 | 2024-12-16T18:40:13.327Z | Checking stable_deref_trait v1.2.0 |
246 | 2024-12-16T18:40:13.419Z | Checking macaddr v1.0.1 |
247 | 2024-12-16T18:40:13.693Z | Compiling smoltcp v0.11.0 |
248 | 2024-12-16T18:40:13.752Z | Documenting regex-syntax v0.8.5 |
249 | 2024-12-16T18:40:14.456Z | Documenting aho-corasick v1.1.3 |
250 | 2024-12-16T18:40:15.128Z | Checking managed v0.8.0 |
251 | 2024-12-16T18:40:15.389Z | Checking darling_core v0.20.10 |
252 | 2024-12-16T18:40:15.804Z | Compiling regex v1.11.1 |
253 | 2024-12-16T18:40:16.010Z | Checking cobs v0.2.3 |
254 | 2024-12-16T18:40:16.013Z | Documenting regex-automata v0.4.9 |
255 | 2024-12-16T18:40:16.282Z | Documenting darling_core v0.20.10 |
256 | 2024-12-16T18:40:16.705Z | Documenting serde_derive v1.0.216 |
257 | 2024-12-16T18:40:16.969Z | Checking bitflags v1.3.2 |
258 | 2024-12-16T18:40:17.058Z | Checking bitflags v2.6.0 |
259 | 2024-12-16T18:40:17.293Z | Documenting zerocopy-derive v0.8.13 |
260 | 2024-12-16T18:40:18.392Z | Documenting darling_macro v0.20.10 |
261 | 2024-12-16T18:40:18.477Z | Documenting byteorder v1.5.0 |
262 | 2024-12-16T18:40:18.677Z | Documenting regex v1.11.1 |
263 | 2024-12-16T18:40:19.144Z | Documenting macaddr v1.0.1 |
264 | 2024-12-16T18:40:19.243Z | Documenting hash32 v0.3.1 |
265 | 2024-12-16T18:40:19.389Z | Compiling version_check v0.9.5 |
266 | 2024-12-16T18:40:19.850Z | Checking ipnetwork v0.20.0 |
267 | 2024-12-16T18:40:19.898Z | Checking unicode-width v0.1.14 |
268 | 2024-12-16T18:40:20.012Z | Documenting cfg-if v1.0.0 |
269 | 2024-12-16T18:40:20.133Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
270 | 2024-12-16T18:40:20.158Z | Documenting stable_deref_trait v1.2.0 |
271 | 2024-12-16T18:40:20.354Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-12-16T18:40:20.398Z | Documenting managed v0.8.0 |
273 | 2024-12-16T18:40:20.409Z | Documenting cobs v0.2.3 |
274 | 2024-12-16T18:40:20.623Z | Documenting bitflags v2.6.0 |
275 | 2024-12-16T18:40:20.747Z | Compiling serde_derive v1.0.216 |
276 | 2024-12-16T18:40:20.767Z | Compiling zerocopy-derive v0.8.13 |
277 | 2024-12-16T18:40:20.783Z | Documenting heapless v0.8.0 |
278 | 2024-12-16T18:40:21.075Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
279 | 2024-12-16T18:40:21.238Z | Checking tabwriter v1.4.0 |
280 | 2024-12-16T18:40:21.466Z | Checking crc32fast v1.4.2 |
281 | 2024-12-16T18:40:21.609Z | Compiling darling_macro v0.20.10 |
282 | 2024-12-16T18:40:21.620Z | Checking dyn-clone v1.0.17 |
283 | 2024-12-16T18:40:21.651Z | Documenting ipnetwork v0.20.0 |
284 | 2024-12-16T18:40:21.745Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
285 | 2024-12-16T18:40:21.902Z | Documenting smoltcp v0.11.0 |
286 | 2024-12-16T18:40:22.093Z | Documenting unicode-width v0.1.14 |
287 | 2024-12-16T18:40:22.532Z | Documenting either v1.13.0 |
288 | 2024-12-16T18:40:22.577Z | Documenting crc32fast v1.4.2 |
289 | 2024-12-16T18:40:22.580Z | Compiling darling v0.20.10 |
290 | 2024-12-16T18:40:22.688Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
291 | 2024-12-16T18:40:23.135Z | Documenting darling v0.20.10 |
292 | 2024-12-16T18:40:23.160Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
293 | 2024-12-16T18:40:23.197Z | Documenting tabwriter v1.4.0 |
294 | 2024-12-16T18:40:23.237Z | Documenting itertools v0.13.0 |
295 | 2024-12-16T18:40:23.887Z | Documenting zerocopy v0.8.13 |
296 | 2024-12-16T18:40:24.063Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
297 | 2024-12-16T18:40:24.316Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
298 | 2024-12-16T18:40:24.444Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
299 | 2024-12-16T18:40:25.056Z | Documenting dyn-clone v1.0.17 |
300 | 2024-12-16T18:40:25.347Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
301 | 2024-12-16T18:40:25.507Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
302 | 2024-12-16T18:40:26.993Z | Documenting serde v1.0.216 |
303 | 2024-12-16T18:40:27.421Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-16T18:40:27.421Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-16T18:40:29.708Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
306 | 2024-12-16T18:40:29.708Z | Checking postcard v1.1.1 |
307 | 2024-12-16T18:40:29.708Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2024-12-16T18:40:29.708Z | Documenting postcard v1.1.1 |
309 | 2024-12-16T18:40:29.708Z | Documenting uuid v1.11.0 |
310 | 2024-12-16T18:40:29.708Z | Checking uuid v1.11.0 |
311 | 2024-12-16T18:40:31.130Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-12-16T18:40:31.130Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2024-12-16T18:40:32.043Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2024-12-16T18:40:36.349Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2024-12-16T18:40:37.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s |
316 | 2024-12-16T18:40:37.708Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2024-12-16T18:40:37.728Z | |
318 | 2024-12-16T18:40:37.730Z | real 33.956262764 |
319 | 2024-12-16T18:40:37.730Z | user 2:27.243652323 |
320 | 2024-12-16T18:40:37.730Z | sys 19.992841039 |
321 | 2024-12-16T18:40:37.730Z | trap 0.105157055 |
322 | 2024-12-16T18:40:37.730Z | tflt 0.198038696 |
323 | 2024-12-16T18:40:37.730Z | dflt 0.138570144 |
324 | 2024-12-16T18:40:37.731Z | kflt 0.001560253 |
325 | 2024-12-16T18:40:37.731Z | lock 3:17.141148224 |
326 | 2024-12-16T18:40:37.731Z | slp 7:54.775244726 |
327 | 2024-12-16T18:40:37.731Z | lat 18.402594466 |
328 | 2024-12-16T18:40:37.731Z | stop 12.560054514 |
329 | 2024-12-16T18:40:37.731Z | + header 'analyze std + api + usdt' |
330 | 2024-12-16T18:40:37.731Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2024-12-16T18:40:37.731Z | # ==== analyze std + api + usdt ==== # |
332 | 2024-12-16T18:40:37.731Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2024-12-16T18:40:38.035Z | Downloading crates ... |
334 | 2024-12-16T18:40:38.120Z | Downloaded futures-executor v0.3.31 |
335 | 2024-12-16T18:40:38.123Z | Downloaded futures-channel v0.3.31 |
336 | 2024-12-16T18:40:38.126Z | Downloaded futures-task v0.3.31 |
337 | 2024-12-16T18:40:38.128Z | Downloaded circular v0.3.0 |
338 | 2024-12-16T18:40:38.136Z | Downloaded ctor v0.2.9 |
339 | 2024-12-16T18:40:38.138Z | Downloaded autocfg v1.4.0 |
340 | 2024-12-16T18:40:38.138Z | Downloaded futures-sink v0.3.31 |
341 | 2024-12-16T18:40:38.142Z | Downloaded slab v0.4.9 |
342 | 2024-12-16T18:40:38.144Z | Downloaded rusticata-macros v4.1.0 |
343 | 2024-12-16T18:40:38.146Z | Downloaded pin-project-lite v0.2.15 |
344 | 2024-12-16T18:40:38.149Z | Downloaded cookie-factory v0.3.3 |
345 | 2024-12-16T18:40:38.151Z | Downloaded pin-utils v0.1.0 |
346 | 2024-12-16T18:40:38.151Z | Downloaded futures-io v0.3.31 |
347 | 2024-12-16T18:40:38.154Z | Downloaded futures-core v0.3.31 |
348 | 2024-12-16T18:40:38.154Z | Downloaded futures-macro v0.3.31 |
349 | 2024-12-16T18:40:38.160Z | Downloaded ron v0.8.1 |
350 | 2024-12-16T18:40:38.165Z | Downloaded pcap-parser v0.16.0 |
351 | 2024-12-16T18:40:38.168Z | Downloaded minimal-lexical v0.2.1 |
352 | 2024-12-16T18:40:38.173Z | Downloaded nom v7.1.3 |
353 | 2024-12-16T18:40:38.177Z | Downloaded base64 v0.21.7 |
354 | 2024-12-16T18:40:38.181Z | Downloaded futures v0.3.31 |
355 | 2024-12-16T18:40:38.185Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-16T18:40:38.278Z | Compiling proc-macro2 v1.0.92 |
357 | 2024-12-16T18:40:38.278Z | Compiling unicode-ident v1.0.14 |
358 | 2024-12-16T18:40:38.280Z | Compiling memchr v2.7.4 |
359 | 2024-12-16T18:40:38.280Z | Compiling thiserror v2.0.7 |
360 | 2024-12-16T18:40:38.280Z | Compiling serde v1.0.216 |
361 | 2024-12-16T18:40:38.280Z | Compiling thiserror v1.0.69 |
362 | 2024-12-16T18:40:38.287Z | Compiling ucd-trie v0.1.7 |
363 | 2024-12-16T18:40:38.509Z | Compiling version_check v0.9.5 |
364 | 2024-12-16T18:40:38.753Z | Compiling libc v0.2.168 |
365 | 2024-12-16T18:40:38.899Z | Compiling serde_json v1.0.133 |
366 | 2024-12-16T18:40:39.085Z | Compiling once_cell v1.20.2 |
367 | 2024-12-16T18:40:39.158Z | Checking byteorder v1.5.0 |
368 | 2024-12-16T18:40:39.194Z | Compiling strsim v0.11.1 |
369 | 2024-12-16T18:40:39.263Z | Compiling ident_case v1.0.1 |
370 | 2024-12-16T18:40:39.416Z | Compiling fnv v1.0.7 |
371 | 2024-12-16T18:40:39.438Z | Compiling aho-corasick v1.1.3 |
372 | 2024-12-16T18:40:39.444Z | Compiling ryu v1.0.18 |
373 | 2024-12-16T18:40:39.518Z | Compiling itoa v1.0.14 |
374 | 2024-12-16T18:40:39.529Z | Compiling regex-syntax v0.8.5 |
375 | 2024-12-16T18:40:39.621Z | Compiling autocfg v1.4.0 |
376 | 2024-12-16T18:40:39.770Z | Compiling usdt-impl v0.5.0 |
377 | 2024-12-16T18:40:39.835Z | Compiling zerocopy v0.8.13 |
378 | 2024-12-16T18:40:40.026Z | Compiling quote v1.0.37 |
379 | 2024-12-16T18:40:40.335Z | Compiling either v1.13.0 |
380 | 2024-12-16T18:40:40.415Z | Compiling syn v2.0.90 |
381 | 2024-12-16T18:40:40.481Z | Compiling slab v0.4.9 |
382 | 2024-12-16T18:40:40.595Z | Compiling thread-id v4.2.2 |
383 | 2024-12-16T18:40:40.688Z | Compiling itertools v0.13.0 |
384 | 2024-12-16T18:40:40.747Z | Checking plain v0.2.3 |
385 | 2024-12-16T18:40:40.946Z | Compiling heapless v0.8.0 |
386 | 2024-12-16T18:40:40.960Z | Checking futures-core v0.3.31 |
387 | 2024-12-16T18:40:41.116Z | Checking futures-sink v0.3.31 |
388 | 2024-12-16T18:40:41.240Z | Checking log v0.4.22 |
389 | 2024-12-16T18:40:41.267Z | Checking futures-channel v0.3.31 |
390 | 2024-12-16T18:40:41.562Z | Checking hash32 v0.3.1 |
391 | 2024-12-16T18:40:41.737Z | Compiling smoltcp v0.11.0 |
392 | 2024-12-16T18:40:41.753Z | Checking futures-task v0.3.31 |
393 | 2024-12-16T18:40:41.766Z | Checking pin-project-lite v0.2.15 |
394 | 2024-12-16T18:40:41.868Z | Checking cfg-if v1.0.0 |
395 | 2024-12-16T18:40:41.946Z | Checking futures-io v0.3.31 |
396 | 2024-12-16T18:40:41.952Z | Checking macaddr v1.0.1 |
397 | 2024-12-16T18:40:42.078Z | Checking pretty-hex v0.4.1 |
398 | 2024-12-16T18:40:42.105Z | Checking stable_deref_trait v1.2.0 |
399 | 2024-12-16T18:40:42.172Z | Checking pin-utils v0.1.0 |
400 | 2024-12-16T18:40:42.371Z | Checking bitflags v1.3.2 |
401 | 2024-12-16T18:40:42.447Z | Checking managed v0.8.0 |
402 | 2024-12-16T18:40:42.459Z | Checking cobs v0.2.3 |
403 | 2024-12-16T18:40:42.615Z | Checking memmap v0.7.0 |
404 | 2024-12-16T18:40:42.782Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2024-12-16T18:40:42.798Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
406 | 2024-12-16T18:40:42.956Z | warning: passing a unit value to a function |
407 | 2024-12-16T18:40:42.956Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
408 | 2024-12-16T18:40:42.956Z | | |
409 | 2024-12-16T18:40:42.956Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
410 | 2024-12-16T18:40:42.956Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
411 | 2024-12-16T18:40:42.956Z | | |
412 | 2024-12-16T18:40:42.956Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
413 | 2024-12-16T18:40:42.956Z | = note: `#[warn(clippy::unit_arg)]` on by default |
414 | 2024-12-16T18:40:42.956Z | help: move the expression in front of the call and replace it with the unit literal `()` |
415 | 2024-12-16T18:40:42.956Z | | |
416 | 2024-12-16T18:40:42.956Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
417 | 2024-12-16T18:40:42.956Z | 183 ~ core::hint::black_box(()); |
418 | 2024-12-16T18:40:42.956Z | | |
419 | 2024-12-16T18:40:42.956Z | |
420 | 2024-12-16T18:40:42.972Z | Compiling regex-automata v0.4.9 |
421 | 2024-12-16T18:40:43.010Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
422 | 2024-12-16T18:40:43.165Z | Checking minimal-lexical v0.2.1 |
423 | 2024-12-16T18:40:43.268Z | Checking unicode-width v0.1.14 |
424 | 2024-12-16T18:40:43.515Z | Checking ipnetwork v0.20.0 |
425 | 2024-12-16T18:40:43.717Z | Checking tabwriter v1.4.0 |
426 | 2024-12-16T18:40:43.791Z | Checking nom v7.1.3 |
427 | 2024-12-16T18:40:43.976Z | Checking crc32fast v1.4.2 |
428 | 2024-12-16T18:40:44.168Z | Checking dyn-clone v1.0.17 |
429 | 2024-12-16T18:40:44.291Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
430 | 2024-12-16T18:40:44.507Z | Checking circular v0.3.0 |
431 | 2024-12-16T18:40:44.669Z | Checking base64 v0.21.7 |
432 | 2024-12-16T18:40:45.860Z | Compiling darling_core v0.20.10 |
433 | 2024-12-16T18:40:46.226Z | Checking rusticata-macros v4.1.0 |
434 | 2024-12-16T18:40:46.405Z | Compiling regex v1.11.1 |
435 | 2024-12-16T18:40:47.260Z | Compiling serde_derive v1.0.216 |
436 | 2024-12-16T18:40:47.260Z | Compiling thiserror-impl v2.0.7 |
437 | 2024-12-16T18:40:47.263Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-16T18:40:47.328Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-16T18:40:47.387Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-16T18:40:47.479Z | Compiling zerocopy-derive v0.8.13 |
441 | 2024-12-16T18:40:47.595Z | Compiling futures-macro v0.3.31 |
442 | 2024-12-16T18:40:48.811Z | Checking scroll v0.12.0 |
443 | 2024-12-16T18:40:49.226Z | Checking goblin v0.8.2 |
444 | 2024-12-16T18:40:49.246Z | Compiling zerocopy v0.7.35 |
445 | 2024-12-16T18:40:50.160Z | Compiling pest v2.7.15 |
446 | 2024-12-16T18:40:50.523Z | Checking futures-util v0.3.31 |
447 | 2024-12-16T18:40:50.611Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
448 | 2024-12-16T18:40:51.215Z | Compiling darling_macro v0.20.10 |
449 | 2024-12-16T18:40:51.695Z | Compiling ctor v0.2.9 |
450 | 2024-12-16T18:40:52.182Z | Compiling darling v0.20.10 |
451 | 2024-12-16T18:40:52.279Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
452 | 2024-12-16T18:40:52.570Z | Compiling pest_meta v2.7.15 |
453 | 2024-12-16T18:40:52.839Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
454 | 2024-12-16T18:40:53.581Z | Compiling pest_generator v2.7.15 |
455 | 2024-12-16T18:40:54.689Z | Checking futures-executor v0.3.31 |
456 | 2024-12-16T18:40:54.847Z | Compiling pest_derive v2.7.15 |
457 | 2024-12-16T18:40:54.876Z | Checking futures v0.3.31 |
458 | 2024-12-16T18:40:54.952Z | Checking cookie-factory v0.3.3 |
459 | 2024-12-16T18:40:55.454Z | Checking pcap-parser v0.16.0 |
460 | 2024-12-16T18:40:55.694Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-12-16T18:40:56.580Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
462 | 2024-12-16T18:40:57.434Z | Checking bitflags v2.6.0 |
463 | 2024-12-16T18:40:57.434Z | Checking postcard v1.1.1 |
464 | 2024-12-16T18:40:57.436Z | Checking uuid v1.11.0 |
465 | 2024-12-16T18:40:57.682Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
466 | 2024-12-16T18:40:57.682Z | Checking ron v0.8.1 |
467 | 2024-12-16T18:40:58.054Z | Compiling serde_tokenstream v0.2.2 |
468 | 2024-12-16T18:40:58.480Z | Checking dof v0.3.0 |
469 | 2024-12-16T18:40:59.099Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
470 | 2024-12-16T18:40:59.990Z | Compiling usdt-macro v0.5.0 |
471 | 2024-12-16T18:40:59.990Z | Compiling usdt-attr-macro v0.5.0 |
472 | 2024-12-16T18:41:00.818Z | Checking usdt v0.5.0 |
473 | 2024-12-16T18:41:07.599Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
474 | 2024-12-16T18:41:09.908Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
475 | 2024-12-16T18:41:13.089Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
476 | 2024-12-16T18:41:13.089Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
477 | 2024-12-16T18:41:13.089Z | | |
478 | 2024-12-16T18:41:13.089Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
479 | 2024-12-16T18:41:13.089Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
480 | 2024-12-16T18:41:13.089Z | | |
481 | 2024-12-16T18:41:13.089Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
482 | 2024-12-16T18:41:13.089Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
483 | 2024-12-16T18:41:13.089Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
484 | 2024-12-16T18:41:13.089Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
485 | 2024-12-16T18:41:13.089Z | |
486 | 2024-12-16T18:41:13.110Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
487 | 2024-12-16T18:41:13.110Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
488 | 2024-12-16T18:41:13.110Z | | |
489 | 2024-12-16T18:41:13.110Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
490 | 2024-12-16T18:41:13.110Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
491 | 2024-12-16T18:41:13.110Z | | |
492 | 2024-12-16T18:41:13.110Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
493 | 2024-12-16T18:41:13.110Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
494 | 2024-12-16T18:41:13.110Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
495 | 2024-12-16T18:41:13.111Z | |
496 | 2024-12-16T18:41:13.125Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
497 | 2024-12-16T18:41:13.125Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
498 | 2024-12-16T18:41:13.125Z | | |
499 | 2024-12-16T18:41:13.125Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
500 | 2024-12-16T18:41:13.125Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
501 | 2024-12-16T18:41:13.125Z | | |
502 | 2024-12-16T18:41:13.125Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
503 | 2024-12-16T18:41:13.125Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
504 | 2024-12-16T18:41:13.125Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
505 | 2024-12-16T18:41:13.125Z | |
506 | 2024-12-16T18:41:13.981Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
507 | 2024-12-16T18:41:13.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.10s |
508 | 2024-12-16T18:41:14.022Z | |
509 | 2024-12-16T18:41:14.025Z | real 36.280630431 |
510 | 2024-12-16T18:41:14.025Z | user 2:24.287496387 |
511 | 2024-12-16T18:41:14.025Z | sys 20.941136963 |
512 | 2024-12-16T18:41:14.025Z | trap 0.085904007 |
513 | 2024-12-16T18:41:14.025Z | tflt 0.412100014 |
514 | 2024-12-16T18:41:14.025Z | dflt 0.553085173 |
515 | 2024-12-16T18:41:14.025Z | kflt 0.000040922 |
516 | 2024-12-16T18:41:14.025Z | lock 3:32.521817127 |
517 | 2024-12-16T18:41:14.025Z | slp 8:56.050534962 |
518 | 2024-12-16T18:41:14.025Z | lat 6.168586837 |
519 | 2024-12-16T18:41:14.025Z | stop 8.233736226 |
520 | 2024-12-16T18:41:14.025Z | + header 'analyze no_std + engine + kernel' |
521 | 2024-12-16T18:41:14.025Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
522 | 2024-12-16T18:41:14.025Z | # ==== analyze no_std + engine + kernel ==== # |
523 | 2024-12-16T18:41:14.025Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
524 | 2024-12-16T18:41:14.332Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
525 | 2024-12-16T18:41:14.332Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
526 | 2024-12-16T18:41:14.335Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
527 | 2024-12-16T18:41:14.335Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
528 | 2024-12-16T18:41:14.463Z | warning: passing a unit value to a function |
529 | 2024-12-16T18:41:14.463Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
530 | 2024-12-16T18:41:14.463Z | | |
531 | 2024-12-16T18:41:14.463Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
532 | 2024-12-16T18:41:14.463Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
533 | 2024-12-16T18:41:14.463Z | | |
534 | 2024-12-16T18:41:14.463Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
535 | 2024-12-16T18:41:14.463Z | = note: `#[warn(clippy::unit_arg)]` on by default |
536 | 2024-12-16T18:41:14.463Z | help: move the expression in front of the call and replace it with the unit literal `()` |
537 | 2024-12-16T18:41:14.463Z | | |
538 | 2024-12-16T18:41:14.463Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
539 | 2024-12-16T18:41:14.463Z | 183 ~ core::hint::black_box(()); |
540 | 2024-12-16T18:41:14.463Z | | |
541 | 2024-12-16T18:41:14.463Z | |
542 | 2024-12-16T18:41:14.494Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
543 | 2024-12-16T18:41:14.497Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
544 | 2024-12-16T18:41:21.406Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
545 | 2024-12-16T18:41:23.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
546 | 2024-12-16T18:41:23.371Z | |
547 | 2024-12-16T18:41:23.374Z | real 9.340736297 |
548 | 2024-12-16T18:41:23.374Z | user 10.030853489 |
549 | 2024-12-16T18:41:23.374Z | sys 1.323190285 |
550 | 2024-12-16T18:41:23.374Z | trap 0.002236402 |
551 | 2024-12-16T18:41:23.374Z | tflt 0.004608786 |
552 | 2024-12-16T18:41:23.374Z | dflt 0.001929837 |
553 | 2024-12-16T18:41:23.374Z | kflt 0.000001719 |
554 | 2024-12-16T18:41:23.374Z | lock 23.781194911 |
555 | 2024-12-16T18:41:23.374Z | slp 33.526117788 |
556 | 2024-12-16T18:41:23.374Z | lat 0.087130079 |
557 | 2024-12-16T18:41:23.374Z | stop 0.169037992 |
558 | 2024-12-16T18:41:23.374Z | + header test |
559 | 2024-12-16T18:41:23.374Z | + echo '# ==== test ==== #' |
560 | 2024-12-16T18:41:23.374Z | # ==== test ==== # |
561 | 2024-12-16T18:41:23.374Z | + ptime -m cargo test |
562 | 2024-12-16T18:41:23.652Z | Compiling unicode-ident v1.0.14 |
563 | 2024-12-16T18:41:23.652Z | Compiling memchr v2.7.4 |
564 | 2024-12-16T18:41:23.653Z | Compiling byteorder v1.5.0 |
565 | 2024-12-16T18:41:23.656Z | Compiling ucd-trie v0.1.7 |
566 | 2024-12-16T18:41:23.656Z | Compiling ryu v1.0.18 |
567 | 2024-12-16T18:41:23.656Z | Compiling itoa v1.0.14 |
568 | 2024-12-16T18:41:23.670Z | Compiling libc v0.2.168 |
569 | 2024-12-16T18:41:23.682Z | Compiling futures-sink v0.3.31 |
570 | 2024-12-16T18:41:23.789Z | Compiling proc-macro2 v1.0.92 |
571 | 2024-12-16T18:41:23.807Z | Compiling log v0.4.22 |
572 | 2024-12-16T18:41:23.849Z | Compiling plain v0.2.3 |
573 | 2024-12-16T18:41:23.980Z | Compiling futures-core v0.3.31 |
574 | 2024-12-16T18:41:23.982Z | Compiling slab v0.4.9 |
575 | 2024-12-16T18:41:24.051Z | Compiling hash32 v0.3.1 |
576 | 2024-12-16T18:41:24.148Z | Compiling futures-channel v0.3.31 |
577 | 2024-12-16T18:41:24.179Z | Compiling stable_deref_trait v1.2.0 |
578 | 2024-12-16T18:41:24.228Z | Compiling pin-project-lite v0.2.15 |
579 | 2024-12-16T18:41:24.250Z | Compiling thread-id v4.2.2 |
580 | 2024-12-16T18:41:24.256Z | Compiling futures-task v0.3.31 |
581 | 2024-12-16T18:41:24.261Z | Compiling pin-utils v0.1.0 |
582 | 2024-12-16T18:41:24.308Z | Compiling macaddr v1.0.1 |
583 | 2024-12-16T18:41:24.326Z | Compiling futures-io v0.3.31 |
584 | 2024-12-16T18:41:24.331Z | Compiling cfg-if v1.0.0 |
585 | 2024-12-16T18:41:24.339Z | Compiling pretty-hex v0.4.1 |
586 | 2024-12-16T18:41:24.401Z | Compiling heapless v0.8.0 |
587 | 2024-12-16T18:41:24.495Z | Compiling quote v1.0.37 |
588 | 2024-12-16T18:41:24.515Z | Compiling aho-corasick v1.1.3 |
589 | 2024-12-16T18:41:24.527Z | Compiling managed v0.8.0 |
590 | 2024-12-16T18:41:24.569Z | Compiling bitflags v1.3.2 |
591 | 2024-12-16T18:41:24.636Z | Compiling cobs v0.2.3 |
592 | 2024-12-16T18:41:24.647Z | Compiling memmap v0.7.0 |
593 | 2024-12-16T18:41:24.919Z | Compiling syn v2.0.90 |
594 | 2024-12-16T18:41:24.996Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
595 | 2024-12-16T18:41:25.164Z | Compiling unicode-width v0.1.14 |
596 | 2024-12-16T18:41:25.277Z | Compiling smoltcp v0.11.0 |
597 | 2024-12-16T18:41:25.283Z | Compiling ipnetwork v0.20.0 |
598 | 2024-12-16T18:41:25.356Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
599 | 2024-12-16T18:41:25.440Z | Compiling either v1.13.0 |
600 | 2024-12-16T18:41:25.516Z | Compiling minimal-lexical v0.2.1 |
601 | 2024-12-16T18:41:25.650Z | Compiling tabwriter v1.4.0 |
602 | 2024-12-16T18:41:25.735Z | Compiling itertools v0.13.0 |
603 | 2024-12-16T18:41:25.838Z | Compiling crc32fast v1.4.2 |
604 | 2024-12-16T18:41:25.965Z | Compiling nom v7.1.3 |
605 | 2024-12-16T18:41:26.093Z | Compiling dyn-clone v1.0.17 |
606 | 2024-12-16T18:41:26.113Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
607 | 2024-12-16T18:41:26.298Z | Compiling circular v0.3.0 |
608 | 2024-12-16T18:41:26.420Z | Compiling regex-automata v0.4.9 |
609 | 2024-12-16T18:41:26.621Z | Compiling base64 v0.21.7 |
610 | 2024-12-16T18:41:28.816Z | Compiling rusticata-macros v4.1.0 |
611 | 2024-12-16T18:41:29.675Z | Compiling regex v1.11.1 |
612 | 2024-12-16T18:41:30.062Z | Compiling darling_core v0.20.10 |
613 | 2024-12-16T18:41:31.990Z | Compiling serde_derive v1.0.216 |
614 | 2024-12-16T18:41:31.990Z | Compiling thiserror-impl v2.0.7 |
615 | 2024-12-16T18:41:31.993Z | Compiling thiserror-impl v1.0.69 |
616 | 2024-12-16T18:41:31.993Z | Compiling zerocopy-derive v0.7.35 |
617 | 2024-12-16T18:41:31.993Z | Compiling scroll_derive v0.12.0 |
618 | 2024-12-16T18:41:31.997Z | Compiling zerocopy-derive v0.8.13 |
619 | 2024-12-16T18:41:32.234Z | Compiling futures-macro v0.3.31 |
620 | 2024-12-16T18:41:33.433Z | Compiling scroll v0.12.0 |
621 | 2024-12-16T18:41:33.863Z | Compiling zerocopy v0.7.35 |
622 | 2024-12-16T18:41:33.918Z | Compiling goblin v0.8.2 |
623 | 2024-12-16T18:41:34.084Z | Compiling futures-util v0.3.31 |
624 | 2024-12-16T18:41:34.643Z | Compiling thiserror v1.0.69 |
625 | 2024-12-16T18:41:34.643Z | Compiling zerocopy v0.8.13 |
626 | 2024-12-16T18:41:34.822Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
627 | 2024-12-16T18:41:34.829Z | Compiling thiserror v2.0.7 |
628 | 2024-12-16T18:41:34.951Z | Compiling pest v2.7.15 |
629 | 2024-12-16T18:41:35.164Z | Compiling ctor v0.2.9 |
630 | 2024-12-16T18:41:35.207Z | Compiling darling_macro v0.20.10 |
631 | 2024-12-16T18:41:36.188Z | Compiling darling v0.20.10 |
632 | 2024-12-16T18:41:36.291Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
633 | 2024-12-16T18:41:36.310Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
634 | 2024-12-16T18:41:37.313Z | Compiling pest_meta v2.7.15 |
635 | 2024-12-16T18:41:38.000Z | Compiling serde v1.0.216 |
636 | 2024-12-16T18:41:38.262Z | Compiling pest_generator v2.7.15 |
637 | 2024-12-16T18:41:38.825Z | Compiling futures-executor v0.3.31 |
638 | 2024-12-16T18:41:39.306Z | Compiling futures v0.3.31 |
639 | 2024-12-16T18:41:39.400Z | Compiling cookie-factory v0.3.3 |
640 | 2024-12-16T18:41:39.978Z | Compiling pcap-parser v0.16.0 |
641 | 2024-12-16T18:41:40.020Z | Compiling pest_derive v2.7.15 |
642 | 2024-12-16T18:41:40.985Z | Compiling dtrace-parser v0.2.0 |
643 | 2024-12-16T18:41:41.762Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
644 | 2024-12-16T18:41:42.600Z | Compiling serde_json v1.0.133 |
645 | 2024-12-16T18:41:42.600Z | Compiling bitflags v2.6.0 |
646 | 2024-12-16T18:41:42.603Z | Compiling postcard v1.1.1 |
647 | 2024-12-16T18:41:42.603Z | Compiling uuid v1.11.0 |
648 | 2024-12-16T18:41:42.775Z | Compiling serde_tokenstream v0.2.2 |
649 | 2024-12-16T18:41:42.787Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
650 | 2024-12-16T18:41:42.842Z | Compiling ron v0.8.1 |
651 | 2024-12-16T18:41:43.764Z | Compiling dof v0.3.0 |
652 | 2024-12-16T18:41:44.424Z | Compiling usdt-impl v0.5.0 |
653 | 2024-12-16T18:41:44.480Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
654 | 2024-12-16T18:41:45.340Z | Compiling usdt-macro v0.5.0 |
655 | 2024-12-16T18:41:45.340Z | Compiling usdt-attr-macro v0.5.0 |
656 | 2024-12-16T18:41:46.319Z | Compiling usdt v0.5.0 |
657 | 2024-12-16T18:41:51.432Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
658 | 2024-12-16T18:41:53.474Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
659 | 2024-12-16T18:42:06.815Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.38s |
660 | 2024-12-16T18:42:06.838Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-0c34ca3055789767) |
661 | 2024-12-16T18:42:06.854Z | |
662 | 2024-12-16T18:42:06.854Z | running 9 tests |
663 | 2024-12-16T18:42:06.856Z | test api::tests::parse_bad_proto_filter ... ok |
664 | 2024-12-16T18:42:06.856Z | test api::tests::parse_good_proto_filter ... ok |
665 | 2024-12-16T18:42:06.856Z | test api::tests::parse_bad_address ... ok |
666 | 2024-12-16T18:42:06.856Z | test api::tests::parse_good_address ... ok |
667 | 2024-12-16T18:42:06.856Z | test api::tests::ports_from_str_bad ... ok |
668 | 2024-12-16T18:42:06.856Z | test api::tests::ports_from_str_good ... ok |
669 | 2024-12-16T18:42:06.856Z | test cfg::tests::test_required_nat_space ... ok |
670 | 2024-12-16T18:42:06.856Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
671 | 2024-12-16T18:42:06.856Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
672 | 2024-12-16T18:42:06.857Z | |
673 | 2024-12-16T18:42:06.857Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
674 | 2024-12-16T18:42:06.857Z | |
675 | 2024-12-16T18:42:06.857Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-2b96d9f694e5c14d) |
676 | 2024-12-16T18:42:06.860Z | |
677 | 2024-12-16T18:42:06.860Z | running 4 tests |
678 | 2024-12-16T18:42:06.863Z | test firewall_vni_outbound ... ok |
679 | 2024-12-16T18:42:06.863Z | test firewall_external_inbound ... ok |
680 | 2024-12-16T18:42:06.865Z | test firewall_vni_inbound ... ok |
681 | 2024-12-16T18:42:06.865Z | test firewall_replace_rules ... ok |
682 | 2024-12-16T18:42:06.865Z | |
683 | 2024-12-16T18:42:06.865Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
684 | 2024-12-16T18:42:06.865Z | |
685 | 2024-12-16T18:42:06.865Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-4c388ada13714ff8) |
686 | 2024-12-16T18:42:06.869Z | |
687 | 2024-12-16T18:42:06.869Z | running 2 tests |
688 | 2024-12-16T18:42:06.872Z | test parse_in_regression ... ok |
689 | 2024-12-16T18:42:06.872Z | test parse_out_regression ... ok |
690 | 2024-12-16T18:42:06.872Z | |
691 | 2024-12-16T18:42:06.872Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
692 | 2024-12-16T18:42:06.872Z | |
693 | 2024-12-16T18:42:06.872Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-a774d33127fce389) |
694 | 2024-12-16T18:42:06.877Z | |
695 | 2024-12-16T18:42:06.877Z | running 38 tests |
696 | 2024-12-16T18:42:06.880Z | test bad_ip_len ... ok |
697 | 2024-12-16T18:42:06.884Z | test check_layers ... ok |
698 | 2024-12-16T18:42:06.884Z | test add_remove_fw_rule ... ok |
699 | 2024-12-16T18:42:06.884Z | test arp_gateway ... ok |
700 | 2024-12-16T18:42:06.884Z | test anti_spoof ... ok |
701 | 2024-12-16T18:42:06.884Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
702 | 2024-12-16T18:42:06.884Z | test flow_expiration ... ok |
703 | 2024-12-16T18:42:06.884Z | test gateway_icmp4_ping ... ok |
704 | 2024-12-16T18:42:06.884Z | test gateway_icmpv6_ping ... ok |
705 | 2024-12-16T18:42:06.885Z | test external_ip_epoch_affinity_preserved ... ok |
706 | 2024-12-16T18:42:06.885Z | test gateway_router_advert_reply ... ok |
707 | 2024-12-16T18:42:06.885Z | test early_tcp_invalidation ... ok |
708 | 2024-12-16T18:42:06.887Z | test guest_to_guest_no_route ... ok |
709 | 2024-12-16T18:42:06.887Z | test external_ip_reconfigurable ... ok |
710 | 2024-12-16T18:42:06.887Z | test guest_to_guest_diff_vpc_no_peer ... ok |
711 | 2024-12-16T18:42:06.887Z | test guest_to_internet_ipv4 ... ok |
712 | 2024-12-16T18:42:06.887Z | test inbound_ndp_dropped_at_gateway ... ok |
713 | 2024-12-16T18:42:06.887Z | test guest_to_guest ... ok |
714 | 2024-12-16T18:42:06.887Z | test guest_to_internet_ipv6 ... ok |
715 | 2024-12-16T18:42:06.889Z | test intra_subnet_routes_with_custom ... ok |
716 | 2024-12-16T18:42:06.889Z | test no_panic_on_flow_table_full ... ok |
717 | 2024-12-16T18:42:06.889Z | test outbound_ndp_dropped ... ok |
718 | 2024-12-16T18:42:06.889Z | test packet_body_pullup ... ok |
719 | 2024-12-16T18:42:06.889Z | test port_transition_reset ... ok |
720 | 2024-12-16T18:42:06.889Z | test port_transition_running ... ok |
721 | 2024-12-16T18:42:06.889Z | test port_as_router_target ... ok |
722 | 2024-12-16T18:42:06.892Z | test port_transition_pause ... ok |
723 | 2024-12-16T18:42:06.892Z | test snat_icmp4_echo_rewrite ... ok |
724 | 2024-12-16T18:42:06.892Z | test select_eip_conditioned_on_igw ... ok |
725 | 2024-12-16T18:42:06.892Z | test snat_icmp6_echo_rewrite ... ok |
726 | 2024-12-16T18:42:06.892Z | test test_gateway_neighbor_advert_reply ... ok |
727 | 2024-12-16T18:42:06.892Z | test external_ip_receive_and_reply_on_all ... ok |
728 | 2024-12-16T18:42:06.892Z | test tcp_inbound ... ok |
729 | 2024-12-16T18:42:06.894Z | test external_ip_balanced_over_floating_ips ... ok |
730 | 2024-12-16T18:42:06.894Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
731 | 2024-12-16T18:42:06.894Z | test tcp_outbound ... ok |
732 | 2024-12-16T18:42:06.894Z | test uft_lft_invalidation_in ... ok |
733 | 2024-12-16T18:42:06.894Z | test uft_lft_invalidation_out ... ok |
734 | 2024-12-16T18:42:06.894Z | |
735 | 2024-12-16T18:42:06.894Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
736 | 2024-12-16T18:42:06.894Z | |
737 | 2024-12-16T18:42:06.897Z | Doc-tests oxide_vpc |
738 | 2024-12-16T18:42:07.205Z | |
739 | 2024-12-16T18:42:07.205Z | running 0 tests |
740 | 2024-12-16T18:42:07.205Z | |
741 | 2024-12-16T18:42:07.208Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
742 | 2024-12-16T18:42:07.208Z | |
743 | 2024-12-16T18:42:07.233Z | |
744 | 2024-12-16T18:42:07.236Z | real 43.841529845 |
745 | 2024-12-16T18:42:07.236Z | user 3:04.539746941 |
746 | 2024-12-16T18:42:07.236Z | sys 21.275046362 |
747 | 2024-12-16T18:42:07.236Z | trap 0.099897052 |
748 | 2024-12-16T18:42:07.236Z | tflt 0.187426931 |
749 | 2024-12-16T18:42:07.236Z | dflt 0.375472383 |
750 | 2024-12-16T18:42:07.236Z | kflt 0.000030794 |
751 | 2024-12-16T18:42:07.236Z | lock 5:09.695525538 |
752 | 2024-12-16T18:42:07.236Z | slp 9:57.492748869 |
753 | 2024-12-16T18:42:07.236Z | lat 5.499760909 |
754 | 2024-12-16T18:42:07.236Z | stop 7.743436926 |
755 | 2024-12-16T18:42:07.236Z | process exited: duration 147679 ms, exit code 0 |
|
756 | 2024-12-16T18:42:07.243Z | found 0 output files |