-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun-tests-rust.txt
440 lines (266 loc) · 12.2 KB
/
run-tests-rust.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
Running automated test file(s):
===============================================================================
Running: ../../.github/citools/rust/rust-lint-check --release
Running Rust Cargo Check
Running rustc 1.72.0 (5680fa18f 2023-08-23)
===============================================================================
Running: cargo clean
real 0m0.017s
user 0m0.008s
sys 0m0.008s
===============================================================================
Running: cargo check --release
Checking short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished release [optimized] target(s) in 0.11s
real 0m0.117s
user 0m0.024s
sys 0m0.029s
===============================================================================
Exit code: 0
real 0m0.144s
user 0m0.037s
sys 0m0.043s
real 0m0.146s
user 0m0.038s
sys 0m0.043s
===============================================================================
Running: ../../.github/citools/rust/rust-lint-clippy --release
Running Rust Cargo Clippy
Running rustc 1.72.0 (5680fa18f 2023-08-23)
===============================================================================
Running: cargo clean
real 0m0.014s
user 0m0.009s
sys 0m0.005s
===============================================================================
Running: cargo clippy --release
Checking short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished release [optimized] target(s) in 0.08s
real 0m0.111s
user 0m0.057s
sys 0m0.054s
===============================================================================
Exit code: 0
real 0m0.139s
user 0m0.071s
sys 0m0.068s
real 0m0.140s
user 0m0.071s
sys 0m0.069s
===============================================================================
Running: ../../.github/citools/rust/rust-lint-audit
No deps found, skipping cargo audit.
real 0m0.048s
user 0m0.029s
sys 0m0.020s
real 0m0.050s
user 0m0.031s
sys 0m0.021s
===============================================================================
rm -fv ./*.profraw ./*.profdata
===============================================================================
Running: ../../.github/citools/rust/rust-test-with-tarpaulin
Running Rust Tests With Tarpaulin
Running rustc 1.72.0 (5680fa18f 2023-08-23)
===============================================================================
Running: cargo clean
real 0m0.011s
user 0m0.008s
sys 0m0.003s
===============================================================================
Running: cargo test
Compiling short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished test [unoptimized + debuginfo] target(s) in 0.29s
Running unittests src/lib.rs (target/debug/deps/short_fibonacci-df31b61c64662577)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/short-fibonacci.rs (target/debug/deps/short_fibonacci-049b9ce8840f5edb)
running 3 tests
test test_buffer ... ok
test test_fibonacci ... ok
test test_empty ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests short_fibonacci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
real 0m0.324s
user 0m0.379s
sys 0m0.186s
===============================================================================
Running: cargo tarpaulin --release --timeout=300
[2mAug 28 23:18:33.536[0m [32m INFO[0m cargo_tarpaulin::config: Creating config
[2mAug 28 23:18:33.544[0m [32m INFO[0m cargo_tarpaulin: Running Tarpaulin
[2mAug 28 23:18:33.544[0m [32m INFO[0m cargo_tarpaulin: Building project
[2mAug 28 23:18:33.544[0m [32m INFO[0m cargo_tarpaulin::cargo: Cleaning project
Compiling short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished release [optimized] target(s) in 0.37s
[2mAug 28 23:18:33.953[0m [32m INFO[0m cargo_tarpaulin::process_handling::linux: Launching test
[2mAug 28 23:18:33.953[0m [32m INFO[0m cargo_tarpaulin::process_handling: running /home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci/target/release/deps/short_fibonacci-2922c16ffe4e5546
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2mAug 28 23:18:34.489[0m [32m INFO[0m cargo_tarpaulin::process_handling::linux: Launching test
[2mAug 28 23:18:34.489[0m [32m INFO[0m cargo_tarpaulin::process_handling: running /home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci/target/release/deps/short_fibonacci-c75edaf8ca624bca
running 3 tests
test test_empty ... ok
test test_fibonacci ... ok
test test_buffer ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[2mAug 28 23:18:35.043[0m [32m INFO[0m cargo_tarpaulin::report: Coverage Results:
|| Uncovered Lines:
|| Tested/Total Lines:
|| src/lib.rs: 6/6
||
100.00% coverage, 6/6 lines covered
real 0m1.522s
user 0m0.561s
sys 0m1.072s
===============================================================================
Exit code: 0
real 0m1.872s
user 0m0.956s
sys 0m1.267s
real 0m1.874s
user 0m0.957s
sys 0m1.268s
===============================================================================
Running: ../../.github/citools/rust/rust-test-with-llvm-coverage
Running Rust Tests With LLVM Coverage
Running rustc 1.72.0 (5680fa18f 2023-08-23)
===============================================================================
Running: cargo clean
real 0m0.013s
user 0m0.004s
sys 0m0.009s
===============================================================================
Running: cargo llvm-cov clean --workspace
real 0m0.231s
user 0m0.133s
sys 0m0.100s
===============================================================================
Running: cargo test
Compiling short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished test [unoptimized + debuginfo] target(s) in 0.32s
Running unittests src/lib.rs (target/debug/deps/short_fibonacci-df31b61c64662577)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/short-fibonacci.rs (target/debug/deps/short_fibonacci-049b9ce8840f5edb)
running 3 tests
test test_empty ... ok
test test_buffer ... ok
test test_fibonacci ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests short_fibonacci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
real 0m0.361s
user 0m0.398s
sys 0m0.224s
===============================================================================
Running: cargo llvm-cov --no-clean --all-features --workspace
Compiling short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished test [unoptimized + debuginfo] target(s) in 0.28s
Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/short_fibonacci-7b178d8377f42ae1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/short-fibonacci.rs (target/llvm-cov-target/debug/deps/short_fibonacci-c5fe6e9f7126ffa9)
running 3 tests
test test_buffer ... ok
test test_empty ... ok
test test_fibonacci ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci/src/lib.rs 3 0 100.00% 3 0 100.00% 16 0 100.00% 0 0 -
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL 3 0 100.00% 3 0 100.00% 16 0 100.00% 0 0 -
real 0m0.405s
user 0m0.340s
sys 0m0.153s
===============================================================================
Running: cargo llvm-cov report --lcov --output-path report.lcov
Finished report saved to report.lcov
real 0m0.139s
user 0m0.079s
sys 0m0.062s
Finished test [unoptimized + debuginfo] target(s) in 0.00s
Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/short_fibonacci-7b178d8377f42ae1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/short-fibonacci.rs (target/llvm-cov-target/debug/deps/short_fibonacci-c5fe6e9f7126ffa9)
running 3 tests
test test_buffer ... ok
test test_empty ... ok
test test_fibonacci ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
real 0m0.175s
user 0m0.091s
sys 0m0.083s
===============================================================================
Running: cargo llvm-cov --no-clean --all-features --workspace --text --output-path=coverage-annotations.txt
Finished test [unoptimized + debuginfo] target(s) in 0.00s
Running unittests src/lib.rs (target/llvm-cov-target/debug/deps/short_fibonacci-7b178d8377f42ae1)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/short-fibonacci.rs (target/llvm-cov-target/debug/deps/short_fibonacci-c5fe6e9f7126ffa9)
running 3 tests
test test_buffer ... ok
test test_empty ... ok
test test_fibonacci ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Finished report saved to coverage-annotations.txt
real 0m0.127s
user 0m0.062s
sys 0m0.065s
===============================================================================
Running: cargo llvm-cov clean --workspace
real 0m0.131s
user 0m0.081s
sys 0m0.052s
===============================================================================
Running: lcov --list report.lcov
Reading tracefile report.lcov
|Lines |Functions |Branches
Filename |Rate Num|Rate Num|Rate Num
==================================================
[/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci/src/]
lib.rs | 100% 16|50.0% 6| - 0
==================================================
Total:| 100% 16|50.0% 6| - 0
real 0m0.035s
user 0m0.030s
sys 0m0.005s
Running: lcov --summary report.lcov
Reading tracefile report.lcov
Summary coverage rate:
lines......: 100.0% (16 of 16 lines)
functions..: 50.0% (3 of 6 functions)
branches...: no data found
real 0m0.031s
user 0m0.026s
sys 0m0.005s
===============================================================================
Exit code: 0
real 0m1.660s
user 0m1.250s
sys 0m0.764s
real 0m1.661s
user 0m1.251s
sys 0m0.765s
===============================================================================
Running: misspell .
real 0m0.038s
user 0m0.035s
sys 0m0.011s
===============================================================================
Running: cargo doc
Documenting short_fibonacci v0.1.0 (/home/vpayno/git_vpayno/exercism-workspace/rust/short-fibonacci)
Finished dev [unoptimized + debuginfo] target(s) in 0.18s
real 0m0.189s
user 0m0.150s
sys 0m0.040s
===============================================================================
Running: cargo clean
real 0m0.011s
user 0m0.004s
sys 0m0.007s
===============================================================================