| [info] Using config /coreutils/mull.yml | |
| [debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed. | |
| [warning] Could not find dynamic library: libc.so.6 | |
| [info] Warm up run (threads: 1) | |
| [################################] 1/1. Finished in 106ms | |
| [info] Extracting coverage information (threads: 1) | |
| [################################] 1/1. Finished in 1ms | |
| [info] Filter mutants (threads: 1) | |
| [################################] 1/1. Finished in 0ms | |
| [info] Baseline run (threads: 1) | |
| [################################] 1/1. Finished in 108ms | |
| [info] Running mutants (threads: 12) | |
| [debug] /coreutils/src/chown.c:86:22 ExecutionResult: Passed | |
| [debug] /coreutils/src/chown.c:84:26 ExecutionResult: Failed | |
| [#####---------------------------] 2/12 | |
| [debug] /coreutils/src/chown.c:79:7 ExecutionResult: Failed | |
| [debug] /coreutils/src/chown.c:75:14 ExecutionResult: Failed | |
| [##########----------------------] 4/12 | |
| [debug] /coreutils/src/chown.c:108:7 ExecutionResult: Passed | |
| [#############-------------------] 5/12 | |
| [debug] /coreutils/src/chown.c:130:7 ExecutionResult: Passed | |
| [debug] /coreutils/src/chown.c:151:9 ExecutionResult: Failed | |
| [debug] /coreutils/src/chown.c:142:9 ExecutionResult: Failed | |
| [debug] /coreutils/src/chown.c:141:22 ExecutionResult: Failed | |
| [debug] /coreutils/src/chown.c:133:22 ExecutionResult: Passed | |
| [debug] /coreutils/src/chown.c:158:7 ExecutionResult: Passed | |
| [#############################---] 11/12 | |
| [debug] /coreutils/src/chown.c:160:3 ExecutionResult: Failed | |
| [################################] 12/12. Finished in 516ms | |
| [debug] Done running mutants | |
| [info] Survived mutants (5/12): | |
| /coreutils/src/chown.c:86:22: warning: Survived: Replaced == with != [cxx_eq_to_ne] | |
| if (chown_mode == CHOWN_CHOWN) | |
| ^ | |
| /coreutils/src/chown.c:108:7: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call] | |
| fputs (_("\ | |
| ^ | |
| /coreutils/src/chown.c:130:7: warning: Survived: Removed the call to the function [cxx_remove_void_call] | |
| emit_symlink_recurse_options ("-P"); | |
| ^ | |
| /coreutils/src/chown.c:133:22: warning: Survived: Replaced == with != [cxx_eq_to_ne] | |
| if (chown_mode == CHOWN_CHOWN) | |
| ^ | |
| /coreutils/src/chown.c:158:7: warning: Survived: Removed the call to the function [cxx_remove_void_call] | |
| emit_ancillary_info (PROGRAM_NAME); | |
| ^ | |
| [info] Mutation score: 58% | |
| [info] Total execution time: 734ms | |
| [info] Surviving mutants: 5 | |