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 109ms7[info] Extracting coverage information (threads: 1)8
[################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
[################################] 1/1. Finished in 6ms11[info] Baseline run (threads: 1)12
[################################] 1/1. Finished in 110ms13[info] Running mutants (threads: 14)14[debug] /sqlite/src/window.c:1133:5 ExecutionResult: Passed15[debug] /sqlite/src/window.c:628:3 ExecutionResult: Passed16
[####----------------------------] 2/1417[debug] /sqlite/src/window.c:1135:5 ExecutionResult: Passed18
[######--------------------------] 3/1419[debug] /sqlite/src/window.c:1316:51 ExecutionResult: Failed20
[#########-----------------------] 4/1421[debug] /sqlite/src/window.c:1137:5 ExecutionResult: Passed22[debug] /sqlite/src/window.c:1136:5 ExecutionResult: Passed23
[#############-------------------] 6/1424[debug] /sqlite/src/window.c:1134:5 ExecutionResult: Passed25[debug] /sqlite/src/window.c:1316:19 ExecutionResult: Failed26[debug] /sqlite/src/window.c:1139:5 ExecutionResult: Passed27
[####################------------] 9/1428[debug] /sqlite/src/window.c:1138:5 ExecutionResult: Passed29[debug] /sqlite/src/window.c:1140:5 ExecutionResult: Passed30[debug] /sqlite/src/window.c:1141:5 ExecutionResult: Passed31
[###########################-----] 12/1432[debug] /sqlite/src/window.c:1317:7 ExecutionResult: Failed33[debug] /sqlite/src/window.c:1322:5 ExecutionResult: Passed34
[################################] 14/14. Finished in 216ms35[debug] Done running mutants36[info] Survived mutants (11/14):37/sqlite/src/window.c:628:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]38 sqlite3InsertBuiltinFuncs(aWindowFuncs, ArraySize(aWindowFuncs));39 ^40/sqlite/src/window.c:1133:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]41 sqlite3WindowUnlinkFromSelect(p);42 ^43/sqlite/src/window.c:1134:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]44 sqlite3ExprDelete(db, p->pFilter);45 ^46/sqlite/src/window.c:1135:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]47 sqlite3ExprListDelete(db, p->pPartition);48 ^49/sqlite/src/window.c:1136:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]50 sqlite3ExprListDelete(db, p->pOrderBy);51 ^52/sqlite/src/window.c:1137:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]53 sqlite3ExprDelete(db, p->pEnd);54 ^55/sqlite/src/window.c:1138:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]56 sqlite3ExprDelete(db, p->pStart);57 ^58/sqlite/src/window.c:1139:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]59 sqlite3DbFree(db, p->zName);60 ^61/sqlite/src/window.c:1140:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]62 sqlite3DbFree(db, p->zBase);63 ^64/sqlite/src/window.c:1141:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]65 sqlite3DbFree(db, p);66 ^67/sqlite/src/window.c:1322:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]68 sqlite3WindowDelete(pParse->db, pWin);69 ^70[info] Mutation score: 21%71[info] Total execution time: 549ms72[info] Surviving mutants: 1173 