|
|
|
1 | 2024-03-11T07:24:00.516Z | job assigned to worker 01HRP69GVYJSB2PWJHGKCMTBV5 (queued for 1 m 4 s) |
|
2 | 2024-03-11T07:24:08.227Z | starting task 0: "setup" |
3 | 2024-03-11T07:24:08.288Z | ++ uname -s |
4 | 2024-03-11T07:24:08.294Z | + kern=SunOS |
5 | 2024-03-11T07:24:08.294Z | + case "$kern" in |
6 | 2024-03-11T07:24:08.294Z | + groupadd -g 12345 build |
7 | 2024-03-11T07:24:08.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-11T07:24:10.328Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-11T07:24:10.419Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-11T07:24:10.422Z | + home_fs=zfs |
11 | 2024-03-11T07:24:10.422Z | + [[ zfs == autofs ]] |
12 | 2024-03-11T07:24:10.422Z | + mkdir -p /home/build |
13 | 2024-03-11T07:24:10.423Z | + chown build:build /home/build /work |
14 | 2024-03-11T07:24:11.424Z | + chmod 0700 /home/build /work |
15 | 2024-03-11T07:24:11.427Z | process exited: duration 3200 ms, exit code 0 |
|
16 | 2024-03-11T07:24:11.433Z | starting task 1: "rust-toolchain" |
17 | 2024-03-11T07:24:11.441Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-11T07:24:11.445Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-02-06 --profile default |
19 | 2024-03-11T07:24:11.920Z | info: downloading installer |
20 | 2024-03-11T07:24:13.487Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-11T07:24:13.487Z | warning: /opt/ooce/bin |
22 | 2024-03-11T07:24:13.487Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-11T07:24:13.487Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-11T07:24:13.487Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-11T07:24:13.487Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-11T07:24:13.488Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-11T07:24:13.488Z | error: cannot install while Rust is installed |
28 | 2024-03-11T07:24:13.488Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-11T07:24:13.585Z | info: profile set to 'default' |
30 | 2024-03-11T07:24:13.585Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-11T07:24:13.594Z | info: syncing channel updates for 'nightly-2024-02-06-x86_64-unknown-illumos' |
32 | 2024-03-11T07:24:14.073Z | info: latest update on 2024-02-06, rust version 1.78.0-nightly (f067fd608 2024-02-05) |
33 | 2024-03-11T07:24:14.073Z | info: downloading component 'cargo' |
34 | 2024-03-11T07:24:15.129Z | info: downloading component 'clippy' |
35 | 2024-03-11T07:24:15.615Z | info: downloading component 'rust-docs' |
36 | 2024-03-11T07:24:16.907Z | info: downloading component 'rust-std' |
37 | 2024-03-11T07:24:18.820Z | info: downloading component 'rustc' |
38 | 2024-03-11T07:24:23.852Z | info: downloading component 'rustfmt' |
39 | 2024-03-11T07:24:24.350Z | info: installing component 'cargo' |
40 | 2024-03-11T07:24:25.173Z | info: installing component 'clippy' |
41 | 2024-03-11T07:24:25.503Z | info: installing component 'rust-docs' |
42 | 2024-03-11T07:24:27.126Z | info: installing component 'rust-std' |
43 | 2024-03-11T07:24:28.787Z | info: installing component 'rustc' |
44 | 2024-03-11T07:24:32.837Z | info: installing component 'rustfmt' |
45 | 2024-03-11T07:24:33.176Z | info: default toolchain set to 'nightly-2024-02-06-x86_64-unknown-illumos' |
46 | 2024-03-11T07:24:33.176Z | |
47 | 2024-03-11T07:24:33.489Z | nightly-2024-02-06-x86_64-unknown-illumos installed - rustc 1.78.0-nightly (f067fd608 2024-02-05) |
48 | 2024-03-11T07:24:33.489Z | |
49 | 2024-03-11T07:24:33.493Z | |
50 | 2024-03-11T07:24:33.493Z | Rust is installed now. Great! |
51 | 2024-03-11T07:24:33.493Z | |
52 | 2024-03-11T07:24:33.493Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-11T07:24:33.493Z | environment variable. This has not been done automatically. |
54 | 2024-03-11T07:24:33.493Z | |
55 | 2024-03-11T07:24:33.493Z | To configure your current shell, run: |
56 | 2024-03-11T07:24:33.493Z | source "$HOME/.cargo/env" |
57 | 2024-03-11T07:24:33.564Z | + rustc --version |
58 | 2024-03-11T07:24:33.633Z | rustc 1.78.0-nightly (f067fd608 2024-02-05) |
59 | 2024-03-11T07:24:33.637Z | process exited: duration 22198 ms, exit code 0 |
|
60 | 2024-03-11T07:24:33.647Z | starting task 2: "authentication" |
61 | 2024-03-11T07:24:33.694Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2024-03-11T07:24:33.704Z | starting task 3: "clone repository" |
63 | 2024-03-11T07:24:33.710Z | + mkdir -p /work/oxidecomputer/opte |
64 | 2024-03-11T07:24:33.724Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
65 | 2024-03-11T07:24:33.922Z | Cloning into '/work/oxidecomputer/opte'... |
66 | 2024-03-11T07:24:35.046Z | + cd /work/oxidecomputer/opte |
67 | 2024-03-11T07:24:35.046Z | + git fetch origin b12d69cf74719c9e8b58049429d1ad2d63d11457 |
68 | 2024-03-11T07:24:35.359Z | From https://github.com/oxidecomputer/opte |
69 | 2024-03-11T07:24:35.359Z | * branch b12d69cf74719c9e8b58049429d1ad2d63d11457 -> FETCH_HEAD |
70 | 2024-03-11T07:24:35.366Z | + [[ -n '' ]] |
71 | 2024-03-11T07:24:35.366Z | + git reset --hard b12d69cf74719c9e8b58049429d1ad2d63d11457 |
72 | 2024-03-11T07:24:35.387Z | HEAD is now at b12d69c chore(deps): lock file maintenance |
73 | 2024-03-11T07:24:35.391Z | process exited: duration 1685 ms, exit code 0 |
|
74 | 2024-03-11T07:24:35.402Z | starting task 4: "build" |
75 | 2024-03-11T07:24:35.406Z | + cargo --version |
76 | 2024-03-11T07:24:35.410Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
77 | 2024-03-11T07:24:35.583Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
78 | 2024-03-11T07:24:35.584Z | info: downloading component 'cargo' |
79 | 2024-03-11T07:24:36.443Z | info: downloading component 'clippy' |
80 | 2024-03-11T07:24:36.709Z | info: downloading component 'rust-docs' |
81 | 2024-03-11T07:24:37.780Z | info: downloading component 'rust-std' |
82 | 2024-03-11T07:24:39.525Z | info: downloading component 'rustc' |
83 | 2024-03-11T07:24:43.922Z | info: downloading component 'rustfmt' |
84 | 2024-03-11T07:24:44.157Z | info: installing component 'cargo' |
85 | 2024-03-11T07:24:45.030Z | info: installing component 'clippy' |
86 | 2024-03-11T07:24:45.358Z | info: installing component 'rust-docs' |
87 | 2024-03-11T07:24:46.867Z | info: installing component 'rust-std' |
88 | 2024-03-11T07:24:48.675Z | info: installing component 'rustc' |
89 | 2024-03-11T07:24:52.762Z | info: installing component 'rustfmt' |
90 | 2024-03-11T07:24:53.142Z | cargo 1.76.0 (c84b36747 2024-01-18) |
91 | 2024-03-11T07:24:53.145Z | + rustc --version |
92 | 2024-03-11T07:24:53.212Z | rustc 1.76.0 (07dca489a 2024-02-04) |
93 | 2024-03-11T07:24:53.216Z | + cd crates/opte-api |
94 | 2024-03-11T07:24:53.216Z | + header 'check API_VERSION' |
95 | 2024-03-11T07:24:53.216Z | + echo '# ==== check API_VERSION ==== #' |
96 | 2024-03-11T07:24:53.216Z | # ==== check API_VERSION ==== # |
97 | 2024-03-11T07:24:53.216Z | + ./check-api-version.sh |
98 | 2024-03-11T07:24:53.225Z | + header 'check style' |
99 | 2024-03-11T07:24:53.229Z | + echo '# ==== check style ==== #' |
100 | 2024-03-11T07:24:53.229Z | # ==== check style ==== # |
101 | 2024-03-11T07:24:53.229Z | + ptime -m cargo +nightly-2024-02-06 fmt -- --check |
102 | 2024-03-11T07:24:53.444Z | |
103 | 2024-03-11T07:24:53.444Z | real 0.215210901 |
104 | 2024-03-11T07:24:53.444Z | user 0.122211502 |
105 | 2024-03-11T07:24:53.444Z | sys 0.085808091 |
106 | 2024-03-11T07:24:53.444Z | trap 0.000147074 |
107 | 2024-03-11T07:24:53.449Z | tflt 0.000000000 |
108 | 2024-03-11T07:24:53.449Z | dflt 0.000000000 |
109 | 2024-03-11T07:24:53.449Z | kflt 0.000000000 |
110 | 2024-03-11T07:24:53.449Z | lock 0.000000000 |
111 | 2024-03-11T07:24:53.449Z | slp 0.130345155 |
112 | 2024-03-11T07:24:53.449Z | lat 0.002346893 |
113 | 2024-03-11T07:24:53.449Z | stop 0.000215026 |
114 | 2024-03-11T07:24:53.449Z | + header 'analyze std' |
115 | 2024-03-11T07:24:53.449Z | + echo '# ==== analyze std ==== #' |
116 | 2024-03-11T07:24:53.449Z | # ==== analyze std ==== # |
117 | 2024-03-11T07:24:53.449Z | + ptime -m cargo clippy --all-targets |
118 | 2024-03-11T07:24:53.669Z | Updating crates.io index |
119 | 2024-03-11T07:24:53.746Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
120 | 2024-03-11T07:24:54.516Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
121 | 2024-03-11T07:24:54.782Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
122 | 2024-03-11T07:24:55.153Z | Updating git repository `https://github.com/oxidecomputer/zone` |
123 | 2024-03-11T07:24:55.621Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
124 | 2024-03-11T07:24:55.889Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
125 | 2024-03-11T07:24:56.211Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
126 | 2024-03-11T07:24:56.974Z | Downloading crates ... |
127 | 2024-03-11T07:24:57.140Z | Downloaded byteorder v1.5.0 |
128 | 2024-03-11T07:24:57.146Z | Downloaded thiserror-impl v1.0.57 |
129 | 2024-03-11T07:24:57.150Z | Downloaded defmt-macros v0.3.7 |
130 | 2024-03-11T07:24:57.157Z | Downloaded hash32 v0.3.1 |
131 | 2024-03-11T07:24:57.157Z | Downloaded cobs v0.2.3 |
132 | 2024-03-11T07:24:57.157Z | Downloaded thiserror v1.0.57 |
133 | 2024-03-11T07:24:57.161Z | Downloaded proc-macro-error-attr v1.0.4 |
134 | 2024-03-11T07:24:57.161Z | Downloaded managed v0.8.0 |
135 | 2024-03-11T07:24:57.161Z | Downloaded bitflags v1.3.2 |
136 | 2024-03-11T07:24:57.165Z | Downloaded stable_deref_trait v1.2.0 |
137 | 2024-03-11T07:24:57.165Z | Downloaded defmt-parser v0.3.4 |
138 | 2024-03-11T07:24:57.165Z | Downloaded ipnetwork v0.20.0 |
139 | 2024-03-11T07:24:57.165Z | Downloaded cfg-if v1.0.0 |
140 | 2024-03-11T07:24:57.170Z | Downloaded defmt v0.3.6 |
141 | 2024-03-11T07:24:57.174Z | Downloaded version_check v0.9.4 |
142 | 2024-03-11T07:24:57.177Z | Downloaded embedded-io v0.4.0 |
143 | 2024-03-11T07:24:57.177Z | Downloaded quote v1.0.35 |
144 | 2024-03-11T07:24:57.177Z | Downloaded proc-macro-error v1.0.4 |
145 | 2024-03-11T07:24:57.182Z | Downloaded proc-macro2 v1.0.78 |
146 | 2024-03-11T07:24:57.186Z | Downloaded serde_derive v1.0.197 |
147 | 2024-03-11T07:24:57.190Z | Downloaded postcard v1.0.8 |
148 | 2024-03-11T07:24:57.190Z | Downloaded unicode-ident v1.0.12 |
149 | 2024-03-11T07:24:57.194Z | Downloaded serde v1.0.197 |
150 | 2024-03-11T07:24:57.199Z | Downloaded heapless v0.8.0 |
151 | 2024-03-11T07:24:57.225Z | Downloaded syn v1.0.109 |
152 | 2024-03-11T07:24:57.235Z | Downloaded syn v2.0.52 |
153 | 2024-03-11T07:24:57.244Z | Downloaded smoltcp v0.11.0 |
154 | 2024-03-11T07:24:57.347Z | Compiling proc-macro2 v1.0.78 |
155 | 2024-03-11T07:24:57.352Z | Compiling unicode-ident v1.0.12 |
156 | 2024-03-11T07:24:57.352Z | Compiling heapless v0.8.0 |
157 | 2024-03-11T07:24:57.352Z | Checking byteorder v1.5.0 |
158 | 2024-03-11T07:24:57.352Z | Compiling serde v1.0.197 |
159 | 2024-03-11T07:24:57.352Z | Checking stable_deref_trait v1.2.0 |
160 | 2024-03-11T07:24:57.352Z | Compiling smoltcp v0.11.0 |
161 | 2024-03-11T07:24:57.352Z | Checking embedded-io v0.4.0 |
162 | 2024-03-11T07:24:57.441Z | Checking managed v0.8.0 |
163 | 2024-03-11T07:24:57.537Z | Checking cfg-if v1.0.0 |
164 | 2024-03-11T07:24:57.605Z | Checking bitflags v1.3.2 |
165 | 2024-03-11T07:24:57.631Z | Checking hash32 v0.3.1 |
166 | 2024-03-11T07:24:57.667Z | Checking cobs v0.2.3 |
167 | 2024-03-11T07:24:57.734Z | Checking ipnetwork v0.20.0 |
168 | 2024-03-11T07:24:57.740Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
169 | 2024-03-11T07:24:59.191Z | Compiling quote v1.0.35 |
170 | 2024-03-11T07:24:59.472Z | Compiling syn v2.0.52 |
171 | 2024-03-11T07:25:02.169Z | Compiling serde_derive v1.0.197 |
172 | 2024-03-11T07:25:08.180Z | Checking postcard v1.0.8 |
173 | 2024-03-11T07:25:08.566Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
174 | 2024-03-11T07:25:09.870Z | Finished dev [unoptimized + debuginfo] target(s) in 16.28s |
175 | 2024-03-11T07:25:09.981Z | |
176 | 2024-03-11T07:25:09.981Z | real 16.528400363 |
177 | 2024-03-11T07:25:09.981Z | user 19.571276419 |
178 | 2024-03-11T07:25:09.981Z | sys 5.133481286 |
179 | 2024-03-11T07:25:09.981Z | trap 0.006460240 |
180 | 2024-03-11T07:25:09.985Z | tflt 0.334136386 |
181 | 2024-03-11T07:25:09.985Z | dflt 1.034827646 |
182 | 2024-03-11T07:25:09.985Z | kflt 0.194256218 |
183 | 2024-03-11T07:25:09.985Z | lock 36.791652284 |
184 | 2024-03-11T07:25:09.985Z | slp 1:14.500124262 |
185 | 2024-03-11T07:25:09.985Z | lat 0.590927646 |
186 | 2024-03-11T07:25:09.985Z | stop 1.197240927 |
187 | 2024-03-11T07:25:09.986Z | + header 'analyze no_std' |
188 | 2024-03-11T07:25:09.986Z | + echo '# ==== analyze no_std ==== #' |
189 | 2024-03-11T07:25:09.986Z | # ==== analyze no_std ==== # |
190 | 2024-03-11T07:25:09.986Z | + ptime -m cargo clippy --no-default-features --all-targets |
191 | 2024-03-11T07:25:10.195Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
192 | 2024-03-11T07:25:11.478Z | Finished dev [unoptimized + debuginfo] target(s) in 1.37s |
193 | 2024-03-11T07:25:11.495Z | |
194 | 2024-03-11T07:25:11.498Z | real 1.507916326 |
195 | 2024-03-11T07:25:11.499Z | user 2.341005525 |
196 | 2024-03-11T07:25:11.499Z | sys 0.309652492 |
197 | 2024-03-11T07:25:11.499Z | trap 0.000282204 |
198 | 2024-03-11T07:25:11.499Z | tflt 0.000007387 |
199 | 2024-03-11T07:25:11.499Z | dflt 0.000029555 |
200 | 2024-03-11T07:25:11.499Z | kflt 0.000000000 |
201 | 2024-03-11T07:25:11.499Z | lock 2.871491034 |
202 | 2024-03-11T07:25:11.499Z | slp 6.222981398 |
203 | 2024-03-11T07:25:11.499Z | lat 0.002788372 |
204 | 2024-03-11T07:25:11.499Z | stop 0.051623788 |
205 | 2024-03-11T07:25:11.499Z | + header test |
206 | 2024-03-11T07:25:11.499Z | + echo '# ==== test ==== #' |
207 | 2024-03-11T07:25:11.499Z | # ==== test ==== # |
208 | 2024-03-11T07:25:11.499Z | + ptime -m cargo test |
209 | 2024-03-11T07:25:11.718Z | Compiling byteorder v1.5.0 |
210 | 2024-03-11T07:25:11.718Z | Compiling stable_deref_trait v1.2.0 |
211 | 2024-03-11T07:25:11.723Z | Compiling managed v0.8.0 |
212 | 2024-03-11T07:25:11.723Z | Compiling embedded-io v0.4.0 |
213 | 2024-03-11T07:25:11.723Z | Compiling bitflags v1.3.2 |
214 | 2024-03-11T07:25:11.727Z | Compiling cobs v0.2.3 |
215 | 2024-03-11T07:25:11.727Z | Compiling cfg-if v1.0.0 |
216 | 2024-03-11T07:25:11.727Z | Compiling serde v1.0.197 |
217 | 2024-03-11T07:25:11.788Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
218 | 2024-03-11T07:25:11.788Z | Compiling ipnetwork v0.20.0 |
219 | 2024-03-11T07:25:11.972Z | Compiling hash32 v0.3.1 |
220 | 2024-03-11T07:25:12.066Z | Compiling heapless v0.8.0 |
221 | 2024-03-11T07:25:12.660Z | Compiling smoltcp v0.11.0 |
222 | 2024-03-11T07:25:15.100Z | Compiling postcard v1.0.8 |
223 | 2024-03-11T07:25:15.549Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
224 | 2024-03-11T07:25:17.251Z | Finished test [unoptimized + debuginfo] target(s) in 5.70s |
225 | 2024-03-11T07:25:17.258Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-36e9aa301e0deea7) |
226 | 2024-03-11T07:25:17.266Z | |
227 | 2024-03-11T07:25:17.266Z | running 22 tests |
228 | 2024-03-11T07:25:17.271Z | test encap::test::good_vni ... ok |
229 | 2024-03-11T07:25:17.271Z | test encap::test::bad_vni ... ok |
230 | 2024-03-11T07:25:17.271Z | test encap::test::vni_round_trip ... ok |
231 | 2024-03-11T07:25:17.271Z | test dns::tests::test_domain_name ... ok |
232 | 2024-03-11T07:25:17.271Z | test ip::test::bad_cidr ... ok |
233 | 2024-03-11T07:25:17.271Z | test ip::test::bad_prefix_len ... ok |
234 | 2024-03-11T07:25:17.271Z | test ip::test::dhcp_fqdn ... ok |
235 | 2024-03-11T07:25:17.271Z | test ip::test::good_cidr ... ok |
236 | 2024-03-11T07:25:17.271Z | test ip::test::ipv4_addr_good ... ok |
237 | 2024-03-11T07:25:17.271Z | test ip::test::ipv4_mask ... ok |
238 | 2024-03-11T07:25:17.271Z | test ip::test::ipv4_addr_bad ... ok |
239 | 2024-03-11T07:25:17.271Z | test ip::test::ipv6_is_default ... ok |
240 | 2024-03-11T07:25:17.271Z | test ip::test::ipv6_cidr_is_member ... ok |
241 | 2024-03-11T07:25:17.272Z | test ip::test::ipv6_prefix_len ... ok |
242 | 2024-03-11T07:25:17.272Z | test ip::test::ipv6_mask ... ok |
243 | 2024-03-11T07:25:17.272Z | test ip::test::test_ip_cidr_from_str ... ok |
244 | 2024-03-11T07:25:17.272Z | test ip::test::test_ip_addr_from_str ... ok |
245 | 2024-03-11T07:25:17.272Z | test ip::test::test_ipv6_from_const ... ok |
246 | 2024-03-11T07:25:17.272Z | test ip::test::test_ipv6_is_multicast ... ok |
247 | 2024-03-11T07:25:17.272Z | test ip::test::test_ipv6_solicited_node_multicast ... ok |
248 | 2024-03-11T07:25:17.272Z | test ip::test::test_ipv6_multicast_mac ... ok |
249 | 2024-03-11T07:25:17.272Z | test ip::test::test_ipv6_from_eui64 ... ok |
250 | 2024-03-11T07:25:17.272Z | |
251 | 2024-03-11T07:25:17.272Z | test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
252 | 2024-03-11T07:25:17.272Z | |
253 | 2024-03-11T07:25:17.272Z | Doc-tests opte-api |
254 | 2024-03-11T07:25:17.449Z | |
255 | 2024-03-11T07:25:17.449Z | running 1 test |
256 | 2024-03-11T07:25:17.782Z | test crates/opte-api/src/dns.rs - dns::DomainName::encode (line 82) ... ok |
257 | 2024-03-11T07:25:17.782Z | |
258 | 2024-03-11T07:25:17.782Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s |
259 | 2024-03-11T07:25:17.782Z | |
260 | 2024-03-11T07:25:17.797Z | |
261 | 2024-03-11T07:25:17.801Z | real 6.293479331 |
262 | 2024-03-11T07:25:17.801Z | user 12.323637789 |
263 | 2024-03-11T07:25:17.801Z | sys 3.085476411 |
264 | 2024-03-11T07:25:17.801Z | trap 0.002118266 |
265 | 2024-03-11T07:25:17.801Z | tflt 0.060408408 |
266 | 2024-03-11T07:25:17.801Z | dflt 0.111471997 |
267 | 2024-03-11T07:25:17.801Z | kflt 0.000000000 |
268 | 2024-03-11T07:25:17.801Z | lock 22.940565122 |
269 | 2024-03-11T07:25:17.801Z | slp 26.680508939 |
270 | 2024-03-11T07:25:17.801Z | lat 0.274176506 |
271 | 2024-03-11T07:25:17.801Z | stop 0.462746018 |
272 | 2024-03-11T07:25:17.801Z | process exited: duration 42392 ms, exit code 0 |
|
273 | 2024-03-11T07:25:17.809Z | found 0 output files |