coreutils / mull-reports /mull_basenc_base2lsbf_encode.out
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
[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 108ms
[info] Extracting coverage information (threads: 1)
[################################] 1/1. Finished in 0ms
[info] Filter mutants (threads: 1)
[################################] 1/1. Finished in 0ms
[info] Baseline run (threads: 1)
[################################] 1/1. Finished in 108ms
[info] Running mutants (threads: 10)
[debug] /coreutils/src/basenc.c:1050:21 ExecutionResult: Failed
[###-----------------------------] 1/10
[debug] /coreutils/src/basenc.c:1057:14 ExecutionResult: Passed
[debug] /coreutils/src/basenc.c:1054:13 ExecutionResult: Failed
[debug] /coreutils/src/basenc.c:1053:18 ExecutionResult: Failed
[############--------------------] 4/10
[debug] /coreutils/src/basenc.c:1051:16 ExecutionResult: Failed
[debug] /coreutils/src/basenc.c:1051:25 ExecutionResult: Failed
[debug] /coreutils/src/basenc.c:1051:25 ExecutionResult: Failed
[debug] /coreutils/src/basenc.c:1056:12 ExecutionResult: Passed
[#########################-------] 8/10
[debug] /coreutils/src/basenc.c:1053:22 ExecutionResult: Failed
[############################----] 9/10
[debug] /coreutils/src/basenc.c:1051:31 ExecutionResult: Failed
[################################] 10/10. Finished in 243ms
[debug] Done running mutants
[info] Survived mutants (2/10):
/coreutils/src/basenc.c:1056:12: warning: Survived: Replaced x-- with x++ [cxx_post_dec_to_post_inc]
inlen--;
^
/coreutils/src/basenc.c:1057:14: warning: Survived: Replaced -= with += [cxx_sub_assign_to_add_assign]
outlen -= 8;
^
[info] Mutation score: 80%
[info] Total execution time: 459ms
[info] Surviving mutants: 2