|
|
|
1 | 2024-12-31T17:04:34.840Z | job assigned to worker 01JGETRQEKD9C82X5R4JHX72PA [factory aws, i-0ba5f45e7dde43639] (queued for 58 s) |
|
2 | 2024-12-31T17:04:42.941Z | starting task 0: "setup" |
3 | 2024-12-31T17:04:42.950Z | ++ uname -s |
4 | 2024-12-31T17:04:42.953Z | + kern=SunOS |
5 | 2024-12-31T17:04:42.953Z | + case "$kern" in |
6 | 2024-12-31T17:04:42.953Z | + groupadd -g 12345 build |
7 | 2024-12-31T17:04:42.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T17:04:44.963Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T17:04:45.121Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T17:04:45.124Z | + home_fs=zfs |
11 | 2024-12-31T17:04:45.124Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T17:04:45.124Z | + mkdir -p /home/build |
13 | 2024-12-31T17:04:45.127Z | + chown build:build /home/build /work |
14 | 2024-12-31T17:04:47.128Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T17:04:47.131Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2024-12-31T17:04:47.136Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T17:04:47.142Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T17:04:47.142Z | ' nightly-2024-11-18 |
19 | 2024-12-31T17:04:47.142Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-31T17:04:47.142Z | ' default |
21 | 2024-12-31T17:04:47.142Z | * toolchain channel = "nightly-2024-11-18" |
22 | 2024-12-31T17:04:47.142Z | * toolchain profile = "default" |
23 | 2024-12-31T17:04:47.146Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T17:04:47.146Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T17:04:47.273Z | info: downloading installer |
26 | 2024-12-31T17:04:48.785Z | info: profile set to 'default' |
27 | 2024-12-31T17:04:48.785Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T17:04:48.788Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T17:04:48.968Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T17:04:48.968Z | info: downloading component 'cargo' |
31 | 2024-12-31T17:04:49.975Z | info: downloading component 'clippy' |
32 | 2024-12-31T17:04:50.361Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T17:04:51.729Z | info: downloading component 'rust-std' |
34 | 2024-12-31T17:04:53.940Z | info: downloading component 'rustc' |
35 | 2024-12-31T17:05:01.771Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T17:05:02.060Z | info: installing component 'cargo' |
37 | 2024-12-31T17:05:02.897Z | info: installing component 'clippy' |
38 | 2024-12-31T17:05:03.279Z | info: installing component 'rust-docs' |
39 | 2024-12-31T17:05:04.957Z | info: installing component 'rust-std' |
40 | 2024-12-31T17:05:06.806Z | info: installing component 'rustc' |
41 | 2024-12-31T17:05:12.913Z | info: installing component 'rustfmt' |
42 | 2024-12-31T17:05:13.252Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T17:05:13.252Z | |
44 | 2024-12-31T17:05:13.644Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T17:05:13.644Z | |
46 | 2024-12-31T17:05:13.647Z | |
47 | 2024-12-31T17:05:13.647Z | Rust is installed now. Great! |
48 | 2024-12-31T17:05:13.647Z | |
49 | 2024-12-31T17:05:13.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T17:05:13.647Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T17:05:13.647Z | |
52 | 2024-12-31T17:05:13.647Z | To configure your current shell, you need to source |
53 | 2024-12-31T17:05:13.647Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T17:05:13.647Z | |
55 | 2024-12-31T17:05:13.647Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T17:05:13.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T17:05:13.647Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T17:05:13.727Z | + rustc --version |
59 | 2024-12-31T17:05:13.799Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T17:05:13.802Z | process exited: duration 26660 ms, exit code 0 |
|
61 | 2024-12-31T17:05:13.808Z | starting task 2: "authentication" |
62 | 2024-12-31T17:05:13.830Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-31T17:05:13.835Z | starting task 3: "clone repository" |
64 | 2024-12-31T17:05:13.840Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T17:05:13.844Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T17:05:14.126Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T17:05:15.003Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T17:05:15.003Z | + git fetch origin b192d6e08d8f963e87e0887ec245f1ab536c262c |
69 | 2024-12-31T17:05:15.290Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T17:05:15.290Z | * branch b192d6e08d8f963e87e0887ec245f1ab536c262c -> FETCH_HEAD |
71 | 2024-12-31T17:05:15.302Z | + [[ -n rwlock ]] |
72 | 2024-12-31T17:05:15.305Z | ++ git branch --show-current |
73 | 2024-12-31T17:05:15.307Z | + current=master |
74 | 2024-12-31T17:05:15.308Z | + [[ master != rwlock ]] |
75 | 2024-12-31T17:05:15.308Z | + git branch -f rwlock b192d6e08d8f963e87e0887ec245f1ab536c262c |
76 | 2024-12-31T17:05:15.312Z | + git checkout -f rwlock |
77 | 2024-12-31T17:05:15.336Z | Switched to branch 'rwlock' |
78 | 2024-12-31T17:05:15.338Z | + git reset --hard b192d6e08d8f963e87e0887ec245f1ab536c262c |
79 | 2024-12-31T17:05:15.359Z | HEAD is now at b192d6e Some prose on RwLock strategy, |
80 | 2024-12-31T17:05:15.362Z | process exited: duration 1525 ms, exit code 0 |
|
81 | 2024-12-31T17:05:15.367Z | starting task 4: "build" |
82 | 2024-12-31T17:05:15.373Z | + cargo --version |
83 | 2024-12-31T17:05:15.378Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T17:05:15.570Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T17:05:15.570Z | info: downloading component 'cargo' |
86 | 2024-12-31T17:05:16.289Z | info: downloading component 'clippy' |
87 | 2024-12-31T17:05:16.565Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T17:05:17.554Z | info: downloading component 'rust-std' |
89 | 2024-12-31T17:05:18.993Z | info: downloading component 'rustc' |
90 | 2024-12-31T17:05:24.439Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T17:05:24.648Z | info: installing component 'cargo' |
92 | 2024-12-31T17:05:25.470Z | info: installing component 'clippy' |
93 | 2024-12-31T17:05:25.847Z | info: installing component 'rust-docs' |
94 | 2024-12-31T17:05:27.462Z | info: installing component 'rust-std' |
95 | 2024-12-31T17:05:29.152Z | info: installing component 'rustc' |
96 | 2024-12-31T17:05:35.029Z | info: installing component 'rustfmt' |
97 | 2024-12-31T17:05:35.462Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T17:05:35.465Z | + rustc --version |
99 | 2024-12-31T17:05:35.544Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T17:05:35.549Z | + cd lib/oxide-vpc |
101 | 2024-12-31T17:05:35.551Z | + header 'check style' |
102 | 2024-12-31T17:05:35.551Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T17:05:35.551Z | # ==== check style ==== # |
104 | 2024-12-31T17:05:35.551Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T17:05:35.835Z | |
106 | 2024-12-31T17:05:35.835Z | real 0.281036556 |
107 | 2024-12-31T17:05:35.835Z | user 0.177062670 |
108 | 2024-12-31T17:05:35.835Z | sys 0.097578173 |
109 | 2024-12-31T17:05:35.835Z | trap 0.000147098 |
110 | 2024-12-31T17:05:35.835Z | tflt 0.000000000 |
111 | 2024-12-31T17:05:35.835Z | dflt 0.000000000 |
112 | 2024-12-31T17:05:35.835Z | kflt 0.000000000 |
113 | 2024-12-31T17:05:35.835Z | lock 0.000000000 |
114 | 2024-12-31T17:05:35.838Z | slp 0.190314161 |
115 | 2024-12-31T17:05:35.838Z | lat 0.000824549 |
116 | 2024-12-31T17:05:35.838Z | stop 0.000131711 |
117 | 2024-12-31T17:05:35.838Z | + header 'check docs' |
118 | 2024-12-31T17:05:35.838Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-31T17:05:35.838Z | # ==== check docs ==== # |
120 | 2024-12-31T17:05:35.838Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-31T17:05:35.838Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-31T17:05:35.949Z | Updating crates.io index |
123 | 2024-12-31T17:05:35.952Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-31T17:05:36.700Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-31T17:05:37.014Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-31T17:05:37.241Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-31T17:05:37.558Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-31T17:05:37.885Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-31T17:05:38.162Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-31T17:05:38.458Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-31T17:05:38.729Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-31T17:05:39.615Z | Downloading crates ... |
133 | 2024-12-31T17:05:39.696Z | Downloaded crypto-common v0.1.6 |
134 | 2024-12-31T17:05:39.699Z | Downloaded darling_macro v0.20.10 |
135 | 2024-12-31T17:05:39.703Z | Downloaded cobs v0.2.3 |
136 | 2024-12-31T17:05:39.708Z | Downloaded bitflags v1.3.2 |
137 | 2024-12-31T17:05:39.711Z | Downloaded darling_core v0.20.10 |
138 | 2024-12-31T17:05:39.718Z | Downloaded dtrace-parser v0.2.0 |
139 | 2024-12-31T17:05:39.734Z | Downloaded usdt-macro v0.5.0 |
140 | 2024-12-31T17:05:39.737Z | Downloaded usdt-attr-macro v0.5.0 |
141 | 2024-12-31T17:05:39.740Z | Downloaded ident_case v1.0.1 |
142 | 2024-12-31T17:05:39.749Z | Downloaded proc-macro-error-attr2 v2.0.0 |
143 | 2024-12-31T17:05:39.758Z | Downloaded scroll_derive v0.12.0 |
144 | 2024-12-31T17:05:39.761Z | Downloaded dyn-clone v1.0.17 |
145 | 2024-12-31T17:05:39.761Z | Downloaded pretty-hex v0.4.1 |
146 | 2024-12-31T17:05:39.764Z | Downloaded block-buffer v0.10.4 |
147 | 2024-12-31T17:05:39.767Z | Downloaded either v1.13.0 |
148 | 2024-12-31T17:05:39.769Z | Downloaded dof v0.3.0 |
149 | 2024-12-31T17:05:39.769Z | Downloaded digest v0.10.7 |
150 | 2024-12-31T17:05:39.771Z | Downloaded byteorder v1.5.0 |
151 | 2024-12-31T17:05:39.774Z | Downloaded defmt-parser v0.4.1 |
152 | 2024-12-31T17:05:39.774Z | Downloaded cpufeatures v0.2.16 |
153 | 2024-12-31T17:05:39.776Z | Downloaded cfg-if v1.0.0 |
154 | 2024-12-31T17:05:39.776Z | Downloaded hash32 v0.3.1 |
155 | 2024-12-31T17:05:39.778Z | Downloaded stable_deref_trait v1.2.0 |
156 | 2024-12-31T17:05:39.778Z | Downloaded fnv v1.0.7 |
157 | 2024-12-31T17:05:39.781Z | Downloaded thiserror-impl v1.0.69 |
158 | 2024-12-31T17:05:39.781Z | Downloaded defmt-macros v0.4.0 |
159 | 2024-12-31T17:05:39.783Z | Downloaded serde_tokenstream v0.2.2 |
160 | 2024-12-31T17:05:39.785Z | Downloaded ipnetwork v0.20.0 |
161 | 2024-12-31T17:05:39.788Z | Downloaded itoa v1.0.14 |
162 | 2024-12-31T17:05:39.790Z | Downloaded managed v0.8.0 |
163 | 2024-12-31T17:05:39.793Z | Downloaded usdt v0.5.0 |
164 | 2024-12-31T17:05:39.796Z | Downloaded thread-id v4.2.2 |
165 | 2024-12-31T17:05:39.798Z | Downloaded plain v0.2.3 |
166 | 2024-12-31T17:05:39.798Z | Downloaded embedded-io v0.6.1 |
167 | 2024-12-31T17:05:39.801Z | Downloaded tabwriter v1.4.0 |
168 | 2024-12-31T17:05:39.801Z | Downloaded embedded-io v0.4.0 |
169 | 2024-12-31T17:05:39.804Z | Downloaded usdt-impl v0.5.0 |
170 | 2024-12-31T17:05:39.806Z | Downloaded memmap v0.7.0 |
171 | 2024-12-31T17:05:39.809Z | Downloaded thiserror-impl v2.0.9 |
172 | 2024-12-31T17:05:39.811Z | Downloaded pest_generator v2.7.15 |
173 | 2024-12-31T17:05:39.816Z | Downloaded strsim v0.11.1 |
174 | 2024-12-31T17:05:39.819Z | Downloaded macaddr v1.0.1 |
175 | 2024-12-31T17:05:39.819Z | Downloaded darling v0.20.10 |
176 | 2024-12-31T17:05:39.830Z | Downloaded thiserror v2.0.9 |
177 | 2024-12-31T17:05:39.835Z | Downloaded crc32fast v1.4.2 |
178 | 2024-12-31T17:05:39.838Z | Downloaded once_cell v1.20.2 |
179 | 2024-12-31T17:05:39.841Z | Downloaded sha2 v0.10.8 |
180 | 2024-12-31T17:05:39.843Z | Downloaded generic-array v0.14.7 |
181 | 2024-12-31T17:05:39.850Z | Downloaded quote v1.0.38 |
182 | 2024-12-31T17:05:39.857Z | Downloaded zerocopy-derive v0.7.35 |
183 | 2024-12-31T17:05:39.861Z | Downloaded scroll v0.12.0 |
184 | 2024-12-31T17:05:39.866Z | Downloaded version_check v0.9.5 |
185 | 2024-12-31T17:05:39.868Z | Downloaded defmt v0.3.10 |
186 | 2024-12-31T17:05:39.871Z | Downloaded postcard v1.1.1 |
187 | 2024-12-31T17:05:39.873Z | Downloaded unicode-ident v1.0.14 |
188 | 2024-12-31T17:05:39.875Z | Downloaded proc-macro-error2 v2.0.1 |
189 | 2024-12-31T17:05:39.877Z | Downloaded uuid v1.11.0 |
190 | 2024-12-31T17:05:39.880Z | Downloaded proc-macro2 v1.0.92 |
191 | 2024-12-31T17:05:39.887Z | Downloaded pest_meta v2.7.15 |
192 | 2024-12-31T17:05:39.889Z | Downloaded ucd-trie v0.1.7 |
193 | 2024-12-31T17:05:39.891Z | Downloaded ryu v1.0.18 |
194 | 2024-12-31T17:05:39.894Z | Downloaded thiserror v1.0.69 |
195 | 2024-12-31T17:05:39.898Z | Downloaded pest_derive v2.7.15 |
196 | 2024-12-31T17:05:39.900Z | Downloaded log v0.4.22 |
197 | 2024-12-31T17:05:39.918Z | Downloaded typenum v1.17.0 |
198 | 2024-12-31T17:05:39.921Z | Downloaded serde_derive v1.0.217 |
199 | 2024-12-31T17:05:39.928Z | Downloaded bitflags v2.6.0 |
200 | 2024-12-31T17:05:39.933Z | Downloaded heapless v0.8.0 |
201 | 2024-12-31T17:05:39.942Z | Downloaded zerocopy-derive v0.8.14 |
202 | 2024-12-31T17:05:39.959Z | Downloaded memchr v2.7.4 |
203 | 2024-12-31T17:05:39.964Z | Downloaded serde v1.0.217 |
204 | 2024-12-31T17:05:40.000Z | Downloaded pest v2.7.15 |
205 | 2024-12-31T17:05:40.016Z | Downloaded serde_json v1.0.134 |
206 | 2024-12-31T17:05:40.023Z | Downloaded zerocopy v0.7.35 |
207 | 2024-12-31T17:05:40.038Z | Downloaded itertools v0.13.0 |
208 | 2024-12-31T17:05:40.045Z | Downloaded aho-corasick v1.1.3 |
209 | 2024-12-31T17:05:40.050Z | Downloaded goblin v0.8.2 |
210 | 2024-12-31T17:05:40.071Z | Downloaded zerocopy v0.8.14 |
211 | 2024-12-31T17:05:40.104Z | Downloaded regex v1.11.1 |
212 | 2024-12-31T17:05:40.116Z | Downloaded unicode-width v0.1.14 |
213 | 2024-12-31T17:05:40.126Z | Downloaded syn v2.0.93 |
214 | 2024-12-31T17:05:40.137Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-31T17:05:40.148Z | Downloaded regex-syntax v0.8.5 |
216 | 2024-12-31T17:05:40.178Z | Downloaded regex-automata v0.4.9 |
217 | 2024-12-31T17:05:40.196Z | Downloaded libc v0.2.169 |
218 | 2024-12-31T17:05:40.358Z | Compiling proc-macro2 v1.0.92 |
219 | 2024-12-31T17:05:40.360Z | Compiling unicode-ident v1.0.14 |
220 | 2024-12-31T17:05:40.360Z | Documenting unicode-ident v1.0.14 |
221 | 2024-12-31T17:05:40.361Z | Compiling strsim v0.11.1 |
222 | 2024-12-31T17:05:40.361Z | Compiling fnv v1.0.7 |
223 | 2024-12-31T17:05:40.361Z | Compiling ident_case v1.0.1 |
224 | 2024-12-31T17:05:40.361Z | Compiling serde v1.0.217 |
225 | 2024-12-31T17:05:40.545Z | Compiling memchr v2.7.4 |
226 | 2024-12-31T17:05:40.571Z | Compiling regex-syntax v0.8.5 |
227 | 2024-12-31T17:05:40.687Z | Compiling zerocopy v0.8.14 |
228 | 2024-12-31T17:05:41.017Z | Checking byteorder v1.5.0 |
229 | 2024-12-31T17:05:41.020Z | Compiling either v1.13.0 |
230 | 2024-12-31T17:05:41.261Z | Documenting strsim v0.11.1 |
231 | 2024-12-31T17:05:41.312Z | Compiling itertools v0.13.0 |
232 | 2024-12-31T17:05:41.638Z | Compiling aho-corasick v1.1.3 |
233 | 2024-12-31T17:05:41.739Z | Compiling heapless v0.8.0 |
234 | 2024-12-31T17:05:41.867Z | Documenting proc-macro2 v1.0.92 |
235 | 2024-12-31T17:05:42.271Z | Documenting ident_case v1.0.1 |
236 | 2024-12-31T17:05:42.468Z | Checking quote v1.0.38 |
237 | 2024-12-31T17:05:43.002Z | Checking syn v2.0.93 |
238 | 2024-12-31T17:05:43.134Z | Documenting quote v1.0.38 |
239 | 2024-12-31T17:05:43.367Z | Documenting fnv v1.0.7 |
240 | 2024-12-31T17:05:44.184Z | Documenting syn v2.0.93 |
241 | 2024-12-31T17:05:44.195Z | Compiling regex-automata v0.4.9 |
242 | 2024-12-31T17:05:44.594Z | Checking hash32 v0.3.1 |
243 | 2024-12-31T17:05:44.750Z | Checking macaddr v1.0.1 |
244 | 2024-12-31T17:05:44.994Z | Checking cfg-if v1.0.0 |
245 | 2024-12-31T17:05:45.065Z | Checking stable_deref_trait v1.2.0 |
246 | 2024-12-31T17:05:45.153Z | Documenting memchr v2.7.4 |
247 | 2024-12-31T17:05:45.686Z | Documenting regex-syntax v0.8.5 |
248 | 2024-12-31T17:05:45.984Z | Compiling smoltcp v0.11.0 |
249 | 2024-12-31T17:05:46.476Z | Documenting aho-corasick v1.1.3 |
250 | 2024-12-31T17:05:47.799Z | Checking bitflags v2.6.0 |
251 | 2024-12-31T17:05:47.916Z | Checking managed v0.8.0 |
252 | 2024-12-31T17:05:48.032Z | Documenting regex-automata v0.4.9 |
253 | 2024-12-31T17:05:48.044Z | Checking cobs v0.2.3 |
254 | 2024-12-31T17:05:48.179Z | Checking darling_core v0.20.10 |
255 | 2024-12-31T17:05:48.215Z | Compiling regex v1.11.1 |
256 | 2024-12-31T17:05:48.287Z | Checking bitflags v1.3.2 |
257 | 2024-12-31T17:05:49.148Z | Documenting byteorder v1.5.0 |
258 | 2024-12-31T17:05:49.965Z | Documenting darling_core v0.20.10 |
259 | 2024-12-31T17:05:50.286Z | Documenting serde_derive v1.0.217 |
260 | 2024-12-31T17:05:50.898Z | Documenting zerocopy-derive v0.8.14 |
261 | 2024-12-31T17:05:50.929Z | Documenting regex v1.11.1 |
262 | 2024-12-31T17:05:51.246Z | Documenting hash32 v0.3.1 |
263 | 2024-12-31T17:05:52.113Z | Compiling version_check v0.9.5 |
264 | 2024-12-31T17:05:52.195Z | Checking ipnetwork v0.20.0 |
265 | 2024-12-31T17:05:52.293Z | Documenting darling_macro v0.20.10 |
266 | 2024-12-31T17:05:52.326Z | Checking unicode-width v0.1.14 |
267 | 2024-12-31T17:05:52.375Z | Documenting cfg-if v1.0.0 |
268 | 2024-12-31T17:05:52.490Z | Documenting macaddr v1.0.1 |
269 | 2024-12-31T17:05:52.716Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
270 | 2024-12-31T17:05:52.822Z | Documenting stable_deref_trait v1.2.0 |
271 | 2024-12-31T17:05:52.921Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
272 | 2024-12-31T17:05:53.053Z | Documenting bitflags v2.6.0 |
273 | 2024-12-31T17:05:53.213Z | Documenting cobs v0.2.3 |
274 | 2024-12-31T17:05:53.302Z | Documenting managed v0.8.0 |
275 | 2024-12-31T17:05:53.418Z | Checking tabwriter v1.4.0 |
276 | 2024-12-31T17:05:53.477Z | Documenting heapless v0.8.0 |
277 | 2024-12-31T17:05:53.796Z | Checking crc32fast v1.4.2 |
278 | 2024-12-31T17:05:53.865Z | Documenting ipnetwork v0.20.0 |
279 | 2024-12-31T17:05:53.915Z | Compiling serde_derive v1.0.217 |
280 | 2024-12-31T17:05:53.998Z | Compiling zerocopy-derive v0.8.14 |
281 | 2024-12-31T17:05:54.284Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
282 | 2024-12-31T17:05:54.294Z | Documenting either v1.13.0 |
283 | 2024-12-31T17:05:54.728Z | Documenting smoltcp v0.11.0 |
284 | 2024-12-31T17:05:54.868Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
285 | 2024-12-31T17:05:55.005Z | Documenting unicode-width v0.1.14 |
286 | 2024-12-31T17:05:55.132Z | Compiling darling_macro v0.20.10 |
287 | 2024-12-31T17:05:55.513Z | Checking dyn-clone v1.0.17 |
288 | 2024-12-31T17:05:55.525Z | Documenting itertools v0.13.0 |
289 | 2024-12-31T17:05:55.648Z | Documenting crc32fast v1.4.2 |
290 | 2024-12-31T17:05:55.660Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
291 | 2024-12-31T17:05:55.967Z | Documenting tabwriter v1.4.0 |
292 | 2024-12-31T17:05:56.057Z | Compiling darling v0.20.10 |
293 | 2024-12-31T17:05:56.161Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
294 | 2024-12-31T17:05:56.296Z | Documenting darling v0.20.10 |
295 | 2024-12-31T17:05:56.750Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
296 | 2024-12-31T17:05:56.791Z | Documenting zerocopy v0.8.14 |
297 | 2024-12-31T17:05:56.826Z | Documenting dyn-clone v1.0.17 |
298 | 2024-12-31T17:05:57.513Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
299 | 2024-12-31T17:05:57.550Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
300 | 2024-12-31T17:05:57.560Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-31T17:05:57.726Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
302 | 2024-12-31T17:05:59.722Z | Documenting serde v1.0.217 |
303 | 2024-12-31T17:06:00.606Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
304 | 2024-12-31T17:06:00.606Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
305 | 2024-12-31T17:06:02.560Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
306 | 2024-12-31T17:06:02.563Z | Checking postcard v1.1.1 |
307 | 2024-12-31T17:06:02.563Z | Documenting postcard v1.1.1 |
308 | 2024-12-31T17:06:02.563Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
309 | 2024-12-31T17:06:02.563Z | Checking uuid v1.11.0 |
310 | 2024-12-31T17:06:02.563Z | Documenting uuid v1.11.0 |
311 | 2024-12-31T17:06:03.917Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-12-31T17:06:04.002Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2024-12-31T17:06:04.953Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2024-12-31T17:06:09.321Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2024-12-31T17:06:10.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s |
316 | 2024-12-31T17:06:10.704Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2024-12-31T17:06:10.729Z | |
318 | 2024-12-31T17:06:10.731Z | real 34.862700903 |
319 | 2024-12-31T17:06:10.732Z | user 2:29.926649137 |
320 | 2024-12-31T17:06:10.732Z | sys 20.519838044 |
321 | 2024-12-31T17:06:10.732Z | trap 0.109349218 |
322 | 2024-12-31T17:06:10.732Z | tflt 0.226558515 |
323 | 2024-12-31T17:06:10.732Z | dflt 0.715909913 |
324 | 2024-12-31T17:06:10.732Z | kflt 0.005248122 |
325 | 2024-12-31T17:06:10.732Z | lock 3:17.211137354 |
326 | 2024-12-31T17:06:10.732Z | slp 8:08.725687284 |
327 | 2024-12-31T17:06:10.732Z | lat 18.103838034 |
328 | 2024-12-31T17:06:10.732Z | stop 10.817573940 |
329 | 2024-12-31T17:06:10.732Z | + header 'analyze std + api + usdt' |
330 | 2024-12-31T17:06:10.732Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2024-12-31T17:06:10.732Z | # ==== analyze std + api + usdt ==== # |
332 | 2024-12-31T17:06:10.732Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2024-12-31T17:06:11.058Z | Downloading crates ... |
334 | 2024-12-31T17:06:11.135Z | Downloaded base64 v0.21.7 |
335 | 2024-12-31T17:06:11.140Z | Downloaded slab v0.4.9 |
336 | 2024-12-31T17:06:11.143Z | Downloaded futures-task v0.3.31 |
337 | 2024-12-31T17:06:11.143Z | Downloaded cookie-factory v0.3.3 |
338 | 2024-12-31T17:06:11.146Z | Downloaded pin-utils v0.1.0 |
339 | 2024-12-31T17:06:11.146Z | Downloaded futures-core v0.3.31 |
340 | 2024-12-31T17:06:11.148Z | Downloaded circular v0.3.0 |
341 | 2024-12-31T17:06:11.151Z | Downloaded pin-project-lite v0.2.15 |
342 | 2024-12-31T17:06:11.156Z | Downloaded rusticata-macros v4.1.0 |
343 | 2024-12-31T17:06:11.158Z | Downloaded futures-macro v0.3.31 |
344 | 2024-12-31T17:06:11.158Z | Downloaded futures-io v0.3.31 |
345 | 2024-12-31T17:06:11.161Z | Downloaded futures-sink v0.3.31 |
346 | 2024-12-31T17:06:11.161Z | Downloaded ctor v0.2.9 |
347 | 2024-12-31T17:06:11.161Z | Downloaded autocfg v1.4.0 |
348 | 2024-12-31T17:06:11.164Z | Downloaded futures-executor v0.3.31 |
349 | 2024-12-31T17:06:11.168Z | Downloaded futures v0.3.31 |
350 | 2024-12-31T17:06:11.173Z | Downloaded ron v0.8.1 |
351 | 2024-12-31T17:06:11.179Z | Downloaded pcap-parser v0.16.0 |
352 | 2024-12-31T17:06:11.182Z | Downloaded minimal-lexical v0.2.1 |
353 | 2024-12-31T17:06:11.186Z | Downloaded nom v7.1.3 |
354 | 2024-12-31T17:06:11.191Z | Downloaded futures-channel v0.3.31 |
355 | 2024-12-31T17:06:11.194Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-31T17:06:11.288Z | Compiling proc-macro2 v1.0.92 |
357 | 2024-12-31T17:06:11.288Z | Compiling unicode-ident v1.0.14 |
358 | 2024-12-31T17:06:11.290Z | Compiling memchr v2.7.4 |
359 | 2024-12-31T17:06:11.290Z | Compiling thiserror v2.0.9 |
360 | 2024-12-31T17:06:11.290Z | Compiling thiserror v1.0.69 |
361 | 2024-12-31T17:06:11.300Z | Compiling serde v1.0.217 |
362 | 2024-12-31T17:06:11.304Z | Compiling libc v0.2.169 |
363 | 2024-12-31T17:06:11.526Z | Compiling version_check v0.9.5 |
364 | 2024-12-31T17:06:11.934Z | Compiling ucd-trie v0.1.7 |
365 | 2024-12-31T17:06:12.013Z | Compiling serde_json v1.0.134 |
366 | 2024-12-31T17:06:12.106Z | Compiling once_cell v1.20.2 |
367 | 2024-12-31T17:06:12.184Z | Compiling strsim v0.11.1 |
368 | 2024-12-31T17:06:12.246Z | Compiling ident_case v1.0.1 |
369 | 2024-12-31T17:06:12.364Z | Checking byteorder v1.5.0 |
370 | 2024-12-31T17:06:12.380Z | Compiling fnv v1.0.7 |
371 | 2024-12-31T17:06:12.412Z | Compiling aho-corasick v1.1.3 |
372 | 2024-12-31T17:06:12.457Z | Compiling autocfg v1.4.0 |
373 | 2024-12-31T17:06:12.497Z | Compiling ryu v1.0.18 |
374 | 2024-12-31T17:06:12.722Z | Compiling itoa v1.0.14 |
375 | 2024-12-31T17:06:12.730Z | Compiling regex-syntax v0.8.5 |
376 | 2024-12-31T17:06:12.788Z | Compiling usdt-impl v0.5.0 |
377 | 2024-12-31T17:06:13.083Z | Compiling quote v1.0.38 |
378 | 2024-12-31T17:06:13.092Z | Compiling zerocopy v0.8.14 |
379 | 2024-12-31T17:06:13.174Z | Compiling slab v0.4.9 |
380 | 2024-12-31T17:06:13.194Z | Compiling either v1.13.0 |
381 | 2024-12-31T17:06:13.394Z | Compiling thread-id v4.2.2 |
382 | 2024-12-31T17:06:13.495Z | Compiling syn v2.0.93 |
383 | 2024-12-31T17:06:13.582Z | Compiling itertools v0.13.0 |
384 | 2024-12-31T17:06:13.699Z | Checking log v0.4.22 |
385 | 2024-12-31T17:06:13.908Z | Checking plain v0.2.3 |
386 | 2024-12-31T17:06:13.931Z | Checking futures-sink v0.3.31 |
387 | 2024-12-31T17:06:14.045Z | Checking futures-core v0.3.31 |
388 | 2024-12-31T17:06:14.240Z | Compiling heapless v0.8.0 |
389 | 2024-12-31T17:06:14.406Z | Checking futures-channel v0.3.31 |
390 | 2024-12-31T17:06:14.608Z | Checking hash32 v0.3.1 |
391 | 2024-12-31T17:06:14.740Z | Checking futures-io v0.3.31 |
392 | 2024-12-31T17:06:14.772Z | Checking pin-project-lite v0.2.15 |
393 | 2024-12-31T17:06:14.885Z | Checking pin-utils v0.1.0 |
394 | 2024-12-31T17:06:14.900Z | Checking cfg-if v1.0.0 |
395 | 2024-12-31T17:06:14.960Z | Compiling smoltcp v0.11.0 |
396 | 2024-12-31T17:06:14.975Z | Checking macaddr v1.0.1 |
397 | 2024-12-31T17:06:15.074Z | Checking futures-task v0.3.31 |
398 | 2024-12-31T17:06:15.092Z | Checking pretty-hex v0.4.1 |
399 | 2024-12-31T17:06:15.209Z | Checking stable_deref_trait v1.2.0 |
400 | 2024-12-31T17:06:15.478Z | Checking managed v0.8.0 |
401 | 2024-12-31T17:06:15.584Z | Checking bitflags v1.3.2 |
402 | 2024-12-31T17:06:15.668Z | Checking cobs v0.2.3 |
403 | 2024-12-31T17:06:15.827Z | Checking memmap v0.7.0 |
404 | 2024-12-31T17:06:15.835Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2024-12-31T17:06:16.004Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
406 | 2024-12-31T17:06:16.167Z | warning: passing a unit value to a function |
407 | 2024-12-31T17:06:16.167Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
408 | 2024-12-31T17:06:16.167Z | | |
409 | 2024-12-31T17:06:16.167Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
410 | 2024-12-31T17:06:16.167Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
411 | 2024-12-31T17:06:16.167Z | | |
412 | 2024-12-31T17:06:16.167Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
413 | 2024-12-31T17:06:16.167Z | = note: `#[warn(clippy::unit_arg)]` on by default |
414 | 2024-12-31T17:06:16.167Z | help: move the expression in front of the call and replace it with the unit literal `()` |
415 | 2024-12-31T17:06:16.167Z | | |
416 | 2024-12-31T17:06:16.167Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
417 | 2024-12-31T17:06:16.167Z | 183 ~ core::hint::black_box(()); |
418 | 2024-12-31T17:06:16.167Z | | |
419 | 2024-12-31T17:06:16.167Z | |
420 | 2024-12-31T17:06:16.219Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
421 | 2024-12-31T17:06:16.222Z | Compiling regex-automata v0.4.9 |
422 | 2024-12-31T17:06:16.226Z | Checking minimal-lexical v0.2.1 |
423 | 2024-12-31T17:06:16.254Z | Checking unicode-width v0.1.14 |
424 | 2024-12-31T17:06:16.589Z | Checking ipnetwork v0.20.0 |
425 | 2024-12-31T17:06:16.705Z | Checking tabwriter v1.4.0 |
426 | 2024-12-31T17:06:16.855Z | Checking nom v7.1.3 |
427 | 2024-12-31T17:06:16.983Z | Checking crc32fast v1.4.2 |
428 | 2024-12-31T17:06:17.168Z | Checking dyn-clone v1.0.17 |
429 | 2024-12-31T17:06:17.302Z | Checking circular v0.3.0 |
430 | 2024-12-31T17:06:17.460Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
431 | 2024-12-31T17:06:17.678Z | Checking base64 v0.21.7 |
432 | 2024-12-31T17:06:19.180Z | Compiling darling_core v0.20.10 |
433 | 2024-12-31T17:06:19.246Z | Checking rusticata-macros v4.1.0 |
434 | 2024-12-31T17:06:20.019Z | Compiling regex v1.11.1 |
435 | 2024-12-31T17:06:20.278Z | Compiling serde_derive v1.0.217 |
436 | 2024-12-31T17:06:20.278Z | Compiling thiserror-impl v2.0.9 |
437 | 2024-12-31T17:06:20.320Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-31T17:06:20.458Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-31T17:06:20.853Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-31T17:06:20.966Z | Compiling zerocopy-derive v0.8.14 |
441 | 2024-12-31T17:06:21.150Z | Compiling futures-macro v0.3.31 |
442 | 2024-12-31T17:06:22.275Z | Checking scroll v0.12.0 |
443 | 2024-12-31T17:06:22.367Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-31T17:06:22.691Z | Checking goblin v0.8.2 |
445 | 2024-12-31T17:06:23.294Z | Compiling pest v2.7.15 |
446 | 2024-12-31T17:06:23.597Z | Checking futures-util v0.3.31 |
447 | 2024-12-31T17:06:24.199Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
448 | 2024-12-31T17:06:24.353Z | Compiling darling_macro v0.20.10 |
449 | 2024-12-31T17:06:25.319Z | Compiling ctor v0.2.9 |
450 | 2024-12-31T17:06:25.398Z | Compiling darling v0.20.10 |
451 | 2024-12-31T17:06:25.497Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
452 | 2024-12-31T17:06:25.948Z | Compiling pest_meta v2.7.15 |
453 | 2024-12-31T17:06:26.093Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
454 | 2024-12-31T17:06:27.021Z | Compiling pest_generator v2.7.15 |
455 | 2024-12-31T17:06:27.826Z | Checking futures-executor v0.3.31 |
456 | 2024-12-31T17:06:28.035Z | Checking futures v0.3.31 |
457 | 2024-12-31T17:06:28.117Z | Checking cookie-factory v0.3.3 |
458 | 2024-12-31T17:06:28.251Z | Compiling pest_derive v2.7.15 |
459 | 2024-12-31T17:06:28.588Z | Checking pcap-parser v0.16.0 |
460 | 2024-12-31T17:06:29.141Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-12-31T17:06:29.889Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
462 | 2024-12-31T17:06:30.779Z | Checking bitflags v2.6.0 |
463 | 2024-12-31T17:06:30.779Z | Checking postcard v1.1.1 |
464 | 2024-12-31T17:06:30.782Z | Checking uuid v1.11.0 |
465 | 2024-12-31T17:06:30.980Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
466 | 2024-12-31T17:06:30.980Z | Checking ron v0.8.1 |
467 | 2024-12-31T17:06:31.310Z | Compiling serde_tokenstream v0.2.2 |
468 | 2024-12-31T17:06:31.901Z | Checking dof v0.3.0 |
469 | 2024-12-31T17:06:32.357Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
470 | 2024-12-31T17:06:33.365Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-12-31T17:06:33.365Z | Compiling usdt-macro v0.5.0 |
472 | 2024-12-31T17:06:34.244Z | Checking usdt v0.5.0 |
473 | 2024-12-31T17:06:41.370Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
474 | 2024-12-31T17:06:43.748Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
475 | 2024-12-31T17:06:47.019Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
476 | 2024-12-31T17:06:47.019Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
477 | 2024-12-31T17:06:47.019Z | | |
478 | 2024-12-31T17:06:47.019Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
479 | 2024-12-31T17:06:47.019Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
480 | 2024-12-31T17:06:47.019Z | | |
481 | 2024-12-31T17:06:47.019Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
482 | 2024-12-31T17:06:47.019Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
483 | 2024-12-31T17:06:47.019Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
484 | 2024-12-31T17:06:47.019Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
485 | 2024-12-31T17:06:47.019Z | |
486 | 2024-12-31T17:06:47.041Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
487 | 2024-12-31T17:06:47.041Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
488 | 2024-12-31T17:06:47.041Z | | |
489 | 2024-12-31T17:06:47.041Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
490 | 2024-12-31T17:06:47.041Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
491 | 2024-12-31T17:06:47.041Z | | |
492 | 2024-12-31T17:06:47.041Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
493 | 2024-12-31T17:06:47.041Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
494 | 2024-12-31T17:06:47.041Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
495 | 2024-12-31T17:06:47.041Z | |
496 | 2024-12-31T17:06:47.057Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
497 | 2024-12-31T17:06:47.057Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
498 | 2024-12-31T17:06:47.057Z | | |
499 | 2024-12-31T17:06:47.057Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
500 | 2024-12-31T17:06:47.057Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
501 | 2024-12-31T17:06:47.057Z | | |
502 | 2024-12-31T17:06:47.057Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
503 | 2024-12-31T17:06:47.057Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
504 | 2024-12-31T17:06:47.057Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
505 | 2024-12-31T17:06:47.057Z | |
506 | 2024-12-31T17:06:47.936Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
507 | 2024-12-31T17:06:47.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s |
508 | 2024-12-31T17:06:47.978Z | |
509 | 2024-12-31T17:06:47.981Z | real 37.235012669 |
510 | 2024-12-31T17:06:47.981Z | user 2:26.260734115 |
511 | 2024-12-31T17:06:47.981Z | sys 21.574697108 |
512 | 2024-12-31T17:06:47.981Z | trap 0.083375723 |
513 | 2024-12-31T17:06:47.981Z | tflt 0.428220588 |
514 | 2024-12-31T17:06:47.981Z | dflt 0.472699833 |
515 | 2024-12-31T17:06:47.981Z | kflt 0.000057271 |
516 | 2024-12-31T17:06:47.981Z | lock 3:36.014314728 |
517 | 2024-12-31T17:06:47.981Z | slp 9:05.345275161 |
518 | 2024-12-31T17:06:47.981Z | lat 6.307218292 |
519 | 2024-12-31T17:06:47.981Z | stop 9.048527741 |
520 | 2024-12-31T17:06:47.981Z | + header 'analyze no_std + engine + kernel' |
521 | 2024-12-31T17:06:47.981Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
522 | 2024-12-31T17:06:47.981Z | # ==== analyze no_std + engine + kernel ==== # |
523 | 2024-12-31T17:06:47.981Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
524 | 2024-12-31T17:06:48.292Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
525 | 2024-12-31T17:06:48.292Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
526 | 2024-12-31T17:06:48.294Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
527 | 2024-12-31T17:06:48.294Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
528 | 2024-12-31T17:06:48.446Z | warning: passing a unit value to a function |
529 | 2024-12-31T17:06:48.446Z | --> crates/illumos-sys-hdrs/src/lib.rs:182:9 |
530 | 2024-12-31T17:06:48.446Z | | |
531 | 2024-12-31T17:06:48.446Z | 182 | core::hint::black_box(self.as_u64().store(val, Ordering::Relaxed)); |
532 | 2024-12-31T17:06:48.446Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
533 | 2024-12-31T17:06:48.446Z | | |
534 | 2024-12-31T17:06:48.446Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg |
535 | 2024-12-31T17:06:48.446Z | = note: `#[warn(clippy::unit_arg)]` on by default |
536 | 2024-12-31T17:06:48.446Z | help: move the expression in front of the call and replace it with the unit literal `()` |
537 | 2024-12-31T17:06:48.446Z | | |
538 | 2024-12-31T17:06:48.446Z | 182 ~ self.as_u64().store(val, Ordering::Relaxed); |
539 | 2024-12-31T17:06:48.446Z | 183 ~ core::hint::black_box(()); |
540 | 2024-12-31T17:06:48.446Z | | |
541 | 2024-12-31T17:06:48.446Z | |
542 | 2024-12-31T17:06:48.480Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
543 | 2024-12-31T17:06:48.483Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
544 | 2024-12-31T17:06:55.486Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
545 | 2024-12-31T17:06:57.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.43s |
546 | 2024-12-31T17:06:57.546Z | |
547 | 2024-12-31T17:06:57.549Z | real 9.560329431 |
548 | 2024-12-31T17:06:57.549Z | user 10.174537005 |
549 | 2024-12-31T17:06:57.549Z | sys 1.345804897 |
550 | 2024-12-31T17:06:57.549Z | trap 0.002854763 |
551 | 2024-12-31T17:06:57.550Z | tflt 0.005216079 |
552 | 2024-12-31T17:06:57.550Z | dflt 0.001643932 |
553 | 2024-12-31T17:06:57.550Z | kflt 0.000000000 |
554 | 2024-12-31T17:06:57.550Z | lock 24.430603354 |
555 | 2024-12-31T17:06:57.550Z | slp 34.111350467 |
556 | 2024-12-31T17:06:57.550Z | lat 0.094054030 |
557 | 2024-12-31T17:06:57.550Z | stop 0.151376663 |
558 | 2024-12-31T17:06:57.550Z | + header test |
559 | 2024-12-31T17:06:57.550Z | + echo '# ==== test ==== #' |
560 | 2024-12-31T17:06:57.550Z | # ==== test ==== # |
561 | 2024-12-31T17:06:57.550Z | + ptime -m cargo test |
562 | 2024-12-31T17:06:57.848Z | Compiling unicode-ident v1.0.14 |
563 | 2024-12-31T17:06:57.848Z | Compiling memchr v2.7.4 |
564 | 2024-12-31T17:06:57.851Z | Compiling byteorder v1.5.0 |
565 | 2024-12-31T17:06:57.851Z | Compiling ucd-trie v0.1.7 |
566 | 2024-12-31T17:06:57.858Z | Compiling itoa v1.0.14 |
567 | 2024-12-31T17:06:57.864Z | Compiling ryu v1.0.18 |
568 | 2024-12-31T17:06:57.871Z | Compiling libc v0.2.169 |
569 | 2024-12-31T17:06:57.877Z | Compiling log v0.4.22 |
570 | 2024-12-31T17:06:58.013Z | Compiling proc-macro2 v1.0.92 |
571 | 2024-12-31T17:06:58.040Z | Compiling futures-sink v0.3.31 |
572 | 2024-12-31T17:06:58.163Z | Compiling futures-core v0.3.31 |
573 | 2024-12-31T17:06:58.178Z | Compiling plain v0.2.3 |
574 | 2024-12-31T17:06:58.211Z | Compiling hash32 v0.3.1 |
575 | 2024-12-31T17:06:58.244Z | Compiling slab v0.4.9 |
576 | 2024-12-31T17:06:58.298Z | Compiling stable_deref_trait v1.2.0 |
577 | 2024-12-31T17:06:58.378Z | Compiling futures-channel v0.3.31 |
578 | 2024-12-31T17:06:58.385Z | Compiling cfg-if v1.0.0 |
579 | 2024-12-31T17:06:58.409Z | Compiling futures-io v0.3.31 |
580 | 2024-12-31T17:06:58.424Z | Compiling pin-utils v0.1.0 |
581 | 2024-12-31T17:06:58.453Z | Compiling thread-id v4.2.2 |
582 | 2024-12-31T17:06:58.484Z | Compiling pin-project-lite v0.2.15 |
583 | 2024-12-31T17:06:58.498Z | Compiling macaddr v1.0.1 |
584 | 2024-12-31T17:06:58.504Z | Compiling pretty-hex v0.4.1 |
585 | 2024-12-31T17:06:58.540Z | Compiling futures-task v0.3.31 |
586 | 2024-12-31T17:06:58.590Z | Compiling heapless v0.8.0 |
587 | 2024-12-31T17:06:58.654Z | Compiling cobs v0.2.3 |
588 | 2024-12-31T17:06:58.692Z | Compiling bitflags v1.3.2 |
589 | 2024-12-31T17:06:58.754Z | Compiling quote v1.0.38 |
590 | 2024-12-31T17:06:58.784Z | Compiling aho-corasick v1.1.3 |
591 | 2024-12-31T17:06:58.817Z | Compiling managed v0.8.0 |
592 | 2024-12-31T17:06:58.842Z | Compiling memmap v0.7.0 |
593 | 2024-12-31T17:06:58.937Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
594 | 2024-12-31T17:06:59.151Z | Compiling syn v2.0.93 |
595 | 2024-12-31T17:06:59.305Z | Compiling unicode-width v0.1.14 |
596 | 2024-12-31T17:06:59.437Z | Compiling smoltcp v0.11.0 |
597 | 2024-12-31T17:06:59.504Z | Compiling minimal-lexical v0.2.1 |
598 | 2024-12-31T17:06:59.526Z | Compiling ipnetwork v0.20.0 |
599 | 2024-12-31T17:06:59.689Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
600 | 2024-12-31T17:06:59.815Z | Compiling either v1.13.0 |
601 | 2024-12-31T17:06:59.848Z | Compiling nom v7.1.3 |
602 | 2024-12-31T17:06:59.955Z | Compiling tabwriter v1.4.0 |
603 | 2024-12-31T17:07:00.090Z | Compiling itertools v0.13.0 |
604 | 2024-12-31T17:07:00.101Z | Compiling crc32fast v1.4.2 |
605 | 2024-12-31T17:07:00.371Z | Compiling dyn-clone v1.0.17 |
606 | 2024-12-31T17:07:00.400Z | Compiling circular v0.3.0 |
607 | 2024-12-31T17:07:00.571Z | Compiling regex-automata v0.4.9 |
608 | 2024-12-31T17:07:00.710Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
609 | 2024-12-31T17:07:01.018Z | Compiling base64 v0.21.7 |
610 | 2024-12-31T17:07:02.770Z | Compiling rusticata-macros v4.1.0 |
611 | 2024-12-31T17:07:03.877Z | Compiling regex v1.11.1 |
612 | 2024-12-31T17:07:04.446Z | Compiling darling_core v0.20.10 |
613 | 2024-12-31T17:07:05.867Z | Compiling serde_derive v1.0.217 |
614 | 2024-12-31T17:07:05.867Z | Compiling thiserror-impl v2.0.9 |
615 | 2024-12-31T17:07:05.867Z | Compiling thiserror-impl v1.0.69 |
616 | 2024-12-31T17:07:06.055Z | Compiling zerocopy-derive v0.7.35 |
617 | 2024-12-31T17:07:06.142Z | Compiling scroll_derive v0.12.0 |
618 | 2024-12-31T17:07:06.951Z | Compiling zerocopy-derive v0.8.14 |
619 | 2024-12-31T17:07:07.237Z | Compiling futures-macro v0.3.31 |
620 | 2024-12-31T17:07:07.662Z | Compiling scroll v0.12.0 |
621 | 2024-12-31T17:07:08.052Z | Compiling zerocopy v0.7.35 |
622 | 2024-12-31T17:07:08.125Z | Compiling goblin v0.8.2 |
623 | 2024-12-31T17:07:08.587Z | Compiling thiserror v1.0.69 |
624 | 2024-12-31T17:07:08.704Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
625 | 2024-12-31T17:07:08.814Z | Compiling thiserror v2.0.9 |
626 | 2024-12-31T17:07:08.942Z | Compiling pest v2.7.15 |
627 | 2024-12-31T17:07:09.142Z | Compiling futures-util v0.3.31 |
628 | 2024-12-31T17:07:09.349Z | Compiling ctor v0.2.9 |
629 | 2024-12-31T17:07:09.687Z | Compiling darling_macro v0.20.10 |
630 | 2024-12-31T17:07:09.824Z | Compiling zerocopy v0.8.14 |
631 | 2024-12-31T17:07:10.764Z | Compiling darling v0.20.10 |
632 | 2024-12-31T17:07:10.865Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
633 | 2024-12-31T17:07:10.868Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
634 | 2024-12-31T17:07:11.412Z | Compiling pest_meta v2.7.15 |
635 | 2024-12-31T17:07:11.721Z | Compiling serde v1.0.217 |
636 | 2024-12-31T17:07:12.569Z | Compiling pest_generator v2.7.15 |
637 | 2024-12-31T17:07:13.839Z | Compiling futures-executor v0.3.31 |
638 | 2024-12-31T17:07:14.245Z | Compiling pest_derive v2.7.15 |
639 | 2024-12-31T17:07:14.312Z | Compiling futures v0.3.31 |
640 | 2024-12-31T17:07:14.412Z | Compiling cookie-factory v0.3.3 |
641 | 2024-12-31T17:07:15.023Z | Compiling pcap-parser v0.16.0 |
642 | 2024-12-31T17:07:15.254Z | Compiling dtrace-parser v0.2.0 |
643 | 2024-12-31T17:07:16.493Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
644 | 2024-12-31T17:07:16.601Z | Compiling bitflags v2.6.0 |
645 | 2024-12-31T17:07:16.601Z | Compiling serde_json v1.0.134 |
646 | 2024-12-31T17:07:16.604Z | Compiling postcard v1.1.1 |
647 | 2024-12-31T17:07:16.604Z | Compiling uuid v1.11.0 |
648 | 2024-12-31T17:07:16.897Z | Compiling serde_tokenstream v0.2.2 |
649 | 2024-12-31T17:07:16.918Z | Compiling ron v0.8.1 |
650 | 2024-12-31T17:07:17.115Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
651 | 2024-12-31T17:07:17.867Z | Compiling dof v0.3.0 |
652 | 2024-12-31T17:07:18.541Z | Compiling usdt-impl v0.5.0 |
653 | 2024-12-31T17:07:18.984Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
654 | 2024-12-31T17:07:19.489Z | Compiling usdt-attr-macro v0.5.0 |
655 | 2024-12-31T17:07:19.489Z | Compiling usdt-macro v0.5.0 |
656 | 2024-12-31T17:07:20.497Z | Compiling usdt v0.5.0 |
657 | 2024-12-31T17:07:25.772Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
658 | 2024-12-31T17:07:27.960Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
659 | 2024-12-31T17:07:41.604Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.99s |
660 | 2024-12-31T17:07:41.627Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-132827e4b9e51d6d) |
661 | 2024-12-31T17:07:41.642Z | |
662 | 2024-12-31T17:07:41.642Z | running 9 tests |
663 | 2024-12-31T17:07:41.645Z | test api::tests::parse_bad_proto_filter ... ok |
664 | 2024-12-31T17:07:41.646Z | test api::tests::parse_good_proto_filter ... ok |
665 | 2024-12-31T17:07:41.646Z | test api::tests::parse_bad_address ... ok |
666 | 2024-12-31T17:07:41.646Z | test api::tests::ports_from_str_good ... ok |
667 | 2024-12-31T17:07:41.646Z | test api::tests::parse_good_address ... ok |
668 | 2024-12-31T17:07:41.646Z | test api::tests::ports_from_str_bad ... ok |
669 | 2024-12-31T17:07:41.646Z | test cfg::tests::test_required_nat_space ... ok |
670 | 2024-12-31T17:07:41.646Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
671 | 2024-12-31T17:07:41.646Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
672 | 2024-12-31T17:07:41.646Z | |
673 | 2024-12-31T17:07:41.646Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
674 | 2024-12-31T17:07:41.646Z | |
675 | 2024-12-31T17:07:41.646Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-d6f40efeac7239de) |
676 | 2024-12-31T17:07:41.650Z | |
677 | 2024-12-31T17:07:41.650Z | running 4 tests |
678 | 2024-12-31T17:07:41.653Z | test firewall_external_inbound ... ok |
679 | 2024-12-31T17:07:41.653Z | test firewall_vni_outbound ... ok |
680 | 2024-12-31T17:07:41.653Z | test firewall_vni_inbound ... ok |
681 | 2024-12-31T17:07:41.655Z | test firewall_replace_rules ... ok |
682 | 2024-12-31T17:07:41.655Z | |
683 | 2024-12-31T17:07:41.655Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
684 | 2024-12-31T17:07:41.655Z | |
685 | 2024-12-31T17:07:41.655Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-67fce7ea96917fe1) |
686 | 2024-12-31T17:07:41.660Z | |
687 | 2024-12-31T17:07:41.660Z | running 2 tests |
688 | 2024-12-31T17:07:41.662Z | test parse_in_regression ... ok |
689 | 2024-12-31T17:07:41.662Z | test parse_out_regression ... ok |
690 | 2024-12-31T17:07:41.662Z | |
691 | 2024-12-31T17:07:41.662Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
692 | 2024-12-31T17:07:41.662Z | |
693 | 2024-12-31T17:07:41.662Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-5a4c036be98c9f24) |
694 | 2024-12-31T17:07:41.669Z | |
695 | 2024-12-31T17:07:41.669Z | running 38 tests |
696 | 2024-12-31T17:07:41.671Z | test bad_ip_len ... ok |
697 | 2024-12-31T17:07:41.674Z | test check_layers ... ok |
698 | 2024-12-31T17:07:41.674Z | test add_remove_fw_rule ... ok |
699 | 2024-12-31T17:07:41.674Z | test arp_gateway ... ok |
700 | 2024-12-31T17:07:41.674Z | test anti_spoof ... ok |
701 | 2024-12-31T17:07:41.674Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
702 | 2024-12-31T17:07:41.674Z | test flow_expiration ... ok |
703 | 2024-12-31T17:07:41.677Z | test gateway_icmp4_ping ... ok |
704 | 2024-12-31T17:07:41.677Z | test gateway_icmpv6_ping ... ok |
705 | 2024-12-31T17:07:41.677Z | test external_ip_epoch_affinity_preserved ... ok |
706 | 2024-12-31T17:07:41.677Z | test gateway_router_advert_reply ... ok |
707 | 2024-12-31T17:07:41.677Z | test early_tcp_invalidation ... ok |
708 | 2024-12-31T17:07:41.677Z | test guest_to_guest_no_route ... ok |
709 | 2024-12-31T17:07:41.677Z | test external_ip_reconfigurable ... ok |
710 | 2024-12-31T17:07:41.679Z | test guest_to_guest_diff_vpc_no_peer ... ok |
711 | 2024-12-31T17:07:41.679Z | test guest_to_internet_ipv4 ... ok |
712 | 2024-12-31T17:07:41.679Z | test inbound_ndp_dropped_at_gateway ... ok |
713 | 2024-12-31T17:07:41.679Z | test guest_to_guest ... ok |
714 | 2024-12-31T17:07:41.679Z | test guest_to_internet_ipv6 ... ok |
715 | 2024-12-31T17:07:41.679Z | test no_panic_on_flow_table_full ... ok |
716 | 2024-12-31T17:07:41.679Z | test packet_body_pullup ... ok |
717 | 2024-12-31T17:07:41.680Z | test outbound_ndp_dropped ... ok |
718 | 2024-12-31T17:07:41.680Z | test intra_subnet_routes_with_custom ... ok |
719 | 2024-12-31T17:07:41.682Z | test port_transition_reset ... ok |
720 | 2024-12-31T17:07:41.682Z | test port_transition_running ... ok |
721 | 2024-12-31T17:07:41.682Z | test port_as_router_target ... ok |
722 | 2024-12-31T17:07:41.682Z | test port_transition_pause ... ok |
723 | 2024-12-31T17:07:41.682Z | test snat_icmp4_echo_rewrite ... ok |
724 | 2024-12-31T17:07:41.682Z | test select_eip_conditioned_on_igw ... ok |
725 | 2024-12-31T17:07:41.685Z | test tcp_inbound ... ok |
726 | 2024-12-31T17:07:41.685Z | test snat_icmp6_echo_rewrite ... ok |
727 | 2024-12-31T17:07:41.685Z | test external_ip_balanced_over_floating_ips ... ok |
728 | 2024-12-31T17:07:41.685Z | test test_gateway_neighbor_advert_reply ... ok |
729 | 2024-12-31T17:07:41.685Z | test external_ip_receive_and_reply_on_all ... ok |
730 | 2024-12-31T17:07:41.685Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
731 | 2024-12-31T17:07:41.685Z | test tcp_outbound ... ok |
732 | 2024-12-31T17:07:41.685Z | test uft_lft_invalidation_in ... ok |
733 | 2024-12-31T17:07:41.685Z | test uft_lft_invalidation_out ... ok |
734 | 2024-12-31T17:07:41.685Z | |
735 | 2024-12-31T17:07:41.685Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
736 | 2024-12-31T17:07:41.685Z | |
737 | 2024-12-31T17:07:41.688Z | Doc-tests oxide_vpc |
738 | 2024-12-31T17:07:42.010Z | |
739 | 2024-12-31T17:07:42.010Z | running 0 tests |
740 | 2024-12-31T17:07:42.010Z | |
741 | 2024-12-31T17:07:42.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
742 | 2024-12-31T17:07:42.015Z | |
743 | 2024-12-31T17:07:42.037Z | |
744 | 2024-12-31T17:07:42.040Z | real 44.470708147 |
745 | 2024-12-31T17:07:42.040Z | user 3:08.788801067 |
746 | 2024-12-31T17:07:42.040Z | sys 21.906080090 |
747 | 2024-12-31T17:07:42.040Z | trap 0.112525944 |
748 | 2024-12-31T17:07:42.040Z | tflt 0.198097637 |
749 | 2024-12-31T17:07:42.040Z | dflt 0.485356341 |
750 | 2024-12-31T17:07:42.040Z | kflt 0.000036813 |
751 | 2024-12-31T17:07:42.040Z | lock 5:11.018014139 |
752 | 2024-12-31T17:07:42.040Z | slp 10:09.760072276 |
753 | 2024-12-31T17:07:42.040Z | lat 5.720435139 |
754 | 2024-12-31T17:07:42.040Z | stop 7.836845759 |
755 | 2024-12-31T17:07:42.040Z | process exited: duration 146642 ms, exit code 0 |
|
756 | 2024-12-31T17:07:42.046Z | found 0 output files |