[info] Using config /libxml2/mull.yml [debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed. [warning] Could not find dynamic library: libm.so.6 [warning] Could not find dynamic library: libc.so.6 [info] Warm up run (threads: 1) [################################] 1/1. Finished in 112ms [info] Extracting coverage information (threads: 1) [################################] 1/1. Finished in 3ms [info] Filter mutants (threads: 1) [################################] 1/1. Finished in 15ms [info] Baseline run (threads: 1) [################################] 1/1. Finished in 106ms [info] Running mutants (threads: 20) [debug] /libxml2/HTMLparser.c:3739:26 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4508:12 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:3736:12 ExecutionResult: Passed [##------------------------------] 3/48 [debug] /libxml2/HTMLparser.c:4524:9 ExecutionResult: Passed [##------------------------------] 4/48 [debug] /libxml2/HTMLparser.c:4518:19 ExecutionResult: Failed [###-----------------------------] 5/48 [debug] /libxml2/HTMLparser.c:4537:20 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4545:50 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4548:18 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4556:18 ExecutionResult: Passed [######--------------------------] 9/48 [debug] /libxml2/HTMLparser.c:4577:5 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4569:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4574:20 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4565:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4636:14 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4561:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4567:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:3745:15 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4553:50 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4639:49 ExecutionResult: Failed [############--------------------] 19/48 [debug] /libxml2/HTMLparser.c:4511:14 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:3736:24 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4534:24 ExecutionResult: Failed [##############------------------] 22/48 [debug] /libxml2/HTMLparser.c:4520:19 ExecutionResult: Failed [###############-----------------] 23/48 [debug] /libxml2/HTMLparser.c:4639:9 ExecutionResult: Passed [################----------------] 24/48 [debug] /libxml2/HTMLparser.c:4557:19 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4541:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4549:19 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4546:23 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4575:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4633:5 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4573:23 ExecutionResult: Passed [####################------------] 31/48 [debug] /libxml2/HTMLparser.c:4566:27 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:3747:20 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4562:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4568:16 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4639:49 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4554:23 ExecutionResult: Failed [########################--------] 37/48 [debug] /libxml2/HTMLparser.c:4515:20 ExecutionResult: Failed [#########################-------] 38/48 [debug] /libxml2/HTMLparser.c:3736:32 ExecutionResult: Passed [##########################------] 39/48 [debug] /libxml2/HTMLparser.c:3747:20 ExecutionResult: Passed [##########################------] 40/48 [debug] /libxml2/HTMLparser.c:4542:19 ExecutionResult: Passed [###########################-----] 41/48 [debug] /libxml2/HTMLparser.c:4536:19 ExecutionResult: Failed [############################----] 42/48 [debug] /libxml2/HTMLparser.c:4522:13 ExecutionResult: Failed [############################----] 43/48 [debug] /libxml2/HTMLparser.c:3748:20 ExecutionResult: Timedout [#############################---] 44/48 [debug] /libxml2/HTMLparser.c:3753:19 ExecutionResult: Failed [##############################--] 45/48 [debug] /libxml2/HTMLparser.c:3739:26 ExecutionResult: Timedout [##############################--] 46/48 [debug] /libxml2/HTMLparser.c:3759:12 ExecutionResult: Failed [###############################-] 47/48 [debug] /libxml2/HTMLparser.c:3742:18 ExecutionResult: Failed [################################] 48/48. Finished in 2529ms [debug] Done running mutants [info] Survived mutants (31/48): /libxml2/HTMLparser.c:3736:12: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] hindex = hashValue & (size - 1); ^ /libxml2/HTMLparser.c:3736:24: warning: Survived: Replaced & with | [cxx_and_to_or] hindex = hashValue & (size - 1); ^ /libxml2/HTMLparser.c:3736:32: warning: Survived: Replaced - with + [cxx_sub_to_add] hindex = hashValue & (size - 1); ^ /libxml2/HTMLparser.c:3739:26: warning: Survived: Replaced >= with > [cxx_ge_to_gt] while (bucket->index >= 0) { ^ /libxml2/HTMLparser.c:3745:15: warning: Survived: Replaced x++ with x-- [cxx_post_inc_to_post_dec] hindex++; ^ /libxml2/HTMLparser.c:3747:20: warning: Survived: Replaced >= with > [cxx_ge_to_gt] if (hindex >= size) { ^ /libxml2/HTMLparser.c:3747:20: warning: Survived: Replaced >= with < [cxx_ge_to_lt] if (hindex >= size) { ^ /libxml2/HTMLparser.c:4508:12: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const] size_t initialNodeTabSize = 10; ^ /libxml2/HTMLparser.c:4524:9: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlSAX2InitHtmlDefaultSAXHandler(ctxt->sax); ^ /libxml2/HTMLparser.c:4537:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->inputMax = 1; ^ /libxml2/HTMLparser.c:4541:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->standalone = -1; ^ /libxml2/HTMLparser.c:4542:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->instate = XML_PARSER_START; ^ /libxml2/HTMLparser.c:4545:50: warning: Survived: Replaced * with / [cxx_mul_to_div] ctxt->nodeTab = xmlMalloc(initialNodeTabSize * sizeof(htmlNodePtr)); ^ /libxml2/HTMLparser.c:4548:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeNr = 0; ^ /libxml2/HTMLparser.c:4549:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeMax = initialNodeTabSize; ^ /libxml2/HTMLparser.c:4553:50: warning: Survived: Replaced * with / [cxx_mul_to_div] ctxt->nameTab = xmlMalloc(initialNodeTabSize * sizeof(xmlChar *)); ^ /libxml2/HTMLparser.c:4556:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nameNr = 0; ^ /libxml2/HTMLparser.c:4557:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nameMax = initialNodeTabSize; ^ /libxml2/HTMLparser.c:4561:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeInfoNr = 0; ^ /libxml2/HTMLparser.c:4562:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeInfoMax = 0; ^ /libxml2/HTMLparser.c:4565:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->wellFormed = 1; ^ /libxml2/HTMLparser.c:4566:27: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->replaceEntities = 0; ^ /libxml2/HTMLparser.c:4567:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->keepBlanks = xmlKeepBlanksDefaultValue; ^ /libxml2/HTMLparser.c:4568:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->html = INSERT_INITIAL; ^ /libxml2/HTMLparser.c:4569:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->vctxt.flags = XML_VCTXT_USE_PCTXT; ^ /libxml2/HTMLparser.c:4573:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->record_info = 0; ^ /libxml2/HTMLparser.c:4574:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->validate = 0; ^ /libxml2/HTMLparser.c:4575:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->checkIndex = 0; ^ /libxml2/HTMLparser.c:4577:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlInitNodeInfoSeq(&ctxt->node_seq); ^ /libxml2/HTMLparser.c:4633:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlInitParser(); ^ /libxml2/HTMLparser.c:4639:9: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call] if (htmlInitParserCtxt(ctxt, sax, userData) < 0) { ^ [info] Mutation score: 35% [info] Total execution time: 2817ms [info] Surviving mutants: 31