[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 107ms [info] Extracting coverage information (threads: 1) [################################] 1/1. Finished in 4ms [info] Filter mutants (threads: 1) [################################] 1/1. Finished in 15ms [info] Baseline run (threads: 1) [################################] 1/1. Finished in 105ms [info] Running mutants (threads: 20) [debug] /libxml2/HTMLparser.c:4503:12 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4513:19 ExecutionResult: Failed [#-------------------------------] 2/42 [debug] /libxml2/HTMLparser.c:4540:50 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4519:9 ExecutionResult: Passed [###-----------------------------] 4/42 [debug] /libxml2/HTMLparser.c:4548:50 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4536:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4711:15 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4562:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4702:13 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4631:14 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4634:49 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4569:20 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4572:5 ExecutionResult: Passed [#########-----------------------] 12/42 [debug] /libxml2/HTMLparser.c:4564:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4551:18 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4560:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4556:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4543:18 ExecutionResult: Passed [#############-------------------] 18/42 [debug] /libxml2/HTMLparser.c:4531:19 ExecutionResult: Failed [##############------------------] 19/42 [debug] /libxml2/HTMLparser.c:4506:14 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4515:19 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4716:39 ExecutionResult: Failed [################----------------] 22/42 [debug] /libxml2/HTMLparser.c:4541:23 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4529:24 ExecutionResult: Failed [##################--------------] 24/42 [debug] /libxml2/HTMLparser.c:4634:9 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4628:5 ExecutionResult: Passed [###################-------------] 26/42 [debug] /libxml2/HTMLparser.c:4549:23 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4537:19 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4563:16 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4634:49 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4570:22 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4716:9 ExecutionResult: Failed [debug] /libxml2/HTMLparser.c:4706:14 ExecutionResult: Failed [#########################-------] 33/42 [debug] /libxml2/HTMLparser.c:4568:23 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4552:19 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4561:27 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4544:19 ExecutionResult: Passed [debug] /libxml2/HTMLparser.c:4557:23 ExecutionResult: Passed [############################----] 38/42 [debug] /libxml2/HTMLparser.c:4532:20 ExecutionResult: Passed [#############################---] 39/42 [debug] /libxml2/HTMLparser.c:4510:20 ExecutionResult: Failed [##############################--] 40/42 [debug] /libxml2/HTMLparser.c:4716:39 ExecutionResult: Failed [###############################-] 41/42 [debug] /libxml2/HTMLparser.c:4517:13 ExecutionResult: Failed [################################] 42/42. Finished in 549ms [debug] Done running mutants [info] Survived mutants (24/42): /libxml2/HTMLparser.c:4503:12: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const] size_t initialNodeTabSize = 10; ^ /libxml2/HTMLparser.c:4519:9: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlSAX2InitHtmlDefaultSAXHandler(ctxt->sax); ^ /libxml2/HTMLparser.c:4532:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->inputMax = 1; ^ /libxml2/HTMLparser.c:4536:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->standalone = -1; ^ /libxml2/HTMLparser.c:4537:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->instate = XML_PARSER_START; ^ /libxml2/HTMLparser.c:4540:50: warning: Survived: Replaced * with / [cxx_mul_to_div] ctxt->nodeTab = xmlMalloc(initialNodeTabSize * sizeof(htmlNodePtr)); ^ /libxml2/HTMLparser.c:4543:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeNr = 0; ^ /libxml2/HTMLparser.c:4544:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeMax = initialNodeTabSize; ^ /libxml2/HTMLparser.c:4548:50: warning: Survived: Replaced * with / [cxx_mul_to_div] ctxt->nameTab = xmlMalloc(initialNodeTabSize * sizeof(xmlChar *)); ^ /libxml2/HTMLparser.c:4551:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nameNr = 0; ^ /libxml2/HTMLparser.c:4552:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nameMax = initialNodeTabSize; ^ /libxml2/HTMLparser.c:4556:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeInfoNr = 0; ^ /libxml2/HTMLparser.c:4557:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->nodeInfoMax = 0; ^ /libxml2/HTMLparser.c:4560:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->wellFormed = 1; ^ /libxml2/HTMLparser.c:4561:27: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->replaceEntities = 0; ^ /libxml2/HTMLparser.c:4562:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->keepBlanks = xmlKeepBlanksDefaultValue; ^ /libxml2/HTMLparser.c:4563:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->html = INSERT_INITIAL; ^ /libxml2/HTMLparser.c:4564:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->vctxt.flags = XML_VCTXT_USE_PCTXT; ^ /libxml2/HTMLparser.c:4568:23: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->record_info = 0; ^ /libxml2/HTMLparser.c:4569:20: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->validate = 0; ^ /libxml2/HTMLparser.c:4570:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] ctxt->checkIndex = 0; ^ /libxml2/HTMLparser.c:4572:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlInitNodeInfoSeq(&ctxt->node_seq); ^ /libxml2/HTMLparser.c:4628:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] xmlInitParser(); ^ /libxml2/HTMLparser.c:4634:9: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call] if (htmlInitParserCtxt(ctxt, sax, userData) < 0) { ^ [info] Mutation score: 42% [info] Total execution time: 833ms [info] Surviving mutants: 24