Created
June 19, 2020 09:38
-
-
Save ebramirez/a378952fad933659ae8d9a9b46945982 to your computer and use it in GitHub Desktop.
Pitclipse console output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:34:15 PIT >> INFO : --------------------------------------------------------------------------- | |
11:34:15 PIT >> INFO : Enabled (+) and disabled (-) features. | |
11:34:15 PIT >> INFO : ----------------------------------------- | |
11:34:15 PIT >> INFO : +FANN Filters mutations in classes and methods with matching annotations of class or runtime retention | |
11:34:15 PIT >> INFO : [annotation] Annotation to avoid (full package name not required) | |
11:34:15 PIT >> INFO : +FFBLOCK Filters mutations in code duplicated by finally block inlining | |
11:34:15 PIT >> INFO : +FFEACH Filters mutations in compiler generated code that implements for each loops | |
11:34:15 PIT >> INFO : +FFLOOP Filters any mutations to increments in for loops as they may cause timeouts | |
11:34:15 PIT >> INFO : +FINFINC Filters mutations to increments that may cause infinite loops | |
11:34:15 PIT >> INFO : +FINFIT Filters mutations that may cause infinite loops by removing calls to iterator.next | |
11:34:15 PIT >> INFO : +FINULL Filters mutations in compiler generated code that checks for null by calling getClass | |
11:34:15 PIT >> INFO : +FKOTLIN Filters out junk mutations in bytecode created by compiler for kotlin language features | |
11:34:15 PIT >> INFO : +FLOGCALL Filters mutations in code that makes calls to logging frameworks | |
11:34:15 PIT >> INFO : +FMRNULL Filters mutations in compiler generated code that inserts Objects.requireNonNull for method references | |
11:34:15 PIT >> INFO : +FRETEQUIV Filters return vals mutants with bytecode equivalent to the unmutated class | |
11:34:15 PIT >> INFO : +FSEQUIVEQUALS Filters equivalent mutations that affect only performance in short cutting equals methods | |
11:34:15 PIT >> INFO : +FSTATI Filters mutations in static initializers and code called only from them | |
11:34:15 PIT >> INFO : +FSTATINIT Filters mutations in static initializers and code called only from them | |
11:34:15 PIT >> INFO : +FTRYWR Filters mutations in code generated for try with resources statements | |
11:34:15 PIT >> INFO : -CLASSLIMIT Limits the maximum number of mutations per class | |
11:34:15 PIT >> INFO : [limit] Integer value for maximum mutations to create per class | |
11:34:15 PIT >> INFO : -EXPORT Exports mutants bytecode and other details to disk | |
11:34:15 PIT >> INFO : --------------------------------------------------------------------------- | |
11:34:15 PIT >> FINE : Running report with ReportOptions [targetClasses=[com.redhat.gls.gevalidate.app.boundary.InvalidBookTypeException, com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, com.redhat.gls.gevalidate.app.entity.BookOptions, com.redhat.gls.gevalidate.app.entity.SshParameters, com.redhat.gls.gevalidate.app.entity.ExitCodes, com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, com.redhat.gls.gevalidate.course.boundary.AsciiDocQualifier, com.redhat.gls.gevalidate.course.boundary.CourseValidator, com.redhat.gls.gevalidate.course.boundary.AsciiDocCourseValidator, com.redhat.gls.gevalidate.course.boundary.DocBookQualifier, com.redhat.gls.gevalidate.course.entity.BookType, com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, com.redhat.gls.gevalidate.ge.controller.ValidationErrors, com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, com.redhat.gls.gevalidate.ge.entity.GuidedExercise, com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, com.redhat.gls.gevalidate.ge.entity.GeCommand, com.redhat.gls.gevalidate.ssh.boundary.AbstractSshShell, com.redhat.gls.gevalidate.ssh.boundary.GvShell, com.redhat.gls.gevalidate.ssh.boundary.ShellProducer, com.redhat.gls.gevalidate.ssh.boundary.Execution, com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, com.redhat.gls.gevalidate.ssh.controller.JschLogger, com.redhat.gls.gevalidate.acceptance.GeValidateCommandTest, com.redhat.gls.gevalidate.acceptance.SshServer, com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidatorTest, com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidatorTest, com.redhat.gls.gevalidate.ssh.boundary.GvShellTest, com.redhat.gls.gevalidate.test.controller.SshServer, com.redhat.gls.gevalidate.nativeImage.GeValidateCommandTest, com.redhat.gls.gevalidate.nativeImage.SshServer, com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, com.redhat.gls.gevalidate.archtest.CodingRulesTest, com.redhat.gls.gevalidate.archtest.DoNotIncludeTests, com.redhat.gls.gevalidate.archtest.BceArchTest], excludedMethods=[], excludedClasses=[*Test], excludedTestClasses=[], codePaths=[], reportDir=/home/eramirez/Development/Java/ws/.metadata/.plugins/org.pitest.pitclipse.core/html_results, historyInputLocation=null, historyOutputLocation=null, sourceDirs=[/home/eramirez/git/gls/tools/ge-validation/src/main/java, /home/eramirez/git/gls/tools/ge-validation/src/main/resources, /home/eramirez/git/gls/tools/ge-validation/src/test/java, /home/eramirez/git/gls/tools/ge-validation/build/generated-src/test/java, /home/eramirez/git/gls/tools/ge-validation/src/test/resources, /home/eramirez/git/gls/tools/ge-validation/src/acceptanceTest/java, /home/eramirez/git/gls/tools/ge-validation/src/acceptanceTest/resources, /home/eramirez/git/gls/tools/ge-validation/src/integrationTest/java, /home/eramirez/git/gls/tools/ge-validation/src/integrationTest/resources, /home/eramirez/git/gls/tools/ge-validation/src/nativeImageTest/java, /home/eramirez/git/gls/tools/ge-validation/src/nativeImageTest/resources, /home/eramirez/git/gls/tools/ge-validation/src/archTest/java, /home/eramirez/git/gls/tools/ge-validation/src/archTest/resources, /home/eramirez/git/gls/tools/ge-validation/.apt_generated, /home/eramirez/git/gls/tools/ge-validation/.apt_generated_tests], classPathElements=[/home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11, /home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.runner_2.1.0.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.runner_2.1.0.jar/bin, /home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-entry.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-command-line.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-html-report.jar, /home/eramirez/Development/Java/eclipse/plugins/com.google.guava_27.1.0.v20190517-1946.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.listeners_2.1.0.jar, /home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.listeners_2.1.0.jar/bin, /home/eramirez/git/gls/tools/ge-validation/bin/test, /home/eramirez/git/gls/tools/ge-validation/bin/main, /home/eramirez/git/gls/tools/ge-validation/bin/acceptanceTest, /home/eramirez/git/gls/tools/ge-validation/bin/integrationTest, /home/eramirez/git/gls/tools/ge-validation/bin/nativeImageTest, /home/eramirez/git/gls/tools/ge-validation/bin/archTest, /home/eramirez/git/gls/tools/ge-validation/bin/default, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.12/48e4e5d60309ebd833bc528dcf77668eab3cd72c/lombok-1.18.12.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-picocli/1.5.0.Final/e035532b9922fb0deaa92f31f6d9e8d37ef0054c/quarkus-picocli-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/info.picocli/picocli/4.3.2/37a9ed41f7a028611775b6e8ad831e3e5fcd6280/picocli-4.3.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jooq/joox/1.6.2/dcf65c5d8af85f059f958247a15b48ca3847149b/joox-1.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-ssh/1.6.1/f6deced5b406df909f465df0363b5a14892a2feb/jcabi-ssh-1.6.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-arc/1.5.0.Final/c0036976c04b697e4b9e14a8a69c4b109a033ee0/quarkus-arc-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-core/1.5.0.Final/ca4a4ba4e94a28068d4df62ef6cb5667bbc888e3/quarkus-core-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsch/1.5.0.Final/c0fc2b2757c7b6f8932735e429f74496e9bd232e/quarkus-jsch-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/javax.xml.bind/jaxb-api/2.3.0/99f802e0cb3e953ba3d6e698795c4aeb98d37c48/jaxb-api-2.3.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-log/0.17.2/72f76493ec20d1bebd8dc8be50283ed021588a87/jcabi-log-0.17.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-aspects/0.22.5/7ba182ce547aab913deae69125777dbdc5799dc3/jcabi-aspects-0.22.5.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.cactoos/cactoos/0.16/44b16b977e5221b73046caed82a971c3c4424081/cactoos-0.16.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcraft/jsch/0.1.55/bbd40e5aa7aa3cfad5db34965456cee738a42a50/jsch-0.1.55.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus.arc/arc/1.5.0.Final/bef82d6fd9e0685f3c41e22e2946d525ad792d2/arc-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.microprofile.context-propagation/microprofile-context-propagation-api/1.0.1/b7825e202a09dfb9dbb4b0e65b74237ab1fc6cec/microprofile-context-propagation-api-1.0.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.enterprise/jakarta.enterprise.cdi-api/2.0.2/58f497f362cd19c2f8842d75c491d270f0600e7f/jakarta.enterprise.cdi-api-2.0.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.interceptor/jakarta.interceptor-api/1.2.5/20cbde692c555692ca835fb6ecb4a8c95acbe6e0/jakarta.interceptor-api-1.2.5.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/1.3.5/59eb84ee0d616332ff44aba065f3888cf002cd2d/jakarta.annotation-api-1.3.5.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.inject/jakarta.inject-api/1.0/93164437046e06b4876e069b8e7a321a02f10a2d/jakarta.inject-api-1.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-ide-launcher/1.5.0.Final/6df522c3e054f3016a08ded81c587b49fcd1de87/quarkus-ide-launcher-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-development-mode-spi/1.5.0.Final/8831e0747d3e70f19dcc6ea3d5ee3d6331821900/quarkus-development-mode-spi-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.smallrye.config/smallrye-config/1.7.0/4bfcdbfff93295dde743c4d914570686ba4328d4/smallrye-config-1.7.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.threads/jboss-threads/3.1.1.Final/3eb5d438581f1b467d811e6e5f6fdd7e2732bfaa/jboss-threads-3.1.1.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.slf4j/slf4j-jboss-logging/1.2.0.Final/bff294c02b64ad6bf8af6e6994e186dc035e0a47/slf4j-jboss-logging-1.2.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-bootstrap-runner/1.5.0.Final/b016a4f5dcf72c71cfffa044bf281b5d9cd42804/quarkus-bootstrap-runner-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.smallrye.config/smallrye-config-common/1.7.0/ec4e961191494ce85d019a9300db36bb6f1af98d/smallrye-config-common-1.7.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.4.1.Final/40fd4d696c55793e996d1ff3c475833f836c2498/jboss-logging-3.4.1.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logmanager/jboss-logmanager-embedded/1.0.4/95cec2b1be8941b6c00d09f509cca59cf2a606bc/jboss-logmanager-embedded-1.0.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging-annotations/2.1.0.Final/58c69c8dd206d92d8bcb1d602ebec0b0f235d341/jboss-logging-annotations-2.1.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.30/b5a4b6d16ab13e34a88fae84c35cd5d68cac922c/slf4j-api-1.7.30.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.graalvm.sdk/graal-sdk/19.3.1/8c28d9270c22d533149801d9262c64be40f25601/graal-sdk-19.3.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.wildfly.common/wildfly-common/1.5.4.Final-format-001/d600b29d51306b30b29e7de64f6fedf61beb1808/wildfly-common-1.5.4.Final-format-001.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcraft/jzlib/1.1.1/a1551373315ffc2f96130a0e5704f74e151777ba/jzlib-1.1.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.aspectj/aspectjrt/1.8.7/c4b70e763194d274477da4da9b05ea913e877268/aspectjrt-1.8.7.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/javax.validation/validation-api/1.1.0.Final/8613ae82954779d518631e05daa73a6a954817d5/validation-api-1.1.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.ejb/jakarta.ejb-api/3.2.6/3c52a831bfe8118a27ed393234f1d1d3baa50a7c/jakarta.ejb-api-3.2.6.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.transaction/jakarta.transaction-api/1.3.3/c4179d48720a1e87202115fbed6089bdc4195405/jakarta.transaction-api-1.3.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.el/jakarta.el-api/3.0.3/f311ab94bb1d4380690a53d737226a6b879dd4f1/jakarta.el-api-3.0.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.microprofile.config/microprofile-config-api/1.4/31e82390ef54f43070cdc361e010cef9beacff6a/microprofile-config-api-1.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.janino/janino/3.1.2/49961f7c8a31c8d1019be19c37df1362a7d1ece3/janino-3.1.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.janino/commons-compiler/3.1.2/e6944b15d2b3964ebd3c520c6bd26cbb4f614910/commons-compiler-3.1.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-junit5/1.5.0.Final/44c0ed1cc1a1613eb65bac463bfed3e71d94c3e6/quarkus-junit5-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-test-common/1.5.0.Final/91b162551d0eeb8ef87e6001e3149064e236ad69/quarkus-test-common-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsonp-deployment/1.5.0.Final/2621db74cafc60bad3992abb4387de4238b28469/quarkus-jsonp-deployment-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-core-deployment/1.5.0.Final/961de85937eb5ae34a6564d4fb72c9297fab0ee9/quarkus-core-deployment-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsonp/1.5.0.Final/d13593675bd19f653650b3615db5c9a4770a7d7e/quarkus-jsonp-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.16.1/6e772120aff69ca3d1583b3d1b36b7529de43ba1/assertj-core-3.16.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/1.6.2/7644a14b329e76b5fe487628b50fb5eab6ba7d26/junit-platform-commons-1.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-params/5.6.2/f2a64a42cf73077062c2386db0598062b7480d91/junit-jupiter-params-5.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter/5.6.2/b5c481685b6a8ca91c0d46f28f886a444354daa5/junit-jupiter-5.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/5.6.2/c9ba885abfe975cda123bf6f8f0a69a1b46956d0/junit-jupiter-api-5.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-bootstrap-core/1.5.0.Final/772d375530b545e57a1f8b7a45859231d1735b1d/quarkus-bootstrap-core-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-embedder/3.6.3/cc8df86676bcb37f68d2ceaf05df8ef6fb11d873/maven-embedder-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-core/3.6.3/eca800aa73e750ec9a880eb224f0bb68f5b7873b/maven-core-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-plugin-api/3.6.3/63fe5967b9c4c1b6fa6004be76e1c939e8bd1d6/maven-plugin-api-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-resolver-provider/3.6.3/115240b65c1d0e9745cb2012b977afc3d1795f94/maven-resolver-provider-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model-builder/3.6.3/4ef1d56f53d3e0a9003b7cc82c89af9878321e82/maven-model-builder-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.6.3/f8ff8032903882376e8d000c51e3e16d20fc7df7/maven-artifact-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.8.1/6505a72a097d9270f7a9e7bf42c4238283247755/commons-lang3-3.8.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-builder/1.5.0.Final/5c38bfdec9275e003dbc2326745efe0b5b2fd7c1/quarkus-builder-1.5.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/commons-logging-jboss-logging/1.0.0.Final/27a4e823d661bde67ec103bba2baf33cddde6e75/commons-logging-jboss-logging-1.0.0.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-wagon/1.4.1/f3268f4ee92227ab98b7be0ac5122daa2ed97e35/maven-resolver-transport-wagon-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-impl/1.4.1/1658cfa27978c5949c3a92086514a22ca85394e4/maven-resolver-impl-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-http/3.3.4/3e9b33e40e4a5bff2eb885327c98f5206f74afdc/wagon-http-3.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-http-shared/3.3.4/892f306cdf3e525fed4f0eedd70efe0db1f5cd0a/wagon-http-shared-3.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.thoughtworks.xstream/xstream/1.4.11.1/6c120c45a8c480bb2fea5b56502e3993ddd74fd2/xstream-1.4.11.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apiguardian/apiguardian-api/1.1.0/fc9dff4bb36d627bdc553de77e1f17efd790876c/apiguardian-api-1.1.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.2.0/28c11eb91f9b6d8e200631d46e20a7f407f2a046/opentest4j-1.2.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus.gizmo/gizmo/1.0.3.Final/78eba3ec8206763dded696a724303ecea9c5b777/gizmo-1.0.3.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/8.0.1/a8f978fbad00c565210bebedb28e5d6f73327134/asm-util-8.0.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/8.0.1/6c2c7b3006b3a54dd63467a020263c0756fd5e80/asm-analysis-8.0.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/8.0.1/dfcad5abbcff36f8bdad5647fe6f4972e958ad59/asm-tree-8.0.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/8.0.1/3f5199523fb95304b44563f5d56d9f5a07270669/asm-8.0.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.sisu/org.eclipse.sisu.plexus/0.3.4/f1335a3b7bc3fd23f67da88bd60cd5d4c3304ef3/org.eclipse.sisu.plexus-0.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-settings-builder/3.6.3/756d46810b8cc7b2b98585ccc787854cdfde7fd9/maven-settings-builder-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-connector-basic/1.4.1/c213352d609d576641aed35172157d46cd2003d4/maven-resolver-connector-basic-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-file/3.3.4/9f4e71efc815c087e32c2c80341c1ed5d9cbedd6/wagon-file-3.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss/jandex/2.1.3.Final/cd56603e39eb1421560b71daa584348ecfd9e0b8/jandex-2.1.3.Final.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/xmlpull/xmlpull/1.1.3.1/2b8e230d2ab644e4ecaa94db7cdedbc40c805dfa/xmlpull-1.1.3.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/xpp3/xpp3_min/1.1.4c/19d4e90b43059058f6e056f794f0ea4030d60b86/xpp3_min-1.1.4c.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-settings/3.6.3/bbf4e06dcdb0bb33d1546c080df5c8d92b535d30/maven-settings-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model/3.6.3/61c7848dce2fbf7f7ab0fdc8e8a7cc9da5dd7827/maven-model-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-builder-support/3.6.3/e9a37af390009a525d8faa6b18bd682123f85f9e/maven-builder-support-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-util/1.4.1/3f6d4f4bc3e24b46a776b47ccfeaed9d2ed01549/maven-resolver-util-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-spi/1.4.1/905a024ff050e804a8a4df53eeee63cc7d153438/maven-resolver-spi-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-api/1.4.1/ceee6b7ea1bc252afa585fa32f76c2cda206bdcd/maven-resolver-api-1.4.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.shared/maven-shared-utils/3.2.1/8dd4dfb1d2d8b6969f6462790f82670bcd35ce2/maven-shared-utils-3.2.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.inject/guice/4.2.1/41e5ab52ec65e60b6c0ced947becf7ba96402645/guice-4.2.1-no_aop.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.sonatype.plexus/plexus-sec-dispatcher/1.4/43fde524e9b94c883727a9fddb8669181b890ea7/plexus-sec-dispatcher-1.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-repository-metadata/3.6.3/14d28071c85e76b656c46c465db91d394d6f48f0/maven-repository-metadata-3.6.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-provider-api/3.3.4/7a99fdaa534aa8c01f01a447fe1c7af5cfc7b0d5/wagon-provider-api-3.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.2.1/13b015768e0d04849d2794e4c47eb02d01a0de32/plexus-utils-3.2.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-classworlds/2.6.0/8587e80fcb38e70b70fae8d5914b6376bfad6259/plexus-classworlds-2.6.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.4/c51c00206bb913cd8612b24abd9fa98ae89719b1/commons-cli-1.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-component-annotations/2.1.0/2f2147a6cc6a119a1b51a96f31d45c557f6244b9/plexus-component-annotations-2.1.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interpolation/1.25/3b37b3335e6a97e11e690bbdc22ade1a5deb74d6/plexus-interpolation-1.25.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.9/a25c1be5ce99d0ce99aa43eb982868c796dd0775/httpclient-4.5.9.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.11/de748cf874e4e193b42eceea9fe5574fabb9d4df/httpcore-4.4.11.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.6/815893df5f31da2ece4040fe0a12fd44b577afaf/commons-io-2.6.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/aopalliance/aopalliance/1.0/235ba8b489512805ac13a8f9ea77a1ca5ebe3e8/aopalliance-1.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/25.1-android/bdaab946ca5ad20253502d873ba0c3313d141036/guava-25.1-android.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.sonatype.plexus/plexus-cipher/1.4/50ade46f23bb38cd984b4ec560c46223432aac38/plexus-cipher-1.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jsoup/jsoup/1.12.1/55819a28fc834c2f2bcf4dcdb278524dc3cf088f/jsoup-1.12.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.11/3acb4705652e16236558f0f4f2192cc33c3bd189/commons-codec-1.11.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.glassfish/jakarta.json/1.1.6/a39aba0ef0a70c3f54a44a2c539a4f11c9bb07e8/jakarta.json-1.1.6.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-compat-qual/2.0.0/fc89b03860d11d6213d0154a62bcd1c2f69b9efa/checker-compat-qual-2.0.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.1.3/39b109f2cd352b2d71b52a3b5a1a9850e1dc304b/error_prone_annotations-2.1.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.1/ed28ded51a8b1c6b112568def5f4b455e6809019/j2objc-annotations-1.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.mojo/animal-sniffer-annotations/1.14/775b7e22fb10026eed3f86e8dc556dfafe35f2d5/animal-sniffer-annotations-1.14.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/1.6.2/1752cad2579e20c2b224602fe846fc660fb35805/junit-platform-engine-1.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/5.6.2/c0833bd6de29dd77f8d071025b97b8b434308cd3/junit-jupiter-engine-5.6.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.sisu/org.eclipse.sisu.inject/0.3.4/fc3be144183f54dc6f5c55e34462c1c2d89d7d96/org.eclipse.sisu.inject-0.3.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/toxiproxy/1.14.3/e9362a9ea636e8b158ea23638b588f70ec5518cf/toxiproxy-1.14.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/junit-jupiter/1.14.3/5e7af4b6eaa610c17f74be47a243f1f2fc5beb92/junit-jupiter-1.14.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/testcontainers/1.14.3/71fc82ba663f469447a19434e7db90f3a872753/testcontainers-1.14.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth/tcp-unix-socket-proxy/1.0.2/cf53989130986c60113032e25185f4496ffbc186/tcp-unix-socket-proxy-1.0.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/eu.rekawek.toxiproxy/toxiproxy-java/2.1.3/44631cd58d5baf0586a5a7fb7350883bf25a20bd/toxiproxy-java-2.1.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/19.0.0/efbff6752f67a7c9de3e4251c086a88e23591dfd/annotations-19.0.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.20/b8df472b31e1f17c232d2ad78ceb1c84e00c641b/commons-compress-1.20.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth.duct-tape/duct-tape/1.0.8/92edc22a9ab2f3e17c9bf700aaee377d50e8b530/duct-tape-1.0.8.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth.visible-assertions/visible-assertions/2.1.2/20d31a578030ec8e941888537267d3123c2ad1c1/visible-assertions-2.1.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna-platform/5.5.0/af38e7c4d0fc73c23ecd785443705bfdee5b90bf/jna-platform-5.5.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.3.1/ecb6e1f8e4b0e84c4b886c2f14a1500caf309757/gson-2.3.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.kohlschutter.junixsocket/junixsocket-native-common/2.0.4/726bd66a934dea39c817382986496fa4eda96411/junixsocket-native-common-2.0.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.kohlschutter.junixsocket/junixsocket-common/2.0.4/b4d1870bf903412533e0b79c6fcd402defcfc05b/junixsocket-common-2.0.4.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.5.0/e0845217c4907822403912ad6828d8e0b256208/jna-5.5.0.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/org.scijava/native-lib-loader/2.0.2/1451fa03954c5e31a358b411147de472b4dab92c/native-lib-loader-2.0.2.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5/0.14.1/738bd7509d4ff7c06d22c7752337e01778b4b2f6/archunit-junit5-0.14.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-api/0.14.1/e4c994308103424174b64394f14e3af35c072049/archunit-junit5-api-0.14.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit/0.14.1/5e0c839e538df63f692b3520f3655859d88fa83/archunit-0.14.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-engine/0.14.1/6fb8a4af877e0903e0f9902716bbe995012ff8cf/archunit-junit5-engine-0.14.1.jar, /home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-engine-api/0.14.1/5c7eb471869c982619fe7684de3599e13592848c/archunit-junit5-engine-api-0.14.1.jar, /home/eramirez/git/gls/tools/ge-validation/build/classes/java/test, /home/eramirez/git/gls/tools/ge-validation/build/resources/test], mutators=[DEFAULTS], features=[], dependencyAnalysisMaxDistance=-1, jvmArgs=[-Djava.awt.headless=true], numberOfThreads=8, timeoutFactor=1.25, timeoutConstant=3000, targetTests=[^com\.redhat\.gls\.gevalidate\.ge\.controller\..*$], loggingClasses=[java.util.logging, org.apache.log4j, org.slf4j, org.apache.commons.logging, org.apache.logging.log4j], maxMutationsPerClass=0, verbose=true, failWhenNoMutations=false, outputs=[HTML, PITCLIPSE_MUTATIONS, PITCLIPSE_SUMMARY], groupConfig=TestGroupConfig [excludedGroups=[], includedGroups=[]], fullMutationMatrix=false, mutationUnitSize=0, shouldCreateTimestampedReports=true, detectInlinedCode=false, exportLineCoverage=false, mutationThreshold=0, coverageThreshold=0, mutationEngine=gregor, javaExecutable=null, includeLaunchClasspath=true, properties={}, maxSurvivors=-1, excludedRunners=[], includedTestMethods=[], testPlugin=junit, useClasspathJar=false, skipFailingTests=false] | |
11:34:15 PIT >> FINE : System class path is /home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11:/home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.runner_2.1.0.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.runner_2.1.0.jar/bin:/home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-entry.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-command-line.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest_1.4.11/lib/pitest-html-report.jar:/home/eramirez/Development/Java/eclipse/plugins/com.google.guava_27.1.0.v20190517-1946.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.listeners_2.1.0.jar:/home/eramirez/Development/Java/eclipse/plugins/org.pitest.pitclipse.listeners_2.1.0.jar/bin:/home/eramirez/git/gls/tools/ge-validation/bin/test:/home/eramirez/git/gls/tools/ge-validation/bin/main:/home/eramirez/git/gls/tools/ge-validation/bin/acceptanceTest:/home/eramirez/git/gls/tools/ge-validation/bin/integrationTest:/home/eramirez/git/gls/tools/ge-validation/bin/nativeImageTest:/home/eramirez/git/gls/tools/ge-validation/bin/archTest:/home/eramirez/git/gls/tools/ge-validation/bin/default:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.12/48e4e5d60309ebd833bc528dcf77668eab3cd72c/lombok-1.18.12.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-picocli/1.5.0.Final/e035532b9922fb0deaa92f31f6d9e8d37ef0054c/quarkus-picocli-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/info.picocli/picocli/4.3.2/37a9ed41f7a028611775b6e8ad831e3e5fcd6280/picocli-4.3.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jooq/joox/1.6.2/dcf65c5d8af85f059f958247a15b48ca3847149b/joox-1.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-ssh/1.6.1/f6deced5b406df909f465df0363b5a14892a2feb/jcabi-ssh-1.6.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-arc/1.5.0.Final/c0036976c04b697e4b9e14a8a69c4b109a033ee0/quarkus-arc-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-core/1.5.0.Final/ca4a4ba4e94a28068d4df62ef6cb5667bbc888e3/quarkus-core-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsch/1.5.0.Final/c0fc2b2757c7b6f8932735e429f74496e9bd232e/quarkus-jsch-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/javax.xml.bind/jaxb-api/2.3.0/99f802e0cb3e953ba3d6e698795c4aeb98d37c48/jaxb-api-2.3.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-log/0.17.2/72f76493ec20d1bebd8dc8be50283ed021588a87/jcabi-log-0.17.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcabi/jcabi-aspects/0.22.5/7ba182ce547aab913deae69125777dbdc5799dc3/jcabi-aspects-0.22.5.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.cactoos/cactoos/0.16/44b16b977e5221b73046caed82a971c3c4424081/cactoos-0.16.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcraft/jsch/0.1.55/bbd40e5aa7aa3cfad5db34965456cee738a42a50/jsch-0.1.55.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus.arc/arc/1.5.0.Final/bef82d6fd9e0685f3c41e22e2946d525ad792d2/arc-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.microprofile.context-propagation/microprofile-context-propagation-api/1.0.1/b7825e202a09dfb9dbb4b0e65b74237ab1fc6cec/microprofile-context-propagation-api-1.0.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.enterprise/jakarta.enterprise.cdi-api/2.0.2/58f497f362cd19c2f8842d75c491d270f0600e7f/jakarta.enterprise.cdi-api-2.0.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.interceptor/jakarta.interceptor-api/1.2.5/20cbde692c555692ca835fb6ecb4a8c95acbe6e0/jakarta.interceptor-api-1.2.5.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.annotation/jakarta.annotation-api/1.3.5/59eb84ee0d616332ff44aba065f3888cf002cd2d/jakarta.annotation-api-1.3.5.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.inject/jakarta.inject-api/1.0/93164437046e06b4876e069b8e7a321a02f10a2d/jakarta.inject-api-1.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-ide-launcher/1.5.0.Final/6df522c3e054f3016a08ded81c587b49fcd1de87/quarkus-ide-launcher-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-development-mode-spi/1.5.0.Final/8831e0747d3e70f19dcc6ea3d5ee3d6331821900/quarkus-development-mode-spi-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.smallrye.config/smallrye-config/1.7.0/4bfcdbfff93295dde743c4d914570686ba4328d4/smallrye-config-1.7.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.threads/jboss-threads/3.1.1.Final/3eb5d438581f1b467d811e6e5f6fdd7e2732bfaa/jboss-threads-3.1.1.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.slf4j/slf4j-jboss-logging/1.2.0.Final/bff294c02b64ad6bf8af6e6994e186dc035e0a47/slf4j-jboss-logging-1.2.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-bootstrap-runner/1.5.0.Final/b016a4f5dcf72c71cfffa044bf281b5d9cd42804/quarkus-bootstrap-runner-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.smallrye.config/smallrye-config-common/1.7.0/ec4e961191494ce85d019a9300db36bb6f1af98d/smallrye-config-common-1.7.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.4.1.Final/40fd4d696c55793e996d1ff3c475833f836c2498/jboss-logging-3.4.1.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logmanager/jboss-logmanager-embedded/1.0.4/95cec2b1be8941b6c00d09f509cca59cf2a606bc/jboss-logmanager-embedded-1.0.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging-annotations/2.1.0.Final/58c69c8dd206d92d8bcb1d602ebec0b0f235d341/jboss-logging-annotations-2.1.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.30/b5a4b6d16ab13e34a88fae84c35cd5d68cac922c/slf4j-api-1.7.30.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.graalvm.sdk/graal-sdk/19.3.1/8c28d9270c22d533149801d9262c64be40f25601/graal-sdk-19.3.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.wildfly.common/wildfly-common/1.5.4.Final-format-001/d600b29d51306b30b29e7de64f6fedf61beb1808/wildfly-common-1.5.4.Final-format-001.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.jcraft/jzlib/1.1.1/a1551373315ffc2f96130a0e5704f74e151777ba/jzlib-1.1.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.aspectj/aspectjrt/1.8.7/c4b70e763194d274477da4da9b05ea913e877268/aspectjrt-1.8.7.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/javax.validation/validation-api/1.1.0.Final/8613ae82954779d518631e05daa73a6a954817d5/validation-api-1.1.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.ejb/jakarta.ejb-api/3.2.6/3c52a831bfe8118a27ed393234f1d1d3baa50a7c/jakarta.ejb-api-3.2.6.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.transaction/jakarta.transaction-api/1.3.3/c4179d48720a1e87202115fbed6089bdc4195405/jakarta.transaction-api-1.3.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/jakarta.el/jakarta.el-api/3.0.3/f311ab94bb1d4380690a53d737226a6b879dd4f1/jakarta.el-api-3.0.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.microprofile.config/microprofile-config-api/1.4/31e82390ef54f43070cdc361e010cef9beacff6a/microprofile-config-api-1.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.janino/janino/3.1.2/49961f7c8a31c8d1019be19c37df1362a7d1ece3/janino-3.1.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.janino/commons-compiler/3.1.2/e6944b15d2b3964ebd3c520c6bd26cbb4f614910/commons-compiler-3.1.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-junit5/1.5.0.Final/44c0ed1cc1a1613eb65bac463bfed3e71d94c3e6/quarkus-junit5-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-test-common/1.5.0.Final/91b162551d0eeb8ef87e6001e3149064e236ad69/quarkus-test-common-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsonp-deployment/1.5.0.Final/2621db74cafc60bad3992abb4387de4238b28469/quarkus-jsonp-deployment-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-core-deployment/1.5.0.Final/961de85937eb5ae34a6564d4fb72c9297fab0ee9/quarkus-core-deployment-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-jsonp/1.5.0.Final/d13593675bd19f653650b3615db5c9a4770a7d7e/quarkus-jsonp-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.16.1/6e772120aff69ca3d1583b3d1b36b7529de43ba1/assertj-core-3.16.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-commons/1.6.2/7644a14b329e76b5fe487628b50fb5eab6ba7d26/junit-platform-commons-1.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-params/5.6.2/f2a64a42cf73077062c2386db0598062b7480d91/junit-jupiter-params-5.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter/5.6.2/b5c481685b6a8ca91c0d46f28f886a444354daa5/junit-jupiter-5.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-api/5.6.2/c9ba885abfe975cda123bf6f8f0a69a1b46956d0/junit-jupiter-api-5.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-bootstrap-core/1.5.0.Final/772d375530b545e57a1f8b7a45859231d1735b1d/quarkus-bootstrap-core-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-embedder/3.6.3/cc8df86676bcb37f68d2ceaf05df8ef6fb11d873/maven-embedder-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-core/3.6.3/eca800aa73e750ec9a880eb224f0bb68f5b7873b/maven-core-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-plugin-api/3.6.3/63fe5967b9c4c1b6fa6004be76e1c939e8bd1d6/maven-plugin-api-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-resolver-provider/3.6.3/115240b65c1d0e9745cb2012b977afc3d1795f94/maven-resolver-provider-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model-builder/3.6.3/4ef1d56f53d3e0a9003b7cc82c89af9878321e82/maven-model-builder-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.6.3/f8ff8032903882376e8d000c51e3e16d20fc7df7/maven-artifact-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.8.1/6505a72a097d9270f7a9e7bf42c4238283247755/commons-lang3-3.8.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus/quarkus-builder/1.5.0.Final/5c38bfdec9275e003dbc2326745efe0b5b2fd7c1/quarkus-builder-1.5.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss.logging/commons-logging-jboss-logging/1.0.0.Final/27a4e823d661bde67ec103bba2baf33cddde6e75/commons-logging-jboss-logging-1.0.0.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-transport-wagon/1.4.1/f3268f4ee92227ab98b7be0ac5122daa2ed97e35/maven-resolver-transport-wagon-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-impl/1.4.1/1658cfa27978c5949c3a92086514a22ca85394e4/maven-resolver-impl-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-http/3.3.4/3e9b33e40e4a5bff2eb885327c98f5206f74afdc/wagon-http-3.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-http-shared/3.3.4/892f306cdf3e525fed4f0eedd70efe0db1f5cd0a/wagon-http-shared-3.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.thoughtworks.xstream/xstream/1.4.11.1/6c120c45a8c480bb2fea5b56502e3993ddd74fd2/xstream-1.4.11.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apiguardian/apiguardian-api/1.1.0/fc9dff4bb36d627bdc553de77e1f17efd790876c/apiguardian-api-1.1.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.opentest4j/opentest4j/1.2.0/28c11eb91f9b6d8e200631d46e20a7f407f2a046/opentest4j-1.2.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/io.quarkus.gizmo/gizmo/1.0.3.Final/78eba3ec8206763dded696a724303ecea9c5b777/gizmo-1.0.3.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/8.0.1/a8f978fbad00c565210bebedb28e5d6f73327134/asm-util-8.0.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/8.0.1/6c2c7b3006b3a54dd63467a020263c0756fd5e80/asm-analysis-8.0.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/8.0.1/dfcad5abbcff36f8bdad5647fe6f4972e958ad59/asm-tree-8.0.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/8.0.1/3f5199523fb95304b44563f5d56d9f5a07270669/asm-8.0.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.sisu/org.eclipse.sisu.plexus/0.3.4/f1335a3b7bc3fd23f67da88bd60cd5d4c3304ef3/org.eclipse.sisu.plexus-0.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-settings-builder/3.6.3/756d46810b8cc7b2b98585ccc787854cdfde7fd9/maven-settings-builder-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-connector-basic/1.4.1/c213352d609d576641aed35172157d46cd2003d4/maven-resolver-connector-basic-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-file/3.3.4/9f4e71efc815c087e32c2c80341c1ed5d9cbedd6/wagon-file-3.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jboss/jandex/2.1.3.Final/cd56603e39eb1421560b71daa584348ecfd9e0b8/jandex-2.1.3.Final.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/xmlpull/xmlpull/1.1.3.1/2b8e230d2ab644e4ecaa94db7cdedbc40c805dfa/xmlpull-1.1.3.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/xpp3/xpp3_min/1.1.4c/19d4e90b43059058f6e056f794f0ea4030d60b86/xpp3_min-1.1.4c.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-settings/3.6.3/bbf4e06dcdb0bb33d1546c080df5c8d92b535d30/maven-settings-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-model/3.6.3/61c7848dce2fbf7f7ab0fdc8e8a7cc9da5dd7827/maven-model-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-builder-support/3.6.3/e9a37af390009a525d8faa6b18bd682123f85f9e/maven-builder-support-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-util/1.4.1/3f6d4f4bc3e24b46a776b47ccfeaed9d2ed01549/maven-resolver-util-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-spi/1.4.1/905a024ff050e804a8a4df53eeee63cc7d153438/maven-resolver-spi-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.resolver/maven-resolver-api/1.4.1/ceee6b7ea1bc252afa585fa32f76c2cda206bdcd/maven-resolver-api-1.4.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.shared/maven-shared-utils/3.2.1/8dd4dfb1d2d8b6969f6462790f82670bcd35ce2/maven-shared-utils-3.2.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.inject/guice/4.2.1/41e5ab52ec65e60b6c0ced947becf7ba96402645/guice-4.2.1-no_aop.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.sonatype.plexus/plexus-sec-dispatcher/1.4/43fde524e9b94c883727a9fddb8669181b890ea7/plexus-sec-dispatcher-1.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-repository-metadata/3.6.3/14d28071c85e76b656c46c465db91d394d6f48f0/maven-repository-metadata-3.6.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.maven.wagon/wagon-provider-api/3.3.4/7a99fdaa534aa8c01f01a447fe1c7af5cfc7b0d5/wagon-provider-api-3.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.2.1/13b015768e0d04849d2794e4c47eb02d01a0de32/plexus-utils-3.2.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-classworlds/2.6.0/8587e80fcb38e70b70fae8d5914b6376bfad6259/plexus-classworlds-2.6.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.4/c51c00206bb913cd8612b24abd9fa98ae89719b1/commons-cli-1.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-component-annotations/2.1.0/2f2147a6cc6a119a1b51a96f31d45c557f6244b9/plexus-component-annotations-2.1.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interpolation/1.25/3b37b3335e6a97e11e690bbdc22ade1a5deb74d6/plexus-interpolation-1.25.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.9/a25c1be5ce99d0ce99aa43eb982868c796dd0775/httpclient-4.5.9.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.11/de748cf874e4e193b42eceea9fe5574fabb9d4df/httpcore-4.4.11.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.6/815893df5f31da2ece4040fe0a12fd44b577afaf/commons-io-2.6.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/aopalliance/aopalliance/1.0/235ba8b489512805ac13a8f9ea77a1ca5ebe3e8/aopalliance-1.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/25.1-android/bdaab946ca5ad20253502d873ba0c3313d141036/guava-25.1-android.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.sonatype.plexus/plexus-cipher/1.4/50ade46f23bb38cd984b4ec560c46223432aac38/plexus-cipher-1.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jsoup/jsoup/1.12.1/55819a28fc834c2f2bcf4dcdb278524dc3cf088f/jsoup-1.12.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.11/3acb4705652e16236558f0f4f2192cc33c3bd189/commons-codec-1.11.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.glassfish/jakarta.json/1.1.6/a39aba0ef0a70c3f54a44a2c539a4f11c9bb07e8/jakarta.json-1.1.6.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.checkerframework/checker-compat-qual/2.0.0/fc89b03860d11d6213d0154a62bcd1c2f69b9efa/checker-compat-qual-2.0.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.1.3/39b109f2cd352b2d71b52a3b5a1a9850e1dc304b/error_prone_annotations-2.1.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.1/ed28ded51a8b1c6b112568def5f4b455e6809019/j2objc-annotations-1.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.codehaus.mojo/animal-sniffer-annotations/1.14/775b7e22fb10026eed3f86e8dc556dfafe35f2d5/animal-sniffer-annotations-1.14.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.platform/junit-platform-engine/1.6.2/1752cad2579e20c2b224602fe846fc660fb35805/junit-platform-engine-1.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.junit.jupiter/junit-jupiter-engine/5.6.2/c0833bd6de29dd77f8d071025b97b8b434308cd3/junit-jupiter-engine-5.6.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.eclipse.sisu/org.eclipse.sisu.inject/0.3.4/fc3be144183f54dc6f5c55e34462c1c2d89d7d96/org.eclipse.sisu.inject-0.3.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/toxiproxy/1.14.3/e9362a9ea636e8b158ea23638b588f70ec5518cf/toxiproxy-1.14.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/junit-jupiter/1.14.3/5e7af4b6eaa610c17f74be47a243f1f2fc5beb92/junit-jupiter-1.14.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.testcontainers/testcontainers/1.14.3/71fc82ba663f469447a19434e7db90f3a872753/testcontainers-1.14.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth/tcp-unix-socket-proxy/1.0.2/cf53989130986c60113032e25185f4496ffbc186/tcp-unix-socket-proxy-1.0.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/eu.rekawek.toxiproxy/toxiproxy-java/2.1.3/44631cd58d5baf0586a5a7fb7350883bf25a20bd/toxiproxy-java-2.1.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/19.0.0/efbff6752f67a7c9de3e4251c086a88e23591dfd/annotations-19.0.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.20/b8df472b31e1f17c232d2ad78ceb1c84e00c641b/commons-compress-1.20.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth.duct-tape/duct-tape/1.0.8/92edc22a9ab2f3e17c9bf700aaee377d50e8b530/duct-tape-1.0.8.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.rnorth.visible-assertions/visible-assertions/2.1.2/20d31a578030ec8e941888537267d3123c2ad1c1/visible-assertions-2.1.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna-platform/5.5.0/af38e7c4d0fc73c23ecd785443705bfdee5b90bf/jna-platform-5.5.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.3.1/ecb6e1f8e4b0e84c4b886c2f14a1500caf309757/gson-2.3.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.kohlschutter.junixsocket/junixsocket-native-common/2.0.4/726bd66a934dea39c817382986496fa4eda96411/junixsocket-native-common-2.0.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.kohlschutter.junixsocket/junixsocket-common/2.0.4/b4d1870bf903412533e0b79c6fcd402defcfc05b/junixsocket-common-2.0.4.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.5.0/e0845217c4907822403912ad6828d8e0b256208/jna-5.5.0.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/org.scijava/native-lib-loader/2.0.2/1451fa03954c5e31a358b411147de472b4dab92c/native-lib-loader-2.0.2.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5/0.14.1/738bd7509d4ff7c06d22c7752337e01778b4b2f6/archunit-junit5-0.14.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-api/0.14.1/e4c994308103424174b64394f14e3af35c072049/archunit-junit5-api-0.14.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit/0.14.1/5e0c839e538df63f692b3520f3655859d88fa83/archunit-0.14.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-engine/0.14.1/6fb8a4af877e0903e0f9902716bbe995012ff8cf/archunit-junit5-engine-0.14.1.jar:/home/eramirez/.gradle/caches/modules-2/files-2.1/com.tngtech.archunit/archunit-junit5-engine-api/0.14.1/5c7eb471869c982619fe7684de3599e13592848c/archunit-junit5-engine-api-0.14.1.jar:/home/eramirez/git/gls/tools/ge-validation/build/classes/java/test:/home/eramirez/git/gls/tools/ge-validation/build/resources/test | |
11:34:15 PIT >> FINE : Maximum available memory is 7846 mb | |
11:34:15 PIT >> FINE : MINION : Installing PIT agent | |
11:34:15 PIT >> INFO : Sending 13 test classes to minion | |
11:34:15 PIT >> INFO : Sent tests to minion | |
11:34:16 PIT >> INFO : MINION : 11:34:15 PIT >> FINE : Expecting 13 tests classes from parent | |
11:34:15 PIT >> FINE : Tests classes received | |
11:34:16 PIT >> INFO : MINION : 11:34:16 PIT >> INFO : Checking environment | |
11:34:16 PIT >> INFO : MINION : 11:34:16 PIT >> INFO : Found 0 tests | |
11:34:16 PIT >> INFO : MINION : 11:34:16 PIT >> INFO : Dependency analysis reduced number of potential tests by 0 | |
11:34:16 PIT >> INFO : MINION : 11:34:16 PIT >> INFO : 0 tests received | |
11:34:16 PIT >> INFO : MINION : 11:34:16 PIT >> FINE : Running 0 units | |
11:34:16 PIT >> FINE : Coverage generator Minion exited ok | |
11:34:16 PIT >> INFO : Calculated coverage in 0 seconds. | |
11:34:16 PIT >> FINE : Used memory after coverage calculation 16 mb | |
11:34:16 PIT >> FINE : Free Memory after coverage calculation 475 mb | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.AbstractSshShell, method=exec, methodDesc=(Ljava/lang/String;Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/io/OutputStream;)I], indexes=[29], mutator=org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator], filename=AbstractSshShell.java, block=3, lineNumber=64, description=replaced int return with 0 for com/redhat/gls/gevalidate/ssh/boundary/AbstractSshShell::exec, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=call, methodDesc=()Ljava/lang/Integer;], indexes=[9], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GeValidateCommand.java, block=0, lineNumber=53, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=call, methodDesc=()Ljava/lang/Integer;], indexes=[19], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GeValidateCommand.java, block=2, lineNumber=55, description=removed call to picocli/CommandLine::usage, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=call, methodDesc=()Ljava/lang/Integer;], indexes=[24], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=GeValidateCommand.java, block=4, lineNumber=56, description=replaced Integer return value with 0 for com/redhat/gls/gevalidate/app/boundary/GeValidateCommand::call, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=call, methodDesc=()Ljava/lang/Integer;], indexes=[61], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GeValidateCommand.java, block=13, lineNumber=68, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=call, methodDesc=()Ljava/lang/Integer;], indexes=[70], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=GeValidateCommand.java, block=17, lineNumber=68, description=replaced Integer return value with 0 for com/redhat/gls/gevalidate/app/boundary/GeValidateCommand::call, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=selectCourseValidator, methodDesc=()Lcom/redhat/gls/gevalidate/course/boundary/CourseValidator;], indexes=[19], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GeValidateCommand.java, block=4, lineNumber=76, description=replaced return value with null for com/redhat/gls/gevalidate/app/boundary/GeValidateCommand::selectCourseValidator, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.app.boundary.GeValidateCommand, method=selectCourseValidator, methodDesc=()Lcom/redhat/gls/gevalidate/course/boundary/CourseValidator;], indexes=[25], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GeValidateCommand.java, block=5, lineNumber=78, description=replaced return value with null for com/redhat/gls/gevalidate/app/boundary/GeValidateCommand::selectCourseValidator, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[5], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=0, lineNumber=65, description=removed call to com/jcraft/jsch/JSch::setConfig, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[11], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=2, lineNumber=66, description=removed call to com/jcraft/jsch/JSch::setLogger, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[46], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=8, lineNumber=68, description=removed call to com/jcabi/log/Logger::debug, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[67], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=13, lineNumber=74, description=removed call to com/jcraft/jsch/Session::setPassword, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[79], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=15, lineNumber=75, description=removed call to com/jcraft/jsch/Session::setServerAliveInterval, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[84], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=16, lineNumber=77, description=removed call to com/jcraft/jsch/Session::setServerAliveCountMax, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[89], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=SshByPassword.java, block=17, lineNumber=79, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[93], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=18, lineNumber=80, description=removed call to com/jcraft/jsch/Session::connect, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[104], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshByPassword.java, block=21, lineNumber=82, description=removed call to com/jcraft/jsch/Session::connect, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.SshByPassword, method=session, methodDesc=()Lcom/jcraft/jsch/Session;], indexes=[110], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshByPassword.java, block=22, lineNumber=84, description=replaced return value with null for com/redhat/gls/gevalidate/ssh/boundary/SshByPassword::session, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.AsciiDocCourseValidator, method=validate, methodDesc=(Ljava/lang/String;)Z], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=AsciiDocCourseValidator.java, block=0, lineNumber=13, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.AsciiDocCourseValidator, method=validate, methodDesc=(Ljava/lang/String;)Z], indexes=[14], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=AsciiDocCourseValidator.java, block=3, lineNumber=14, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/AsciiDocCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseDocbookController.java, block=0, lineNumber=35, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[41], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseDocbookController.java, block=9, lineNumber=43, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=10, lineNumber=44, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::extractCommands, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[58], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseDocbookController.java, block=14, lineNumber=49, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[62], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=15, lineNumber=50, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::extractCommands, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=extractCommands, methodDesc=(Ljava/nio/file/Path;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[77], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=19, lineNumber=68, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::extractCommands, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=getDocument, methodDesc=(Ljava/io/File;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lorg/w3c/dom/Document;], indexes=[21], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseDocbookController.java, block=3, lineNumber=77, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setError, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=getDocument, methodDesc=(Ljava/io/File;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lorg/w3c/dom/Document;], indexes=[26], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseDocbookController.java, block=4, lineNumber=78, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setOriginatingException, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=getDocument, methodDesc=(Ljava/io/File;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lorg/w3c/dom/Document;], indexes=[37], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseDocbookController.java, block=6, lineNumber=80, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setError, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=getDocument, methodDesc=(Ljava/io/File;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lorg/w3c/dom/Document;], indexes=[42], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseDocbookController.java, block=7, lineNumber=81, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setOriginatingException, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=getDocument, methodDesc=(Ljava/io/File;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lorg/w3c/dom/Document;], indexes=[47], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=8, lineNumber=83, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::getDocument, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=builder, methodDesc=()Ljavax/xml/parsers/DocumentBuilder;], indexes=[10], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseDocbookController.java, block=1, lineNumber=88, description=removed call to javax/xml/parsers/DocumentBuilderFactory::setFeature, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=builder, methodDesc=()Ljavax/xml/parsers/DocumentBuilder;], indexes=[15], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=3, lineNumber=90, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::builder, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=lambda$1, methodDesc=(Ljava/util/List;Lorg/joox/Context;)V], indexes=[32], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseDocbookController.java, block=8, lineNumber=59, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseDocbookController, method=lambda$2, methodDesc=(Lorg/joox/Context;)Ljava/lang/String;], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=GuidedExerciseDocbookController.java, block=2, lineNumber=54, description=replaced return value with "" for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseDocbookController::lambda$2, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.archtest.DoNotIncludeTests, method=includes, methodDesc=(Lcom/tngtech/archunit/core/importer/Location;)Z], indexes=[18], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=DoNotIncludeTests.java, block=4, lineNumber=27, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.archtest.DoNotIncludeTests, method=includes, methodDesc=(Lcom/tngtech/archunit/core/importer/Location;)Z], indexes=[22], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DoNotIncludeTests.java, block=5, lineNumber=28, description=replaced boolean return with true for com/redhat/gls/gevalidate/archtest/DoNotIncludeTests::includes, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.archtest.DoNotIncludeTests, method=includes, methodDesc=(Lcom/tngtech/archunit/core/importer/Location;)Z], indexes=[32], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=DoNotIncludeTests.java, block=8, lineNumber=31, description=replaced boolean return with false for com/redhat/gls/gevalidate/archtest/DoNotIncludeTests::includes, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getSshContainer, methodDesc=(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/Network;)Lorg/testcontainers/containers/GenericContainer;], indexes=[60], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=10, lineNumber=24, description=replaced return value with null for com/redhat/gls/gevalidate/nativeImage/SshServer::getSshContainer, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[12], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=2, lineNumber=39, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setHost, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[17], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=SshServer.java, block=3, lineNumber=40, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[29], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=9, lineNumber=40, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPort, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[34], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=10, lineNumber=41, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setUsername, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[39], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=11, lineNumber=42, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPassword, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=13, lineNumber=43, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setTimeout, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[64], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=17, lineNumber=48, description=replaced return value with null for com/redhat/gls/gevalidate/nativeImage/SshServer::getDockerSshClient, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidator.java, block=0, lineNumber=30, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseValidator.java, block=10, lineNumber=38, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setExecutions, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[53], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseValidator.java, block=13, lineNumber=39, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setValid, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[58], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidator.java, block=15, lineNumber=41, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[87], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseValidator.java, block=22, lineNumber=47, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setError, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[93], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidator.java, block=24, lineNumber=50, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.boundary.GuidedExerciseValidator, method=validate, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;], indexes=[104], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseValidator.java, block=26, lineNumber=54, description=replaced return value with null for com/redhat/gls/gevalidate/ge/boundary/GuidedExerciseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=isEnabled, methodDesc=(I)Z], indexes=[5], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=JschLogger.java, block=0, lineNumber=24, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=isEnabled, methodDesc=(I)Z], indexes=[5], mutator=org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator], filename=JschLogger.java, block=0, lineNumber=24, description=changed conditional boundary, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=isEnabled, methodDesc=(I)Z], indexes=[7], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=JschLogger.java, block=1, lineNumber=24, description=replaced boolean return with false for com/redhat/gls/gevalidate/ssh/controller/JschLogger::isEnabled, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=isEnabled, methodDesc=(I)Z], indexes=[11], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=JschLogger.java, block=2, lineNumber=24, description=replaced boolean return with true for com/redhat/gls/gevalidate/ssh/controller/JschLogger::isEnabled, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=log, methodDesc=(ILjava/lang/String;)V], indexes=[5], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=JschLogger.java, block=0, lineNumber=30, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=log, methodDesc=(ILjava/lang/String;)V], indexes=[5], mutator=org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator], filename=JschLogger.java, block=0, lineNumber=30, description=changed conditional boundary, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=log, methodDesc=(ILjava/lang/String;)V], indexes=[17], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=JschLogger.java, block=2, lineNumber=32, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=log, methodDesc=(ILjava/lang/String;)V], indexes=[17], mutator=org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator], filename=JschLogger.java, block=2, lineNumber=32, description=changed conditional boundary, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.controller.JschLogger, method=log, methodDesc=(ILjava/lang/String;)V], indexes=[38], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=JschLogger.java, block=5, lineNumber=37, description=removed call to com/jcabi/log/Logger::log, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;)Z], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=DocBookCourseValidator.java, block=0, lineNumber=36, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;)Z], indexes=[24], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=5, lineNumber=39, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;)Z], indexes=[24], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=DocBookCourseValidator.java, block=5, lineNumber=39, description=replaced boolean return with false for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/function/Function;)Z], indexes=[19], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=DocBookCourseValidator.java, block=4, lineNumber=48, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/function/Function;)Z], indexes=[98], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=20, lineNumber=62, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/function/Function;)Z], indexes=[98], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=DocBookCourseValidator.java, block=20, lineNumber=62, description=replaced boolean return with false for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/function/Function;)Z], indexes=[145], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=30, lineNumber=66, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=validate, methodDesc=(Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/function/Function;)Z], indexes=[155], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=32, lineNumber=70, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::validate, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=lambda$0, methodDesc=(Ljava/nio/file/Path;)Z], indexes=[7], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=2, lineNumber=33, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::lambda$0, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=lambda$0, methodDesc=(Ljava/nio/file/Path;)Z], indexes=[7], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=DocBookCourseValidator.java, block=2, lineNumber=33, description=replaced boolean return with false for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::lambda$0, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=lambda$11, methodDesc=(Ljava/nio/file/Path;)Z], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=DocBookCourseValidator.java, block=1, lineNumber=0, description=replaced boolean return with true for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::lambda$11, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.course.boundary.DocBookCourseValidator, method=lambda$11, methodDesc=(Ljava/nio/file/Path;)Z], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=DocBookCourseValidator.java, block=1, lineNumber=0, description=replaced boolean return with false for com/redhat/gls/gevalidate/course/boundary/DocBookCourseValidator::lambda$11, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getSshContainer, methodDesc=(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/Network;)Lorg/testcontainers/containers/GenericContainer;], indexes=[60], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=10, lineNumber=24, description=replaced return value with null for com/redhat/gls/gevalidate/test/controller/SshServer::getSshContainer, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[12], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=2, lineNumber=38, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setHost, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[17], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=SshServer.java, block=3, lineNumber=39, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[29], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=9, lineNumber=39, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPort, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[34], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=10, lineNumber=40, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setUsername, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[39], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=11, lineNumber=41, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPassword, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=13, lineNumber=42, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setTimeout, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.test.controller.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[64], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=17, lineNumber=47, description=replaced return value with null for com/redhat/gls/gevalidate/test/controller/SshServer::getDockerSshClient, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, method=isValid, methodDesc=()Z], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GeCommandExecution.java, block=1, lineNumber=15, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, method=isValid, methodDesc=()Z], indexes=[8], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator], filename=GeCommandExecution.java, block=2, lineNumber=15, description=replaced boolean return with false for com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::isValid, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, method=isValid, methodDesc=()Z], indexes=[12], mutator=org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator], filename=GeCommandExecution.java, block=3, lineNumber=15, description=replaced boolean return with true for com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::isValid, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, method=toString, methodDesc=()Ljava/lang/String;], indexes=[11], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GeCommandExecution.java, block=2, lineNumber=22, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.entity.GeCommandExecution, method=toString, methodDesc=()Ljava/lang/String;], indexes=[30], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=GeCommandExecution.java, block=9, lineNumber=26, description=replaced return value with "" for com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::toString, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getSshContainer, methodDesc=(Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/Network;)Lorg/testcontainers/containers/GenericContainer;], indexes=[60], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=10, lineNumber=24, description=replaced return value with null for com/redhat/gls/gevalidate/acceptance/SshServer::getSshContainer, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[12], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=2, lineNumber=38, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setHost, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[17], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=SshServer.java, block=3, lineNumber=39, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[29], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=9, lineNumber=39, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPort, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[34], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=10, lineNumber=40, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setUsername, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[39], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=11, lineNumber=41, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setPassword, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=SshServer.java, block=13, lineNumber=42, description=removed call to com/redhat/gls/gevalidate/app/entity/SshParameters::setTimeout, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.acceptance.SshServer, method=getDockerSshClient, methodDesc=(Ljava/lang/String;Ljava/lang/String;Lorg/testcontainers/containers/GenericContainer;Lorg/testcontainers/containers/ToxiproxyContainer$ContainerProxy;)Lcom/redhat/gls/gevalidate/ssh/boundary/GvShell;], indexes=[64], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=SshServer.java, block=17, lineNumber=47, description=replaced return value with null for com/redhat/gls/gevalidate/acceptance/SshServer::getDockerSshClient, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, method=getGeFile, methodDesc=(Ljava/nio/file/Path;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Ljava/io/File;], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidatorCommon.java, block=0, lineNumber=18, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, method=getGeFile, methodDesc=(Ljava/nio/file/Path;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Ljava/io/File;], indexes=[13], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidatorCommon.java, block=3, lineNumber=18, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, method=getGeFile, methodDesc=(Ljava/nio/file/Path;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Ljava/io/File;], indexes=[29], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GuidedExerciseValidatorCommon.java, block=8, lineNumber=21, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, method=getGeFile, methodDesc=(Ljava/nio/file/Path;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Ljava/io/File;], indexes=[34], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GuidedExerciseValidatorCommon.java, block=9, lineNumber=22, description=removed call to com/redhat/gls/gevalidate/ge/entity/GuidedExercise::setError, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ge.controller.GuidedExerciseValidatorCommon, method=getGeFile, methodDesc=(Ljava/nio/file/Path;Lcom/redhat/gls/gevalidate/ge/entity/GuidedExercise;)Ljava/io/File;], indexes=[39], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GuidedExerciseValidatorCommon.java, block=10, lineNumber=25, description=replaced return value with null for com/redhat/gls/gevalidate/ge/controller/GuidedExerciseValidatorCommon::getGeFile, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[4], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GvShell.java, block=0, lineNumber=28, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[27], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GvShell.java, block=5, lineNumber=32, description=removed call to com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::setCommand, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[65], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GvShell.java, block=12, lineNumber=40, description=removed call to com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::setReturnCode, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[70], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GvShell.java, block=14, lineNumber=42, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[86], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GvShell.java, block=19, lineNumber=43, description=removed call to com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::setOutput, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[199], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GvShell.java, block=52, lineNumber=45, description=removed call to com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::setReturnCode, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[205], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=GvShell.java, block=54, lineNumber=46, description=removed call to com/redhat/gls/gevalidate/ge/entity/GeCommandExecution::setFailReason, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[211], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=GvShell.java, block=56, lineNumber=49, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.GvShell, method=execute, methodDesc=(Lcom/redhat/gls/gevalidate/ge/entity/GeCommand;)Lcom/redhat/gls/gevalidate/ge/entity/GeCommandExecution;], indexes=[222], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=GvShell.java, block=58, lineNumber=53, description=replaced return value with null for com/redhat/gls/gevalidate/ssh/boundary/GvShell::execute, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=executable, methodDesc=()Ljava/lang/String;], indexes=[15], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=9, lineNumber=16, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::executable, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=getExecutableName, methodDesc=()Ljava/lang/String;], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=1, lineNumber=20, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::getExecutableName, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=executableLocation, methodDesc=()Ljava/lang/String;], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=1, lineNumber=24, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::executableLocation, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=extension, methodDesc=()Ljava/lang/String;], indexes=[8], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=NativeImageHelper.java, block=3, lineNumber=28, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=createTempDataFile, methodDesc=()Ljava/io/File;], indexes=[24], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=NativeImageHelper.java, block=3, lineNumber=34, description=removed call to java/io/FileOutputStream::write, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=createTempDataFile, methodDesc=()Ljava/io/File;], indexes=[28], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=NativeImageHelper.java, block=4, lineNumber=35, description=removed call to java/io/FileOutputStream::flush, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=createTempDataFile, methodDesc=()Ljava/io/File;], indexes=[71], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=NativeImageHelper.java, block=16, lineNumber=37, description=replaced return value with null for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::createTempDataFile, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=getStdOut, methodDesc=(Ljava/lang/Process;)Ljava/lang/String;], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=2, lineNumber=41, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::getStdOut, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=getStdErr, methodDesc=(Ljava/lang/Process;)Ljava/lang/String;], indexes=[6], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=2, lineNumber=45, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::getStdErr, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.nativeImage.NativeImageHelper, method=readFully, methodDesc=(Ljava/io/InputStream;)Ljava/lang/String;], indexes=[39], mutator=org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator], filename=NativeImageHelper.java, block=9, lineNumber=50, description=replaced return value with "" for com/redhat/gls/gevalidate/nativeImage/NativeImageHelper::readFully, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[21], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=2, lineNumber=87, description=removed call to com/jcraft/jsch/ChannelExec::setErrStream, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[28], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=3, lineNumber=88, description=removed call to com/jcraft/jsch/ChannelExec::setOutputStream, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[35], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=4, lineNumber=89, description=removed call to com/jcraft/jsch/ChannelExec::setInputStream, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[41], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=5, lineNumber=90, description=removed call to com/jcraft/jsch/ChannelExec::setCommand, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[45], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=6, lineNumber=91, description=removed call to com/jcraft/jsch/ChannelExec::connect, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[57], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=7, lineNumber=92, description=removed call to com/jcabi/log/Logger::info, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[68], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=9, lineNumber=97, description=removed call to com/jcraft/jsch/Session::disconnect, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[72], mutator=org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator], filename=Execution.java, block=10, lineNumber=93, description=replaced int return with 0 for com/redhat/gls/gevalidate/ssh/boundary/Execution$Default::exec, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=()I], indexes=[92], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=13, lineNumber=97, description=removed call to com/jcraft/jsch/Session::disconnect, testsInOrder=[], isInFinallyBlock=true, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[10], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=1, lineNumber=112, description=removed call to com/jcraft/jsch/ChannelExec::disconnect, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[14], mutator=org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator], filename=Execution.java, block=2, lineNumber=110, description=replaced int return with 0 for com/redhat/gls/gevalidate/ssh/boundary/Execution$Default::exec, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=exec, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[22], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=3, lineNumber=112, description=removed call to com/jcraft/jsch/ChannelExec::disconnect, testsInOrder=[], isInFinallyBlock=true, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=code, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[9], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=1, lineNumber=126, description=removed call to com/jcraft/jsch/Session::sendKeepAliveMsg, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=code, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[28], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=5, lineNumber=132, description=removed call to java/util/concurrent/TimeUnit::sleep, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=code, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[38], mutator=org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator], filename=Execution.java, block=8, lineNumber=134, description=removed call to java/lang/Thread::interrupt, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=code, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[51], mutator=org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator], filename=Execution.java, block=12, lineNumber=124, description=negated conditional, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.Execution$Default, method=code, methodDesc=(Lcom/jcraft/jsch/ChannelExec;)I], indexes=[56], mutator=org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator], filename=Execution.java, block=14, lineNumber=138, description=replaced int return with 0 for com/redhat/gls/gevalidate/ssh/boundary/Execution$Default::code, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> FINE : According to coverage no tests hit the mutation MutationDetails [id=MutationIdentifier [location=Location [clazz=com.redhat.gls.gevalidate.ssh.boundary.ShellProducer, method=createShell, methodDesc=()Lcom/jcabi/ssh/Shell;], indexes=[32], mutator=org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator], filename=ShellProducer.java, block=8, lineNumber=30, description=replaced return value with null for com/redhat/gls/gevalidate/ssh/boundary/ShellProducer::createShell, testsInOrder=[], isInFinallyBlock=false, poison=NORMAL] | |
11:34:16 PIT >> INFO : Created 18 mutation test units | |
11:34:16 PIT >> FINE : Used memory before analysis start 44 mb | |
11:34:16 PIT >> FINE : Free Memory before analysis start 447 mb | |
11:34:16 PIT >> FINE : Running 18 units | |
11:34:17 PIT >> INFO : Completed in 1 seconds | |
================================================================================ | |
- Mutators | |
================================================================================ | |
> org.pitest.mutationtest.engine.gregor.mutators.BooleanTrueReturnValsMutator | |
>> Generated 10 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 10 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.EmptyObjectReturnValsMutator | |
>> Generated 10 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 10 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator | |
>> Generated 3 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 3 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator | |
>> Generated 54 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 54 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.NullReturnValsMutator | |
>> Generated 19 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 19 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.BooleanFalseReturnValsMutator | |
>> Generated 7 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 7 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator | |
>> Generated 30 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 30 | |
-------------------------------------------------------------------------------- | |
> org.pitest.mutationtest.engine.gregor.mutators.PrimitiveReturnsMutator | |
>> Generated 4 Killed 0 (0%) | |
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | |
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | |
> NO_COVERAGE 4 | |
-------------------------------------------------------------------------------- | |
================================================================================ | |
- Timings | |
================================================================================ | |
> scan classpath : < 1 second | |
> coverage and dependency analysis : < 1 second | |
> build mutation tests : < 1 second | |
> run mutation analysis : < 1 second | |
-------------------------------------------------------------------------------- | |
> Total : 1 seconds | |
-------------------------------------------------------------------------------- | |
================================================================================ | |
- Statistics | |
================================================================================ | |
>> Generated 137 mutations Killed 0 (0%) | |
>> Ran 0 tests (0 tests per mutation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment