|
|
|
1 | 2024-12-31T16:20:42.337Z | job assigned to worker 01JGER8A9MSAGCWX08TMM3RMN2 [factory aws, i-028c757046e7f9531] (queued for 1 m 5 s) |
|
2 | 2024-12-31T16:20:50.059Z | starting task 0: "setup" |
3 | 2024-12-31T16:20:50.069Z | ++ uname -s |
4 | 2024-12-31T16:20:50.072Z | + kern=SunOS |
5 | 2024-12-31T16:20:50.072Z | + case "$kern" in |
6 | 2024-12-31T16:20:50.072Z | + groupadd -g 12345 build |
7 | 2024-12-31T16:20:50.075Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-31T16:20:52.083Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-31T16:20:52.193Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-31T16:20:52.196Z | + home_fs=zfs |
11 | 2024-12-31T16:20:52.196Z | + [[ zfs == autofs ]] |
12 | 2024-12-31T16:20:52.196Z | + mkdir -p /home/build |
13 | 2024-12-31T16:20:52.198Z | + chown build:build /home/build /work |
14 | 2024-12-31T16:20:54.200Z | + chmod 0700 /home/build /work |
15 | 2024-12-31T16:20:54.203Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-12-31T16:20:54.208Z | starting task 1: "rust-toolchain" |
17 | 2024-12-31T16:20:54.214Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-31T16:20:54.214Z | ' nightly-2024-11-18 |
19 | 2024-12-31T16:20:54.217Z | * toolchain channel = "nightly-2024-11-18" |
20 | 2024-12-31T16:20:54.217Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-31T16:20:54.217Z | ' default |
22 | 2024-12-31T16:20:54.217Z | * toolchain profile = "default" |
23 | 2024-12-31T16:20:54.217Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-31T16:20:54.217Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default |
25 | 2024-12-31T16:20:54.335Z | info: downloading installer |
26 | 2024-12-31T16:20:55.461Z | info: profile set to 'default' |
27 | 2024-12-31T16:20:55.461Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-31T16:20:55.464Z | info: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos' |
29 | 2024-12-31T16:20:55.622Z | info: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17) |
30 | 2024-12-31T16:20:55.622Z | info: downloading component 'cargo' |
31 | 2024-12-31T16:20:56.508Z | info: downloading component 'clippy' |
32 | 2024-12-31T16:20:56.849Z | info: downloading component 'rust-docs' |
33 | 2024-12-31T16:20:58.052Z | info: downloading component 'rust-std' |
34 | 2024-12-31T16:21:00.003Z | info: downloading component 'rustc' |
35 | 2024-12-31T16:21:06.912Z | info: downloading component 'rustfmt' |
36 | 2024-12-31T16:21:07.172Z | info: installing component 'cargo' |
37 | 2024-12-31T16:21:08.011Z | info: installing component 'clippy' |
38 | 2024-12-31T16:21:08.393Z | info: installing component 'rust-docs' |
39 | 2024-12-31T16:21:10.068Z | info: installing component 'rust-std' |
40 | 2024-12-31T16:21:11.931Z | info: installing component 'rustc' |
41 | 2024-12-31T16:21:17.978Z | info: installing component 'rustfmt' |
42 | 2024-12-31T16:21:18.312Z | info: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos' |
43 | 2024-12-31T16:21:18.312Z | |
44 | 2024-12-31T16:21:18.700Z | nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
45 | 2024-12-31T16:21:18.700Z | |
46 | 2024-12-31T16:21:18.703Z | |
47 | 2024-12-31T16:21:18.703Z | Rust is installed now. Great! |
48 | 2024-12-31T16:21:18.703Z | |
49 | 2024-12-31T16:21:18.703Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-31T16:21:18.703Z | environment variable. This has not been done automatically. |
51 | 2024-12-31T16:21:18.703Z | |
52 | 2024-12-31T16:21:18.703Z | To configure your current shell, you need to source |
53 | 2024-12-31T16:21:18.703Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-31T16:21:18.703Z | |
55 | 2024-12-31T16:21:18.703Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-31T16:21:18.703Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-31T16:21:18.704Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-31T16:21:18.777Z | + rustc --version |
59 | 2024-12-31T16:21:18.843Z | rustc 1.84.0-nightly (5ec7d6eee 2024-11-17) |
60 | 2024-12-31T16:21:18.846Z | process exited: duration 24633 ms, exit code 0 |
|
61 | 2024-12-31T16:21:18.851Z | starting task 2: "authentication" |
62 | 2024-12-31T16:21:18.871Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-31T16:21:18.877Z | starting task 3: "clone repository" |
64 | 2024-12-31T16:21:18.882Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-12-31T16:21:18.885Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-12-31T16:21:18.927Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-12-31T16:21:19.765Z | + cd /work/oxidecomputer/opte |
68 | 2024-12-31T16:21:19.765Z | + git fetch origin fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
69 | 2024-12-31T16:21:20.022Z | From https://github.com/oxidecomputer/opte |
70 | 2024-12-31T16:21:20.022Z | * branch fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e -> FETCH_HEAD |
71 | 2024-12-31T16:21:20.030Z | + [[ -n ingot-and-offload ]] |
72 | 2024-12-31T16:21:20.032Z | ++ git branch --show-current |
73 | 2024-12-31T16:21:20.035Z | + current=master |
74 | 2024-12-31T16:21:20.035Z | + [[ master != ingot-and-offload ]] |
75 | 2024-12-31T16:21:20.035Z | + git branch -f ingot-and-offload fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
76 | 2024-12-31T16:21:20.037Z | + git checkout -f ingot-and-offload |
77 | 2024-12-31T16:21:20.060Z | Switched to branch 'ingot-and-offload' |
78 | 2024-12-31T16:21:20.069Z | + git reset --hard fab7c2bf39c0ba26ea5bbfb4463ce9764b14370e |
79 | 2024-12-31T16:21:20.071Z | HEAD is now at fab7c2b Further cleanup. |
80 | 2024-12-31T16:21:20.071Z | process exited: duration 1192 ms, exit code 0 |
|
81 | 2024-12-31T16:21:20.077Z | starting task 4: "build" |
82 | 2024-12-31T16:21:20.083Z | + cargo --version |
83 | 2024-12-31T16:21:20.088Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-12-31T16:21:20.261Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-12-31T16:21:20.261Z | info: downloading component 'cargo' |
86 | 2024-12-31T16:21:21.263Z | info: downloading component 'clippy' |
87 | 2024-12-31T16:21:21.644Z | info: downloading component 'rust-docs' |
88 | 2024-12-31T16:21:23.028Z | info: downloading component 'rust-std' |
89 | 2024-12-31T16:21:25.043Z | info: downloading component 'rustc' |
90 | 2024-12-31T16:21:32.626Z | info: downloading component 'rustfmt' |
91 | 2024-12-31T16:21:32.917Z | info: installing component 'cargo' |
92 | 2024-12-31T16:21:33.725Z | info: installing component 'clippy' |
93 | 2024-12-31T16:21:34.097Z | info: installing component 'rust-docs' |
94 | 2024-12-31T16:21:35.798Z | info: installing component 'rust-std' |
95 | 2024-12-31T16:21:37.460Z | info: installing component 'rustc' |
96 | 2024-12-31T16:21:43.087Z | info: installing component 'rustfmt' |
97 | 2024-12-31T16:21:43.508Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-12-31T16:21:43.511Z | + rustc --version |
99 | 2024-12-31T16:21:43.580Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-12-31T16:21:43.584Z | + cd lib/oxide-vpc |
101 | 2024-12-31T16:21:43.586Z | + header 'check style' |
102 | 2024-12-31T16:21:43.586Z | + echo '# ==== check style ==== #' |
103 | 2024-12-31T16:21:43.586Z | # ==== check style ==== # |
104 | 2024-12-31T16:21:43.586Z | + ptime -m cargo +nightly-2024-11-18 fmt -- --check |
105 | 2024-12-31T16:21:43.857Z | |
106 | 2024-12-31T16:21:43.857Z | real 0.268565362 |
107 | 2024-12-31T16:21:43.857Z | user 0.172123911 |
108 | 2024-12-31T16:21:43.857Z | sys 0.090358143 |
109 | 2024-12-31T16:21:43.860Z | trap 0.000114663 |
110 | 2024-12-31T16:21:43.860Z | tflt 0.000000000 |
111 | 2024-12-31T16:21:43.860Z | dflt 0.000000000 |
112 | 2024-12-31T16:21:43.860Z | kflt 0.000000000 |
113 | 2024-12-31T16:21:43.860Z | lock 0.000000000 |
114 | 2024-12-31T16:21:43.860Z | slp 0.183396642 |
115 | 2024-12-31T16:21:43.860Z | lat 0.000788061 |
116 | 2024-12-31T16:21:43.860Z | stop 0.000128221 |
117 | 2024-12-31T16:21:43.860Z | + header 'check docs' |
118 | 2024-12-31T16:21:43.860Z | + echo '# ==== check docs ==== #' |
119 | 2024-12-31T16:21:43.860Z | # ==== check docs ==== # |
120 | 2024-12-31T16:21:43.860Z | + RUSTDOCFLAGS='-D warnings' |
121 | 2024-12-31T16:21:43.860Z | + ptime -m cargo +nightly-2024-11-18 doc --no-default-features --features=api,std,engine,kernel |
122 | 2024-12-31T16:21:43.970Z | Updating crates.io index |
123 | 2024-12-31T16:21:44.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
124 | 2024-12-31T16:21:44.829Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
125 | 2024-12-31T16:21:45.154Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
126 | 2024-12-31T16:21:45.390Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
127 | 2024-12-31T16:21:45.688Z | Updating git repository `https://github.com/oxidecomputer/zone` |
128 | 2024-12-31T16:21:45.908Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
129 | 2024-12-31T16:21:46.255Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
130 | 2024-12-31T16:21:46.495Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
131 | 2024-12-31T16:21:46.764Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
132 | 2024-12-31T16:21:47.604Z | Downloading crates ... |
133 | 2024-12-31T16:21:47.699Z | Downloaded byteorder v1.5.0 |
134 | 2024-12-31T16:21:47.706Z | Downloaded bitflags v1.3.2 |
135 | 2024-12-31T16:21:47.708Z | Downloaded block-buffer v0.10.4 |
136 | 2024-12-31T16:21:47.711Z | Downloaded bitflags v2.6.0 |
137 | 2024-12-31T16:21:47.725Z | Downloaded cpufeatures v0.2.16 |
138 | 2024-12-31T16:21:47.727Z | Downloaded aho-corasick v1.1.3 |
139 | 2024-12-31T16:21:47.732Z | Downloaded ident_case v1.0.1 |
140 | 2024-12-31T16:21:47.735Z | Downloaded darling_macro v0.20.10 |
141 | 2024-12-31T16:21:47.735Z | Downloaded defmt v0.3.10 |
142 | 2024-12-31T16:21:47.742Z | Downloaded dof v0.3.0 |
143 | 2024-12-31T16:21:47.744Z | Downloaded digest v0.10.7 |
144 | 2024-12-31T16:21:47.747Z | Downloaded crypto-common v0.1.6 |
145 | 2024-12-31T16:21:47.747Z | Downloaded cobs v0.2.3 |
146 | 2024-12-31T16:21:47.749Z | Downloaded dtrace-parser v0.2.0 |
147 | 2024-12-31T16:21:47.749Z | Downloaded darling v0.20.10 |
148 | 2024-12-31T16:21:47.753Z | Downloaded generic-array v0.14.7 |
149 | 2024-12-31T16:21:47.755Z | Downloaded defmt-macros v0.4.0 |
150 | 2024-12-31T16:21:47.758Z | Downloaded hash32 v0.3.1 |
151 | 2024-12-31T16:21:47.760Z | Downloaded cfg-if v1.0.0 |
152 | 2024-12-31T16:21:47.760Z | Downloaded fnv v1.0.7 |
153 | 2024-12-31T16:21:47.760Z | Downloaded embedded-io v0.6.1 |
154 | 2024-12-31T16:21:47.762Z | Downloaded defmt-parser v0.4.1 |
155 | 2024-12-31T16:21:47.762Z | Downloaded embedded-io v0.4.0 |
156 | 2024-12-31T16:21:47.765Z | Downloaded either v1.13.0 |
157 | 2024-12-31T16:21:47.765Z | Downloaded dyn-clone v1.0.17 |
158 | 2024-12-31T16:21:47.767Z | Downloaded crc32fast v1.4.2 |
159 | 2024-12-31T16:21:47.769Z | Downloaded darling_core v0.20.10 |
160 | 2024-12-31T16:21:47.772Z | Downloaded pretty-hex v0.4.1 |
161 | 2024-12-31T16:21:47.783Z | Downloaded scroll_derive v0.12.0 |
162 | 2024-12-31T16:21:47.786Z | Downloaded itoa v1.0.14 |
163 | 2024-12-31T16:21:47.792Z | Downloaded plain v0.2.3 |
164 | 2024-12-31T16:21:47.794Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-12-31T16:21:47.797Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2024-12-31T16:21:47.801Z | Downloaded macaddr v1.0.1 |
167 | 2024-12-31T16:21:47.803Z | Downloaded ipnetwork v0.20.0 |
168 | 2024-12-31T16:21:47.805Z | Downloaded pest_generator v2.7.15 |
169 | 2024-12-31T16:21:47.807Z | Downloaded strsim v0.11.1 |
170 | 2024-12-31T16:21:47.810Z | Downloaded serde_tokenstream v0.2.2 |
171 | 2024-12-31T16:21:47.812Z | Downloaded proc-macro-error-attr2 v2.0.0 |
172 | 2024-12-31T16:21:47.815Z | Downloaded thread-id v4.2.2 |
173 | 2024-12-31T16:21:47.815Z | Downloaded thiserror-impl v2.0.9 |
174 | 2024-12-31T16:21:47.819Z | Downloaded tabwriter v1.4.0 |
175 | 2024-12-31T16:21:47.819Z | Downloaded scroll v0.12.0 |
176 | 2024-12-31T16:21:47.819Z | Downloaded managed v0.8.0 |
177 | 2024-12-31T16:21:47.821Z | Downloaded usdt v0.5.0 |
178 | 2024-12-31T16:21:47.821Z | Downloaded thiserror v1.0.69 |
179 | 2024-12-31T16:21:47.824Z | Downloaded thiserror-impl v1.0.69 |
180 | 2024-12-31T16:21:47.827Z | Downloaded memmap v0.7.0 |
181 | 2024-12-31T16:21:47.829Z | Downloaded version_check v0.9.5 |
182 | 2024-12-31T16:21:47.836Z | Downloaded once_cell v1.20.2 |
183 | 2024-12-31T16:21:47.838Z | Downloaded usdt-impl v0.5.0 |
184 | 2024-12-31T16:21:47.840Z | Downloaded sha2 v0.10.8 |
185 | 2024-12-31T16:21:47.844Z | Downloaded stable_deref_trait v1.2.0 |
186 | 2024-12-31T16:21:47.846Z | Downloaded proc-macro-error2 v2.0.1 |
187 | 2024-12-31T16:21:47.848Z | Downloaded quote v1.0.37 |
188 | 2024-12-31T16:21:47.851Z | Downloaded pest_derive v2.7.15 |
189 | 2024-12-31T16:21:47.853Z | Downloaded postcard v1.1.1 |
190 | 2024-12-31T16:21:47.857Z | Downloaded heapless v0.8.0 |
191 | 2024-12-31T16:21:47.864Z | Downloaded zerocopy-derive v0.7.35 |
192 | 2024-12-31T16:21:47.875Z | Downloaded pest_meta v2.7.15 |
193 | 2024-12-31T16:21:47.881Z | Downloaded thiserror v2.0.9 |
194 | 2024-12-31T16:21:47.886Z | Downloaded ucd-trie v0.1.7 |
195 | 2024-12-31T16:21:47.889Z | Downloaded typenum v1.17.0 |
196 | 2024-12-31T16:21:47.891Z | Downloaded unicode-ident v1.0.14 |
197 | 2024-12-31T16:21:47.894Z | Downloaded ryu v1.0.18 |
198 | 2024-12-31T16:21:47.897Z | Downloaded uuid v1.11.0 |
199 | 2024-12-31T16:21:47.899Z | Downloaded log v0.4.22 |
200 | 2024-12-31T16:21:47.914Z | Downloaded proc-macro2 v1.0.92 |
201 | 2024-12-31T16:21:47.917Z | Downloaded serde_derive v1.0.216 |
202 | 2024-12-31T16:21:47.920Z | Downloaded serde v1.0.216 |
203 | 2024-12-31T16:21:47.930Z | Downloaded zerocopy-derive v0.8.13 |
204 | 2024-12-31T16:21:47.936Z | Downloaded memchr v2.7.4 |
205 | 2024-12-31T16:21:47.954Z | Downloaded pest v2.7.15 |
206 | 2024-12-31T16:21:47.959Z | Downloaded goblin v0.8.2 |
207 | 2024-12-31T16:21:47.969Z | Downloaded itertools v0.13.0 |
208 | 2024-12-31T16:21:47.978Z | Downloaded serde_json v1.0.134 |
209 | 2024-12-31T16:21:47.987Z | Downloaded zerocopy v0.7.35 |
210 | 2024-12-31T16:21:48.030Z | Downloaded regex v1.11.1 |
211 | 2024-12-31T16:21:48.042Z | Downloaded zerocopy v0.8.13 |
212 | 2024-12-31T16:21:48.065Z | Downloaded syn v2.0.91 |
213 | 2024-12-31T16:21:48.075Z | Downloaded unicode-width v0.1.14 |
214 | 2024-12-31T16:21:48.082Z | Downloaded smoltcp v0.11.0 |
215 | 2024-12-31T16:21:48.094Z | Downloaded regex-syntax v0.8.5 |
216 | 2024-12-31T16:21:48.128Z | Downloaded regex-automata v0.4.9 |
217 | 2024-12-31T16:21:48.143Z | Downloaded libc v0.2.169 |
218 | 2024-12-31T16:21:48.302Z | Compiling proc-macro2 v1.0.92 |
219 | 2024-12-31T16:21:48.305Z | Compiling unicode-ident v1.0.14 |
220 | 2024-12-31T16:21:48.305Z | Documenting unicode-ident v1.0.14 |
221 | 2024-12-31T16:21:48.305Z | Compiling strsim v0.11.1 |
222 | 2024-12-31T16:21:48.305Z | Compiling serde v1.0.216 |
223 | 2024-12-31T16:21:48.305Z | Compiling fnv v1.0.7 |
224 | 2024-12-31T16:21:48.316Z | Compiling ident_case v1.0.1 |
225 | 2024-12-31T16:21:48.477Z | Compiling memchr v2.7.4 |
226 | 2024-12-31T16:21:48.496Z | Compiling zerocopy v0.8.13 |
227 | 2024-12-31T16:21:48.663Z | Compiling regex-syntax v0.8.5 |
228 | 2024-12-31T16:21:48.970Z | Compiling either v1.13.0 |
229 | 2024-12-31T16:21:49.002Z | Checking byteorder v1.5.0 |
230 | 2024-12-31T16:21:49.226Z | Documenting proc-macro2 v1.0.92 |
231 | 2024-12-31T16:21:49.324Z | Compiling itertools v0.13.0 |
232 | 2024-12-31T16:21:49.334Z | Documenting strsim v0.11.1 |
233 | 2024-12-31T16:21:49.423Z | Compiling aho-corasick v1.1.3 |
234 | 2024-12-31T16:21:49.838Z | Compiling quote v1.0.37 |
235 | 2024-12-31T16:21:50.167Z | Compiling syn v2.0.91 |
236 | 2024-12-31T16:21:50.350Z | Documenting quote v1.0.37 |
237 | 2024-12-31T16:21:50.374Z | Documenting fnv v1.0.7 |
238 | 2024-12-31T16:21:51.318Z | Compiling heapless v0.8.0 |
239 | 2024-12-31T16:21:51.375Z | Documenting syn v2.0.91 |
240 | 2024-12-31T16:21:51.849Z | Documenting ident_case v1.0.1 |
241 | 2024-12-31T16:21:52.405Z | Compiling regex-automata v0.4.9 |
242 | 2024-12-31T16:21:52.723Z | Checking hash32 v0.3.1 |
243 | 2024-12-31T16:21:52.878Z | Checking stable_deref_trait v1.2.0 |
244 | 2024-12-31T16:21:52.970Z | Checking cfg-if v1.0.0 |
245 | 2024-12-31T16:21:53.052Z | Checking macaddr v1.0.1 |
246 | 2024-12-31T16:21:53.275Z | Documenting memchr v2.7.4 |
247 | 2024-12-31T16:21:53.304Z | Compiling smoltcp v0.11.0 |
248 | 2024-12-31T16:21:53.916Z | Documenting regex-syntax v0.8.5 |
249 | 2024-12-31T16:21:54.592Z | Documenting aho-corasick v1.1.3 |
250 | 2024-12-31T16:21:54.937Z | Checking managed v0.8.0 |
251 | 2024-12-31T16:21:55.343Z | Checking darling_core v0.20.10 |
252 | 2024-12-31T16:21:55.626Z | Checking bitflags v1.3.2 |
253 | 2024-12-31T16:21:55.709Z | Checking cobs v0.2.3 |
254 | 2024-12-31T16:21:56.063Z | Documenting byteorder v1.5.0 |
255 | 2024-12-31T16:21:56.149Z | Documenting regex-automata v0.4.9 |
256 | 2024-12-31T16:21:56.804Z | Compiling regex v1.11.1 |
257 | 2024-12-31T16:21:57.354Z | Documenting serde_derive v1.0.216 |
258 | 2024-12-31T16:21:57.755Z | Documenting darling_core v0.20.10 |
259 | 2024-12-31T16:21:58.420Z | Documenting zerocopy-derive v0.8.13 |
260 | 2024-12-31T16:21:58.869Z | Documenting hash32 v0.3.1 |
261 | 2024-12-31T16:21:59.021Z | Documenting regex v1.11.1 |
262 | 2024-12-31T16:21:59.454Z | Documenting stable_deref_trait v1.2.0 |
263 | 2024-12-31T16:21:59.508Z | Checking unicode-width v0.1.14 |
264 | 2024-12-31T16:21:59.863Z | Documenting darling_macro v0.20.10 |
265 | 2024-12-31T16:21:59.944Z | Compiling version_check v0.9.5 |
266 | 2024-12-31T16:21:59.956Z | Checking ipnetwork v0.20.0 |
267 | 2024-12-31T16:22:00.089Z | Documenting cfg-if v1.0.0 |
268 | 2024-12-31T16:22:00.218Z | Documenting macaddr v1.0.1 |
269 | 2024-12-31T16:22:00.390Z | Documenting heapless v0.8.0 |
270 | 2024-12-31T16:22:00.548Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
271 | 2024-12-31T16:22:00.670Z | Compiling serde_derive v1.0.216 |
272 | 2024-12-31T16:22:00.754Z | Compiling zerocopy-derive v0.8.13 |
273 | 2024-12-31T16:22:00.860Z | Documenting cobs v0.2.3 |
274 | 2024-12-31T16:22:00.911Z | Documenting managed v0.8.0 |
275 | 2024-12-31T16:22:00.978Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
276 | 2024-12-31T16:22:01.510Z | Checking tabwriter v1.4.0 |
277 | 2024-12-31T16:22:01.739Z | Checking crc32fast v1.4.2 |
278 | 2024-12-31T16:22:01.787Z | Documenting smoltcp v0.11.0 |
279 | 2024-12-31T16:22:01.948Z | Compiling darling_macro v0.20.10 |
280 | 2024-12-31T16:22:01.975Z | Documenting either v1.13.0 |
281 | 2024-12-31T16:22:02.008Z | Checking dyn-clone v1.0.17 |
282 | 2024-12-31T16:22:02.149Z | Documenting unicode-width v0.1.14 |
283 | 2024-12-31T16:22:02.180Z | Documenting ipnetwork v0.20.0 |
284 | 2024-12-31T16:22:02.701Z | Documenting itertools v0.13.0 |
285 | 2024-12-31T16:22:02.943Z | Compiling darling v0.20.10 |
286 | 2024-12-31T16:22:03.040Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
287 | 2024-12-31T16:22:03.095Z | Documenting darling v0.20.10 |
288 | 2024-12-31T16:22:03.251Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
289 | 2024-12-31T16:22:03.341Z | Documenting tabwriter v1.4.0 |
290 | 2024-12-31T16:22:03.820Z | Documenting zerocopy v0.8.13 |
291 | 2024-12-31T16:22:04.221Z | Documenting ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
292 | 2024-12-31T16:22:04.262Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
293 | 2024-12-31T16:22:04.526Z | Documenting crc32fast v1.4.2 |
294 | 2024-12-31T16:22:04.547Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
295 | 2024-12-31T16:22:05.194Z | Documenting dyn-clone v1.0.17 |
296 | 2024-12-31T16:22:05.403Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
297 | 2024-12-31T16:22:05.614Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
298 | 2024-12-31T16:22:06.878Z | Documenting serde v1.0.216 |
299 | 2024-12-31T16:22:07.418Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
300 | 2024-12-31T16:22:07.421Z | Documenting ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
301 | 2024-12-31T16:22:09.654Z | Checking bitflags v2.6.0 |
302 | 2024-12-31T16:22:09.654Z | Documenting bitflags v2.6.0 |
303 | 2024-12-31T16:22:09.657Z | Checking postcard v1.1.1 |
304 | 2024-12-31T16:22:09.657Z | Documenting postcard v1.1.1 |
305 | 2024-12-31T16:22:09.657Z | Documenting uuid v1.11.0 |
306 | 2024-12-31T16:22:09.657Z | Checking uuid v1.11.0 |
307 | 2024-12-31T16:22:09.839Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
308 | 2024-12-31T16:22:09.842Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
309 | 2024-12-31T16:22:10.398Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
310 | 2024-12-31T16:22:10.400Z | Documenting ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
311 | 2024-12-31T16:22:11.245Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
312 | 2024-12-31T16:22:11.581Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
313 | 2024-12-31T16:22:12.546Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
314 | 2024-12-31T16:22:16.580Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
315 | 2024-12-31T16:22:17.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s |
316 | 2024-12-31T16:22:17.959Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
317 | 2024-12-31T16:22:17.980Z | |
318 | 2024-12-31T16:22:17.983Z | real 34.095670759 |
319 | 2024-12-31T16:22:17.983Z | user 2:26.008118633 |
320 | 2024-12-31T16:22:17.983Z | sys 19.804403357 |
321 | 2024-12-31T16:22:17.983Z | trap 0.105666084 |
322 | 2024-12-31T16:22:17.983Z | tflt 0.249861325 |
323 | 2024-12-31T16:22:17.983Z | dflt 0.185685924 |
324 | 2024-12-31T16:22:17.983Z | kflt 0.003895831 |
325 | 2024-12-31T16:22:17.983Z | lock 3:13.791008805 |
326 | 2024-12-31T16:22:17.983Z | slp 7:48.828156678 |
327 | 2024-12-31T16:22:17.983Z | lat 18.068738435 |
328 | 2024-12-31T16:22:17.983Z | stop 12.490065717 |
329 | 2024-12-31T16:22:17.983Z | + header 'analyze std + api + usdt' |
330 | 2024-12-31T16:22:17.983Z | + echo '# ==== analyze std + api + usdt ==== #' |
331 | 2024-12-31T16:22:17.983Z | # ==== analyze std + api + usdt ==== # |
332 | 2024-12-31T16:22:17.983Z | + ptime -m cargo clippy --features usdt --all-targets |
333 | 2024-12-31T16:22:18.286Z | Downloading crates ... |
334 | 2024-12-31T16:22:18.373Z | Downloaded autocfg v1.4.0 |
335 | 2024-12-31T16:22:18.380Z | Downloaded futures-macro v0.3.31 |
336 | 2024-12-31T16:22:18.382Z | Downloaded futures-core v0.3.31 |
337 | 2024-12-31T16:22:18.399Z | Downloaded rusticata-macros v4.1.0 |
338 | 2024-12-31T16:22:18.401Z | Downloaded ctor v0.2.9 |
339 | 2024-12-31T16:22:18.401Z | Downloaded pin-utils v0.1.0 |
340 | 2024-12-31T16:22:18.404Z | Downloaded futures-io v0.3.31 |
341 | 2024-12-31T16:22:18.404Z | Downloaded circular v0.3.0 |
342 | 2024-12-31T16:22:18.404Z | Downloaded slab v0.4.9 |
343 | 2024-12-31T16:22:18.406Z | Downloaded futures-task v0.3.31 |
344 | 2024-12-31T16:22:18.411Z | Downloaded pin-project-lite v0.2.15 |
345 | 2024-12-31T16:22:18.414Z | Downloaded futures-channel v0.3.31 |
346 | 2024-12-31T16:22:18.414Z | Downloaded cookie-factory v0.3.3 |
347 | 2024-12-31T16:22:18.417Z | Downloaded futures-sink v0.3.31 |
348 | 2024-12-31T16:22:18.417Z | Downloaded futures-executor v0.3.31 |
349 | 2024-12-31T16:22:18.420Z | Downloaded nom v7.1.3 |
350 | 2024-12-31T16:22:18.424Z | Downloaded ron v0.8.1 |
351 | 2024-12-31T16:22:18.430Z | Downloaded pcap-parser v0.16.0 |
352 | 2024-12-31T16:22:18.433Z | Downloaded base64 v0.21.7 |
353 | 2024-12-31T16:22:18.437Z | Downloaded minimal-lexical v0.2.1 |
354 | 2024-12-31T16:22:18.441Z | Downloaded futures v0.3.31 |
355 | 2024-12-31T16:22:18.445Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-31T16:22:18.537Z | Compiling proc-macro2 v1.0.92 |
357 | 2024-12-31T16:22:18.539Z | Compiling unicode-ident v1.0.14 |
358 | 2024-12-31T16:22:18.540Z | Compiling memchr v2.7.4 |
359 | 2024-12-31T16:22:18.540Z | Compiling thiserror v2.0.9 |
360 | 2024-12-31T16:22:18.540Z | Compiling serde v1.0.216 |
361 | 2024-12-31T16:22:18.540Z | Compiling thiserror v1.0.69 |
362 | 2024-12-31T16:22:18.546Z | Compiling libc v0.2.169 |
363 | 2024-12-31T16:22:18.762Z | Compiling version_check v0.9.5 |
364 | 2024-12-31T16:22:19.150Z | Compiling ucd-trie v0.1.7 |
365 | 2024-12-31T16:22:19.287Z | Compiling serde_json v1.0.134 |
366 | 2024-12-31T16:22:19.333Z | Compiling once_cell v1.20.2 |
367 | 2024-12-31T16:22:19.396Z | Compiling ident_case v1.0.1 |
368 | 2024-12-31T16:22:19.431Z | Compiling strsim v0.11.1 |
369 | 2024-12-31T16:22:19.543Z | Checking byteorder v1.5.0 |
370 | 2024-12-31T16:22:19.545Z | Compiling fnv v1.0.7 |
371 | 2024-12-31T16:22:19.650Z | Compiling aho-corasick v1.1.3 |
372 | 2024-12-31T16:22:19.656Z | Compiling autocfg v1.4.0 |
373 | 2024-12-31T16:22:19.665Z | Compiling ryu v1.0.18 |
374 | 2024-12-31T16:22:19.874Z | Compiling itoa v1.0.14 |
375 | 2024-12-31T16:22:19.880Z | Compiling regex-syntax v0.8.5 |
376 | 2024-12-31T16:22:19.948Z | Compiling usdt-impl v0.5.0 |
377 | 2024-12-31T16:22:20.076Z | Compiling either v1.13.0 |
378 | 2024-12-31T16:22:20.322Z | Compiling quote v1.0.37 |
379 | 2024-12-31T16:22:20.358Z | Compiling zerocopy v0.8.13 |
380 | 2024-12-31T16:22:20.391Z | Compiling slab v0.4.9 |
381 | 2024-12-31T16:22:20.605Z | Compiling thread-id v4.2.2 |
382 | 2024-12-31T16:22:20.696Z | Compiling syn v2.0.91 |
383 | 2024-12-31T16:22:20.736Z | Compiling itertools v0.13.0 |
384 | 2024-12-31T16:22:20.988Z | Checking plain v0.2.3 |
385 | 2024-12-31T16:22:21.109Z | Checking futures-core v0.3.31 |
386 | 2024-12-31T16:22:21.203Z | Compiling heapless v0.8.0 |
387 | 2024-12-31T16:22:21.257Z | Checking futures-sink v0.3.31 |
388 | 2024-12-31T16:22:21.285Z | Checking log v0.4.22 |
389 | 2024-12-31T16:22:21.518Z | Checking futures-channel v0.3.31 |
390 | 2024-12-31T16:22:21.831Z | Checking hash32 v0.3.1 |
391 | 2024-12-31T16:22:21.912Z | Checking cfg-if v1.0.0 |
392 | 2024-12-31T16:22:21.984Z | Compiling smoltcp v0.11.0 |
393 | 2024-12-31T16:22:21.990Z | Checking macaddr v1.0.1 |
394 | 2024-12-31T16:22:22.028Z | Checking pin-project-lite v0.2.15 |
395 | 2024-12-31T16:22:22.136Z | Checking futures-task v0.3.31 |
396 | 2024-12-31T16:22:22.231Z | Checking stable_deref_trait v1.2.0 |
397 | 2024-12-31T16:22:22.255Z | Checking pretty-hex v0.4.1 |
398 | 2024-12-31T16:22:22.314Z | Checking futures-io v0.3.31 |
399 | 2024-12-31T16:22:22.333Z | Checking pin-utils v0.1.0 |
400 | 2024-12-31T16:22:22.595Z | Checking bitflags v1.3.2 |
401 | 2024-12-31T16:22:22.622Z | Checking managed v0.8.0 |
402 | 2024-12-31T16:22:22.675Z | Checking cobs v0.2.3 |
403 | 2024-12-31T16:22:22.837Z | Checking memmap v0.7.0 |
404 | 2024-12-31T16:22:22.963Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
405 | 2024-12-31T16:22:23.021Z | Checking ipnetwork v0.20.0 |
406 | 2024-12-31T16:22:23.292Z | Compiling regex-automata v0.4.9 |
407 | 2024-12-31T16:22:23.351Z | Checking minimal-lexical v0.2.1 |
408 | 2024-12-31T16:22:23.479Z | Checking unicode-width v0.1.14 |
409 | 2024-12-31T16:22:23.699Z | Checking nom v7.1.3 |
410 | 2024-12-31T16:22:23.940Z | Checking tabwriter v1.4.0 |
411 | 2024-12-31T16:22:24.218Z | Checking crc32fast v1.4.2 |
412 | 2024-12-31T16:22:24.408Z | Checking dyn-clone v1.0.17 |
413 | 2024-12-31T16:22:24.535Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
414 | 2024-12-31T16:22:24.739Z | Checking circular v0.3.0 |
415 | 2024-12-31T16:22:24.901Z | Checking base64 v0.21.7 |
416 | 2024-12-31T16:22:26.038Z | Compiling darling_core v0.20.10 |
417 | 2024-12-31T16:22:26.059Z | Checking rusticata-macros v4.1.0 |
418 | 2024-12-31T16:22:26.521Z | Compiling regex v1.11.1 |
419 | 2024-12-31T16:22:27.639Z | Compiling serde_derive v1.0.216 |
420 | 2024-12-31T16:22:27.639Z | Compiling thiserror-impl v2.0.9 |
421 | 2024-12-31T16:22:27.639Z | Compiling thiserror-impl v1.0.69 |
422 | 2024-12-31T16:22:27.641Z | Compiling zerocopy-derive v0.7.35 |
423 | 2024-12-31T16:22:27.641Z | Compiling scroll_derive v0.12.0 |
424 | 2024-12-31T16:22:27.641Z | Compiling zerocopy-derive v0.8.13 |
425 | 2024-12-31T16:22:27.641Z | Compiling futures-macro v0.3.31 |
426 | 2024-12-31T16:22:29.018Z | Checking scroll v0.12.0 |
427 | 2024-12-31T16:22:29.399Z | Checking futures-util v0.3.31 |
428 | 2024-12-31T16:22:29.421Z | Checking goblin v0.8.2 |
429 | 2024-12-31T16:22:29.453Z | Compiling zerocopy v0.7.35 |
430 | 2024-12-31T16:22:30.458Z | Compiling pest v2.7.15 |
431 | 2024-12-31T16:22:30.986Z | Compiling darling_macro v0.20.10 |
432 | 2024-12-31T16:22:31.490Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
433 | 2024-12-31T16:22:32.002Z | Compiling darling v0.20.10 |
434 | 2024-12-31T16:22:32.097Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
435 | 2024-12-31T16:22:32.591Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
436 | 2024-12-31T16:22:32.905Z | Compiling pest_meta v2.7.15 |
437 | 2024-12-31T16:22:33.272Z | Compiling ctor v0.2.9 |
438 | 2024-12-31T16:22:33.622Z | Checking futures-executor v0.3.31 |
439 | 2024-12-31T16:22:33.834Z | Checking futures v0.3.31 |
440 | 2024-12-31T16:22:33.920Z | Checking cookie-factory v0.3.3 |
441 | 2024-12-31T16:22:33.947Z | Compiling pest_generator v2.7.15 |
442 | 2024-12-31T16:22:34.384Z | Checking pcap-parser v0.16.0 |
443 | 2024-12-31T16:22:35.271Z | Compiling pest_derive v2.7.15 |
444 | 2024-12-31T16:22:35.903Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-12-31T16:22:36.400Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
446 | 2024-12-31T16:22:37.612Z | Checking bitflags v2.6.0 |
447 | 2024-12-31T16:22:37.614Z | Checking postcard v1.1.1 |
448 | 2024-12-31T16:22:37.614Z | Checking uuid v1.11.0 |
449 | 2024-12-31T16:22:37.855Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
450 | 2024-12-31T16:22:37.855Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
451 | 2024-12-31T16:22:37.858Z | Checking ron v0.8.1 |
452 | 2024-12-31T16:22:38.024Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-12-31T16:22:38.670Z | Checking dof v0.3.0 |
454 | 2024-12-31T16:22:39.382Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
455 | 2024-12-31T16:22:40.097Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-12-31T16:22:40.100Z | Compiling usdt-macro v0.5.0 |
457 | 2024-12-31T16:22:40.889Z | Checking usdt v0.5.0 |
458 | 2024-12-31T16:22:46.735Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
459 | 2024-12-31T16:22:46.735Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
460 | 2024-12-31T16:22:46.735Z | | |
461 | 2024-12-31T16:22:46.736Z | 103 | / self.get(Self::INTERNAL_TARGET) |
462 | 2024-12-31T16:22:46.738Z | 104 | | .and_then(|v| Some(v == "1")) |
463 | 2024-12-31T16:22:46.738Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
464 | 2024-12-31T16:22:46.738Z | | |
465 | 2024-12-31T16:22:46.738Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
466 | 2024-12-31T16:22:46.738Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
467 | 2024-12-31T16:22:46.738Z | |
468 | 2024-12-31T16:22:47.701Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
469 | 2024-12-31T16:22:47.704Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
470 | 2024-12-31T16:22:50.011Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
471 | 2024-12-31T16:22:53.136Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
472 | 2024-12-31T16:22:53.136Z | --> lib/oxide-vpc/tests/integration_tests.rs:2107:23 |
473 | 2024-12-31T16:22:53.136Z | | |
474 | 2024-12-31T16:22:53.136Z | 2107 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
475 | 2024-12-31T16:22:53.136Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
476 | 2024-12-31T16:22:53.136Z | | |
477 | 2024-12-31T16:22:53.136Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
478 | 2024-12-31T16:22:53.136Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
479 | 2024-12-31T16:22:53.136Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
480 | 2024-12-31T16:22:53.136Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
481 | 2024-12-31T16:22:53.136Z | |
482 | 2024-12-31T16:22:53.157Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
483 | 2024-12-31T16:22:53.157Z | --> lib/oxide-vpc/tests/integration_tests.rs:2221:23 |
484 | 2024-12-31T16:22:53.157Z | | |
485 | 2024-12-31T16:22:53.157Z | 2221 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
486 | 2024-12-31T16:22:53.157Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
487 | 2024-12-31T16:22:53.157Z | | |
488 | 2024-12-31T16:22:53.157Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
489 | 2024-12-31T16:22:53.157Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
490 | 2024-12-31T16:22:53.157Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
491 | 2024-12-31T16:22:53.157Z | |
492 | 2024-12-31T16:22:53.172Z | warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` |
493 | 2024-12-31T16:22:53.172Z | --> lib/oxide-vpc/tests/integration_tests.rs:2461:23 |
494 | 2024-12-31T16:22:53.172Z | | |
495 | 2024-12-31T16:22:53.172Z | 2461 | reply_body.extend(reply.to_full_meta().meta().copy_remaining().into_iter()); |
496 | 2024-12-31T16:22:53.172Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `reply.to_full_meta().meta().copy_remaining()` |
497 | 2024-12-31T16:22:53.172Z | | |
498 | 2024-12-31T16:22:53.172Z | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` |
499 | 2024-12-31T16:22:53.172Z | --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/collect.rs:450:18 |
500 | 2024-12-31T16:22:53.172Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
501 | 2024-12-31T16:22:53.172Z | |
502 | 2024-12-31T16:22:54.017Z | warning: `oxide-vpc` (test "integration_tests") generated 3 warnings (run `cargo clippy --fix --test "integration_tests"` to apply 3 suggestions) |
503 | 2024-12-31T16:22:54.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s |
504 | 2024-12-31T16:22:54.058Z | |
505 | 2024-12-31T16:22:54.061Z | real 36.066712065 |
506 | 2024-12-31T16:22:54.061Z | user 2:22.665820873 |
507 | 2024-12-31T16:22:54.061Z | sys 20.606356425 |
508 | 2024-12-31T16:22:54.061Z | trap 0.081757852 |
509 | 2024-12-31T16:22:54.061Z | tflt 0.368709385 |
510 | 2024-12-31T16:22:54.061Z | dflt 0.437675099 |
511 | 2024-12-31T16:22:54.061Z | kflt 0.000540861 |
512 | 2024-12-31T16:22:54.061Z | lock 3:31.398864398 |
513 | 2024-12-31T16:22:54.061Z | slp 8:50.535701383 |
514 | 2024-12-31T16:22:54.061Z | lat 4.584145184 |
515 | 2024-12-31T16:22:54.061Z | stop 8.089667343 |
516 | 2024-12-31T16:22:54.061Z | + header 'analyze no_std + engine + kernel' |
517 | 2024-12-31T16:22:54.061Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
518 | 2024-12-31T16:22:54.061Z | # ==== analyze no_std + engine + kernel ==== # |
519 | 2024-12-31T16:22:54.061Z | + ptime -m cargo +nightly-2024-11-18 clippy --no-default-features --features engine,kernel |
520 | 2024-12-31T16:22:54.365Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
521 | 2024-12-31T16:22:54.366Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
522 | 2024-12-31T16:22:54.368Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
523 | 2024-12-31T16:22:54.368Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
524 | 2024-12-31T16:22:54.829Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
525 | 2024-12-31T16:23:00.944Z | warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` |
526 | 2024-12-31T16:23:00.945Z | --> lib/opte/src/engine/port/meta.rs:103:9 |
527 | 2024-12-31T16:23:00.945Z | | |
528 | 2024-12-31T16:23:00.945Z | 103 | / self.get(Self::INTERNAL_TARGET) |
529 | 2024-12-31T16:23:00.945Z | 104 | | .and_then(|v| Some(v == "1")) |
530 | 2024-12-31T16:23:00.945Z | | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")` |
531 | 2024-12-31T16:23:00.945Z | | |
532 | 2024-12-31T16:23:00.945Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map |
533 | 2024-12-31T16:23:00.945Z | = note: `#[warn(clippy::bind_instead_of_map)]` on by default |
534 | 2024-12-31T16:23:00.945Z | |
535 | 2024-12-31T16:23:01.626Z | warning: `opte` (lib) generated 1 warning (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion) |
536 | 2024-12-31T16:23:01.629Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
537 | 2024-12-31T16:23:03.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.43s |
538 | 2024-12-31T16:23:03.620Z | |
539 | 2024-12-31T16:23:03.622Z | real 9.553081161 |
540 | 2024-12-31T16:23:03.622Z | user 10.195605597 |
541 | 2024-12-31T16:23:03.622Z | sys 1.318288115 |
542 | 2024-12-31T16:23:03.622Z | trap 0.001597800 |
543 | 2024-12-31T16:23:03.622Z | tflt 0.010009353 |
544 | 2024-12-31T16:23:03.622Z | dflt 0.001583240 |
545 | 2024-12-31T16:23:03.622Z | kflt 0.000000000 |
546 | 2024-12-31T16:23:03.622Z | lock 26.819567652 |
547 | 2024-12-31T16:23:03.622Z | slp 33.915160232 |
548 | 2024-12-31T16:23:03.622Z | lat 0.056501341 |
549 | 2024-12-31T16:23:03.622Z | stop 0.154623336 |
550 | 2024-12-31T16:23:03.623Z | + header test |
551 | 2024-12-31T16:23:03.623Z | + echo '# ==== test ==== #' |
552 | 2024-12-31T16:23:03.623Z | # ==== test ==== # |
553 | 2024-12-31T16:23:03.623Z | + ptime -m cargo test |
554 | 2024-12-31T16:23:03.903Z | Compiling unicode-ident v1.0.14 |
555 | 2024-12-31T16:23:03.903Z | Compiling memchr v2.7.4 |
556 | 2024-12-31T16:23:03.903Z | Compiling byteorder v1.5.0 |
557 | 2024-12-31T16:23:03.906Z | Compiling ucd-trie v0.1.7 |
558 | 2024-12-31T16:23:03.906Z | Compiling ryu v1.0.18 |
559 | 2024-12-31T16:23:03.912Z | Compiling itoa v1.0.14 |
560 | 2024-12-31T16:23:03.919Z | Compiling libc v0.2.169 |
561 | 2024-12-31T16:23:03.934Z | Compiling log v0.4.22 |
562 | 2024-12-31T16:23:04.065Z | Compiling proc-macro2 v1.0.92 |
563 | 2024-12-31T16:23:04.103Z | Compiling futures-sink v0.3.31 |
564 | 2024-12-31T16:23:04.228Z | Compiling futures-core v0.3.31 |
565 | 2024-12-31T16:23:04.239Z | Compiling plain v0.2.3 |
566 | 2024-12-31T16:23:04.245Z | Compiling slab v0.4.9 |
567 | 2024-12-31T16:23:04.299Z | Compiling hash32 v0.3.1 |
568 | 2024-12-31T16:23:04.365Z | Compiling futures-channel v0.3.31 |
569 | 2024-12-31T16:23:04.432Z | Compiling stable_deref_trait v1.2.0 |
570 | 2024-12-31T16:23:04.463Z | Compiling thread-id v4.2.2 |
571 | 2024-12-31T16:23:04.475Z | Compiling pin-project-lite v0.2.15 |
572 | 2024-12-31T16:23:04.506Z | Compiling futures-io v0.3.31 |
573 | 2024-12-31T16:23:04.517Z | Compiling futures-task v0.3.31 |
574 | 2024-12-31T16:23:04.540Z | Compiling cfg-if v1.0.0 |
575 | 2024-12-31T16:23:04.546Z | Compiling pretty-hex v0.4.1 |
576 | 2024-12-31T16:23:04.575Z | Compiling pin-utils v0.1.0 |
577 | 2024-12-31T16:23:04.612Z | Compiling macaddr v1.0.1 |
578 | 2024-12-31T16:23:04.649Z | Compiling heapless v0.8.0 |
579 | 2024-12-31T16:23:04.712Z | Compiling managed v0.8.0 |
580 | 2024-12-31T16:23:04.728Z | Compiling bitflags v1.3.2 |
581 | 2024-12-31T16:23:04.744Z | Compiling quote v1.0.37 |
582 | 2024-12-31T16:23:04.762Z | Compiling cobs v0.2.3 |
583 | 2024-12-31T16:23:04.804Z | Compiling aho-corasick v1.1.3 |
584 | 2024-12-31T16:23:04.952Z | Compiling memmap v0.7.0 |
585 | 2024-12-31T16:23:05.028Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
586 | 2024-12-31T16:23:05.098Z | Compiling syn v2.0.91 |
587 | 2024-12-31T16:23:05.382Z | Compiling unicode-width v0.1.14 |
588 | 2024-12-31T16:23:05.394Z | Compiling minimal-lexical v0.2.1 |
589 | 2024-12-31T16:23:05.495Z | Compiling smoltcp v0.11.0 |
590 | 2024-12-31T16:23:05.532Z | Compiling ipnetwork v0.20.0 |
591 | 2024-12-31T16:23:05.693Z | Compiling either v1.13.0 |
592 | 2024-12-31T16:23:05.839Z | Compiling tabwriter v1.4.0 |
593 | 2024-12-31T16:23:05.865Z | Compiling nom v7.1.3 |
594 | 2024-12-31T16:23:06.002Z | Compiling itertools v0.13.0 |
595 | 2024-12-31T16:23:06.089Z | Compiling crc32fast v1.4.2 |
596 | 2024-12-31T16:23:06.236Z | Compiling dyn-clone v1.0.17 |
597 | 2024-12-31T16:23:06.351Z | Compiling circular v0.3.0 |
598 | 2024-12-31T16:23:06.433Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
599 | 2024-12-31T16:23:06.658Z | Compiling regex-automata v0.4.9 |
600 | 2024-12-31T16:23:06.747Z | Compiling base64 v0.21.7 |
601 | 2024-12-31T16:23:08.705Z | Compiling rusticata-macros v4.1.0 |
602 | 2024-12-31T16:23:09.835Z | Compiling regex v1.11.1 |
603 | 2024-12-31T16:23:10.159Z | Compiling darling_core v0.20.10 |
604 | 2024-12-31T16:23:12.154Z | Compiling serde_derive v1.0.216 |
605 | 2024-12-31T16:23:12.154Z | Compiling thiserror-impl v2.0.9 |
606 | 2024-12-31T16:23:12.156Z | Compiling thiserror-impl v1.0.69 |
607 | 2024-12-31T16:23:12.156Z | Compiling zerocopy-derive v0.7.35 |
608 | 2024-12-31T16:23:12.156Z | Compiling scroll_derive v0.12.0 |
609 | 2024-12-31T16:23:12.156Z | Compiling zerocopy-derive v0.8.13 |
610 | 2024-12-31T16:23:12.604Z | Compiling futures-macro v0.3.31 |
611 | 2024-12-31T16:23:13.589Z | Compiling scroll v0.12.0 |
612 | 2024-12-31T16:23:14.001Z | Compiling zerocopy v0.7.35 |
613 | 2024-12-31T16:23:14.084Z | Compiling goblin v0.8.2 |
614 | 2024-12-31T16:23:14.362Z | Compiling futures-util v0.3.31 |
615 | 2024-12-31T16:23:14.760Z | Compiling thiserror v1.0.69 |
616 | 2024-12-31T16:23:14.883Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
617 | 2024-12-31T16:23:14.888Z | Compiling zerocopy v0.8.13 |
618 | 2024-12-31T16:23:14.989Z | Compiling thiserror v2.0.9 |
619 | 2024-12-31T16:23:15.104Z | Compiling pest v2.7.15 |
620 | 2024-12-31T16:23:15.142Z | Compiling darling_macro v0.20.10 |
621 | 2024-12-31T16:23:15.176Z | Compiling ctor v0.2.9 |
622 | 2024-12-31T16:23:16.114Z | Compiling darling v0.20.10 |
623 | 2024-12-31T16:23:16.207Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
624 | 2024-12-31T16:23:16.209Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
625 | 2024-12-31T16:23:17.487Z | Compiling pest_meta v2.7.15 |
626 | 2024-12-31T16:23:18.067Z | Compiling serde v1.0.216 |
627 | 2024-12-31T16:23:18.565Z | Compiling pest_generator v2.7.15 |
628 | 2024-12-31T16:23:19.297Z | Compiling futures-executor v0.3.31 |
629 | 2024-12-31T16:23:19.703Z | Compiling futures v0.3.31 |
630 | 2024-12-31T16:23:19.796Z | Compiling cookie-factory v0.3.3 |
631 | 2024-12-31T16:23:20.127Z | Compiling pest_derive v2.7.15 |
632 | 2024-12-31T16:23:20.287Z | Compiling pcap-parser v0.16.0 |
633 | 2024-12-31T16:23:21.046Z | Compiling dtrace-parser v0.2.0 |
634 | 2024-12-31T16:23:21.425Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
635 | 2024-12-31T16:23:22.468Z | Compiling bitflags v2.6.0 |
636 | 2024-12-31T16:23:22.468Z | Compiling serde_json v1.0.134 |
637 | 2024-12-31T16:23:22.468Z | Compiling postcard v1.1.1 |
638 | 2024-12-31T16:23:22.468Z | Compiling uuid v1.11.0 |
639 | 2024-12-31T16:23:22.600Z | Compiling serde_tokenstream v0.2.2 |
640 | 2024-12-31T16:23:22.689Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
641 | 2024-12-31T16:23:22.759Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
642 | 2024-12-31T16:23:22.850Z | Compiling ron v0.8.1 |
643 | 2024-12-31T16:23:23.721Z | Compiling dof v0.3.0 |
644 | 2024-12-31T16:23:24.319Z | Compiling usdt-impl v0.5.0 |
645 | 2024-12-31T16:23:24.496Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
646 | 2024-12-31T16:23:25.091Z | Compiling usdt-macro v0.5.0 |
647 | 2024-12-31T16:23:25.091Z | Compiling usdt-attr-macro v0.5.0 |
648 | 2024-12-31T16:23:26.165Z | Compiling usdt v0.5.0 |
649 | 2024-12-31T16:23:31.224Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
650 | 2024-12-31T16:23:33.302Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
651 | 2024-12-31T16:23:46.149Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.47s |
652 | 2024-12-31T16:23:46.172Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-5c78098cd05f390f) |
653 | 2024-12-31T16:23:46.187Z | |
654 | 2024-12-31T16:23:46.187Z | running 9 tests |
655 | 2024-12-31T16:23:46.190Z | test api::tests::parse_bad_proto_filter ... ok |
656 | 2024-12-31T16:23:46.190Z | test api::tests::parse_good_proto_filter ... ok |
657 | 2024-12-31T16:23:46.190Z | test api::tests::parse_bad_address ... ok |
658 | 2024-12-31T16:23:46.190Z | test api::tests::ports_from_str_bad ... ok |
659 | 2024-12-31T16:23:46.190Z | test api::tests::parse_good_address ... ok |
660 | 2024-12-31T16:23:46.190Z | test api::tests::ports_from_str_good ... ok |
661 | 2024-12-31T16:23:46.190Z | test cfg::tests::test_required_nat_space ... ok |
662 | 2024-12-31T16:23:46.190Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
663 | 2024-12-31T16:23:46.190Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
664 | 2024-12-31T16:23:46.190Z | |
665 | 2024-12-31T16:23:46.190Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
666 | 2024-12-31T16:23:46.190Z | |
667 | 2024-12-31T16:23:46.190Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-1abbe1e594e2b0ea) |
668 | 2024-12-31T16:23:46.193Z | |
669 | 2024-12-31T16:23:46.193Z | running 4 tests |
670 | 2024-12-31T16:23:46.196Z | test firewall_external_inbound ... ok |
671 | 2024-12-31T16:23:46.196Z | test firewall_vni_outbound ... ok |
672 | 2024-12-31T16:23:46.199Z | test firewall_vni_inbound ... ok |
673 | 2024-12-31T16:23:46.199Z | test firewall_replace_rules ... ok |
674 | 2024-12-31T16:23:46.199Z | |
675 | 2024-12-31T16:23:46.199Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
676 | 2024-12-31T16:23:46.199Z | |
677 | 2024-12-31T16:23:46.199Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-adcd70de7be3e5ca) |
678 | 2024-12-31T16:23:46.202Z | |
679 | 2024-12-31T16:23:46.202Z | running 2 tests |
680 | 2024-12-31T16:23:46.205Z | test parse_in_regression ... ok |
681 | 2024-12-31T16:23:46.205Z | test parse_out_regression ... ok |
682 | 2024-12-31T16:23:46.205Z | |
683 | 2024-12-31T16:23:46.205Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
684 | 2024-12-31T16:23:46.205Z | |
685 | 2024-12-31T16:23:46.205Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-287ff281efe3cd72) |
686 | 2024-12-31T16:23:46.210Z | |
687 | 2024-12-31T16:23:46.210Z | running 38 tests |
688 | 2024-12-31T16:23:46.213Z | test bad_ip_len ... ok |
689 | 2024-12-31T16:23:46.215Z | test check_layers ... ok |
690 | 2024-12-31T16:23:46.215Z | test add_remove_fw_rule ... ok |
691 | 2024-12-31T16:23:46.215Z | test arp_gateway ... ok |
692 | 2024-12-31T16:23:46.215Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
693 | 2024-12-31T16:23:46.215Z | test anti_spoof ... ok |
694 | 2024-12-31T16:23:46.217Z | test flow_expiration ... ok |
695 | 2024-12-31T16:23:46.217Z | test gateway_icmp4_ping ... ok |
696 | 2024-12-31T16:23:46.217Z | test gateway_icmpv6_ping ... ok |
697 | 2024-12-31T16:23:46.217Z | test external_ip_epoch_affinity_preserved ... ok |
698 | 2024-12-31T16:23:46.217Z | test gateway_router_advert_reply ... ok |
699 | 2024-12-31T16:23:46.220Z | test early_tcp_invalidation ... ok |
700 | 2024-12-31T16:23:46.220Z | test guest_to_guest_no_route ... ok |
701 | 2024-12-31T16:23:46.220Z | test external_ip_reconfigurable ... ok |
702 | 2024-12-31T16:23:46.220Z | test guest_to_guest_diff_vpc_no_peer ... ok |
703 | 2024-12-31T16:23:46.220Z | test guest_to_guest ... ok |
704 | 2024-12-31T16:23:46.220Z | test guest_to_internet_ipv4 ... ok |
705 | 2024-12-31T16:23:46.220Z | test inbound_ndp_dropped_at_gateway ... ok |
706 | 2024-12-31T16:23:46.220Z | test guest_to_internet_ipv6 ... ok |
707 | 2024-12-31T16:23:46.220Z | test intra_subnet_routes_with_custom ... ok |
708 | 2024-12-31T16:23:46.220Z | test packet_body_pullup ... ok |
709 | 2024-12-31T16:23:46.220Z | test no_panic_on_flow_table_full ... ok |
710 | 2024-12-31T16:23:46.222Z | test outbound_ndp_dropped ... ok |
711 | 2024-12-31T16:23:46.223Z | test port_transition_reset ... ok |
712 | 2024-12-31T16:23:46.223Z | test port_transition_running ... ok |
713 | 2024-12-31T16:23:46.223Z | test port_as_router_target ... ok |
714 | 2024-12-31T16:23:46.223Z | test port_transition_pause ... ok |
715 | 2024-12-31T16:23:46.225Z | test snat_icmp4_echo_rewrite ... ok |
716 | 2024-12-31T16:23:46.225Z | test select_eip_conditioned_on_igw ... ok |
717 | 2024-12-31T16:23:46.225Z | test snat_icmp6_echo_rewrite ... ok |
718 | 2024-12-31T16:23:46.225Z | test external_ip_receive_and_reply_on_all ... ok |
719 | 2024-12-31T16:23:46.225Z | test tcp_inbound ... ok |
720 | 2024-12-31T16:23:46.225Z | test test_gateway_neighbor_advert_reply ... ok |
721 | 2024-12-31T16:23:46.225Z | test external_ip_balanced_over_floating_ips ... ok |
722 | 2024-12-31T16:23:46.225Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
723 | 2024-12-31T16:23:46.225Z | test tcp_outbound ... ok |
724 | 2024-12-31T16:23:46.225Z | test uft_lft_invalidation_in ... ok |
725 | 2024-12-31T16:23:46.228Z | test uft_lft_invalidation_out ... ok |
726 | 2024-12-31T16:23:46.228Z | |
727 | 2024-12-31T16:23:46.228Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
728 | 2024-12-31T16:23:46.228Z | |
729 | 2024-12-31T16:23:46.228Z | Doc-tests oxide_vpc |
730 | 2024-12-31T16:23:46.524Z | |
731 | 2024-12-31T16:23:46.525Z | running 0 tests |
732 | 2024-12-31T16:23:46.525Z | |
733 | 2024-12-31T16:23:46.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
734 | 2024-12-31T16:23:46.527Z | |
735 | 2024-12-31T16:23:46.550Z | |
736 | 2024-12-31T16:23:46.553Z | real 42.913137760 |
737 | 2024-12-31T16:23:46.553Z | user 3:03.075850937 |
738 | 2024-12-31T16:23:46.553Z | sys 21.003637330 |
739 | 2024-12-31T16:23:46.553Z | trap 0.095283475 |
740 | 2024-12-31T16:23:46.553Z | tflt 0.188037166 |
741 | 2024-12-31T16:23:46.553Z | dflt 0.483763325 |
742 | 2024-12-31T16:23:46.553Z | kflt 0.005293330 |
743 | 2024-12-31T16:23:46.553Z | lock 5:03.898887721 |
744 | 2024-12-31T16:23:46.553Z | slp 9:53.585541401 |
745 | 2024-12-31T16:23:46.553Z | lat 4.902977256 |
746 | 2024-12-31T16:23:46.553Z | stop 7.527285447 |
747 | 2024-12-31T16:23:46.553Z | process exited: duration 146451 ms, exit code 0 |
|
748 | 2024-12-31T16:23:46.559Z | found 0 output files |