AryaWu/sqlite
0
1[info] Using config /sqlite/mull.yml2[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.3[warning] Could not find dynamic library: libm.so.64[warning] Could not find dynamic library: libc.so.65[info] Warm up run (threads: 1)6
[################################] 1/1. Finished in 110ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 1ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 114ms13[info] Running mutants (threads: 7)14[debug] /sqlite/src/threads.c:66:8 ExecutionResult: Failed15[debug] /sqlite/src/threads.c:74:7 ExecutionResult: Passed16[debug] /sqlite/src/threads.c:77:10 ExecutionResult: Passed17[debug] /sqlite/src/threads.c:77:8 ExecutionResult: Passed18[debug] /sqlite/src/threads.c:97:10 ExecutionResult: Failed19
[######################----------] 5/720[debug] /sqlite/src/threads.c:97:8 ExecutionResult: Failed21[debug] /sqlite/src/threads.c:99:3 ExecutionResult: Passed22
[################################] 7/7. Finished in 139ms23[debug] Done running mutants24[info] Survived mutants (4/7):25/sqlite/src/threads.c:74:7: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]26 if( sqlite3FaultSim(200) ){27 ^28/sqlite/src/threads.c:77:8: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]29 rc = pthread_create(&p->tid, 0, xTask, pIn);30 ^31/sqlite/src/threads.c:77:10: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]32 rc = pthread_create(&p->tid, 0, xTask, pIn);33 ^34/sqlite/src/threads.c:99:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]35 sqlite3_free(p);36 ^37[info] Mutation score: 42%38[info] Total execution time: 465ms39[info] Surviving mutants: 440 