Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info.solidsoft.pitest fails to respect toolchain configured JVM #338

Open
nagkumar opened this issue May 19, 2023 · 2 comments
Open

info.solidsoft.pitest fails to respect toolchain configured JVM #338

nagkumar opened this issue May 19, 2023 · 2 comments

Comments

@nagkumar
Copy link

nagkumar commented May 19, 2023

w.r.t https://blog.gradle.org/java-toolchains

when jdk version to use configured from toolchain block

java {
    toolchain {
	languageVersion.set(JavaLanguageVersion.of(19))
	//vendor.set(JvmVendorSpec.GRAAL_VM)
	//vendor.set(JvmVendorSpec.matching("customString"))
	//implementation.set(JvmImplementation.J9)
    }
}

pitest still takes gradle launch time jdk and hence fails

5:05:33 PM PIT >> INFO : Sending 110 test classes to minion
5:05:33 PM PIT >> INFO : Sent tests to minion
5:05:33 PM PIT >> FINE : MINION : java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: Provider org.junit.support.testng.engine.TestNGTestEngine could not be instantiated
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader.fail(ServiceLoader.java:232)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.Iterable.forEach(Iterable.java:74)
5:05:33 PM PIT >> FINE : MINION :       at org.junit.platform.launcher.core.LauncherFactory.collectTestEngines(LauncherFactory.java:145)
5:05:33 PM PIT >> FINE : MINION :       at org.junit.platform.launcher.core.LauncherFactory.createDefaultLauncher(LauncherFactory.java:131)
5:05:33 PM PIT >> FINE : MINION :       at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:125)
5:05:33 PM PIT >> FINE : MINION :       at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:109)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.junit5.JUnit5TestUnitFinder.<init>(JUnit5TestUnitFinder.java:57)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.junit5.JUnit5Configuration.testUnitFinder(JUnit5Configuration.java:43)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
5:05:33 PM PIT >> FINE : MINION :       at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.mutationtest.config.PrioritisingTestConfiguration.makeFinder(PrioritisingTestConfiguration.java:61)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.mutationtest.config.PrioritisingTestConfiguration.<init>(PrioritisingTestConfiguration.java:20)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.mutationtest.config.MinionSettings.getTestFrameworkPlugin(MinionSettings.java:48)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.coverage.execute.CoverageMinion.createTestPlugin(CoverageMinion.java:178)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.coverage.execute.CoverageMinion.getTestsFromParent(CoverageMinion.java:150)
5:05:33 PM PIT >> FINE : MINION :       at org.pitest.coverage.execute.CoverageMinion.main(CoverageMinion.java:84)
5:05:33 PM PIT >> FINE : MINION : Caused by: java.lang.UnsupportedClassVersionError: org/testng/ITestNGListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
5:05:33 PM PIT >> FINE : MINION :       at java.lang.ClassLoader.defineClass1(Native Method)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
5:05:33 PM PIT >> FINE : MINION :       at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
5:05:33 PM PIT >> FINE : MINION :       at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
5:05:33 PM PIT >> FINE : MINION :       at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
5:05:33 PM PIT >> FINE : MINION :       at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
5:05:33 PM PIT >> FINE : MINION :       at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
5:05:33 PM PIT >> FINE : MINION :       at java.security.AccessController.doPrivileged(Native Method)
5:05:33 PM PIT >> FINE : MINION :       at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
5:05:33 PM PIT >> FINE : MINION :       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.Class.getDeclaredConstructors0(Native Method)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.Class.getConstructor0(Class.java:3075)
5:05:33 PM PIT >> FINE : MINION :       at java.lang.Class.newInstance(Class.java:412)
5:05:33 PM PIT >> FINE : MINION :       at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
5:05:33 PM PIT >> FINE : MINION :       ... 22 more
5:05:33 PM PIT >> SEVERE : Coverage generator Minion exited abnormally due to UNKNOWN_ERROR
Exception in thread "main" org.pitest.util.PitError: Coverage generation minion exited abnormally! (UNKNOWN_ERROR)

Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : Java HotSpot(TM) 64-Bit Server VM
Vendor : Oracle Corporation
Version : 25.361-b09
Uptime : 1050
Input ->
 1 : -Dfile.encoding=windows-1252
 2 : -Duser.country=IN
 3 : -Duser.language=en
 4 : -Duser.variant
BootClassPathSupported : true


Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : Java HotSpot(TM) 64-Bit Server VM
Vendor : Oracle Corporation
Version : 25.361-b09
Uptime : 1051
Input ->
 1 : -Dfile.encoding=windows-1252
 2 : -Duser.country=IN
 3 : -Duser.language=en
 4 : -Duser.variant
BootClassPathSupported : true

        at org.pitest.util.Unchecked.translateCheckedException(Unchecked.java:20)
        at org.pitest.coverage.execute.DefaultCoverageGenerator.calculateCoverage(DefaultCoverageGenerator.java:106)
        at org.pitest.coverage.execute.DefaultCoverageGenerator.calculateCoverage(DefaultCoverageGenerator.java:52)
        at org.pitest.mutationtest.tooling.MutationCoverage.runAnalysis(MutationCoverage.java:148)
        at org.pitest.mutationtest.tooling.MutationCoverage.runReport(MutationCoverage.java:138)
        at org.pitest.mutationtest.tooling.EntryPoint.execute(EntryPoint.java:129)
        at org.pitest.mutationtest.tooling.EntryPoint.execute(EntryPoint.java:57)
        at org.pitest.mutationtest.commandline.MutationCoverageReport.runReport(MutationCoverageReport.java:98)
        at org.pitest.mutationtest.commandline.MutationCoverageReport.main(MutationCoverageReport.java:45)
Caused by: org.pitest.util.PitError: Coverage generation minion exited abnormally! (UNKNOWN_ERROR)

Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : Java HotSpot(TM) 64-Bit Server VM
Vendor : Oracle Corporation
Version : 25.361-b09
Uptime : 1050
Input ->
 1 : -Dfile.encoding=windows-1252
 2 : -Duser.country=IN
 3 : -Duser.language=en
 4 : -Duser.variant
BootClassPathSupported : true

        at org.pitest.coverage.execute.DefaultCoverageGenerator.gatherCoverageData(DefaultCoverageGenerator.java:148)
        at org.pitest.coverage.execute.DefaultCoverageGenerator.calculateCoverage(DefaultCoverageGenerator.java:90)
        ... 7 more

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':pitest'.
> Process 'command 'D:\OS\win\Dev\langs\java\jdk\8.x\361\bin\java.exe'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org
@nagkumar
Copy link
Author

nagkumar commented May 30, 2023

Can any help in fixing pittest issue with toolchain, it reports error as Project base directory is null
In the latest plugin

java\edu>gradle cp

> Task :compileJava
<Unknown> [warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')


1 warning

> Task :compileTestJava
com\tejasoft\tests\ju\utils\scan\aop\AbstCallAspect.java [warning] advice defined in com.tejasoft.tests.ju.utils.scan.aop.AbstCallAspect has not been applied [Xlint:adviceDidNotMatch]


1 warning

> Task :pitest
5:08:49 PM PIT >> INFO : Project base directory is null
5:08:49 PM PIT >> INFO : ---------------------------------------------------------------------------
5:08:49 PM PIT >> INFO : Enabled (+) and disabled (-) features.
5:08:49 PM PIT >> INFO : -----------------------------------------
5:08:49 PM PIT >> INFO : +fann           Filters mutations in classes and methods with matching annotations of class or runtime retention
5:08:49 PM PIT >> INFO :   [annotation]    Annotation to avoid (full package name not required)
5:08:49 PM PIT >> INFO : +fassert        Filters mutations in compiler generated code for assertions
5:08:49 PM PIT >> INFO : +fenum          Filters mutations in enum constructors
5:08:49 PM PIT >> INFO : +feswitch       Filters mutations in switch statements on enums
5:08:49 PM PIT >> INFO : +ffblock        Filters mutations in code duplicated by finally block inlining
5:08:49 PM PIT >> INFO : +ffeach         Filters mutations in compiler generated code that implements for each loops
5:08:49 PM PIT >> INFO : +ffloop         Filters any mutations to increments in for loops as they may cause timeouts
5:08:49 PM PIT >> INFO : +finfinc        Filters mutations to increments that may cause infinite loops
5:08:49 PM PIT >> INFO : +finfit         Filters mutations that may cause infinite loops by removing calls to iterator.next
5:08:49 PM PIT >> INFO : +finull         Filters mutations in compiler generated code that checks for null by calling getClass
5:08:49 PM PIT >> INFO : +fkotlin        Filters out junk mutations in bytecode created by compiler for kotlin language features
5:08:49 PM PIT >> INFO : +flogcall       Filters mutations in code that makes calls to logging frameworks
5:08:49 PM PIT >> INFO : +fmrnull        Filters mutations in compiler generated code that inserts Objects.requireNonNull for method references
5:08:49 PM PIT >> INFO : +frecord        Filters mutations in compiler generated record code
5:08:49 PM PIT >> INFO : +fretequiv      Filters return vals mutants with bytecode equivalent to the unmutated class
5:08:49 PM PIT >> INFO : +fsequivequals  Filters equivalent mutations that affect only performance in short cutting equals methods
5:08:49 PM PIT >> INFO : +fstati         Filters mutations in static initializers and code called only from them
5:08:49 PM PIT >> INFO : +fstrswitch     Filters mutations in compiler generated code for string switch statements
5:08:49 PM PIT >> INFO : +ftrywr         Filters mutations in code generated for try with resources statements
5:08:49 PM PIT >> INFO : +macos_focus    Auto add java.awt.headless=true to keep keyboard focus on Mac OS
5:08:49 PM PIT >> INFO : -auto_threads   Auto set number of threads based on machine
5:08:49 PM PIT >> INFO : -classlimit     Limits the maximum number of mutations per class
5:08:49 PM PIT >> INFO :   [limit]         Integer value for maximum mutations to create per class
5:08:49 PM PIT >> INFO : -export         Exports mutants bytecode and other details to disk
5:08:49 PM PIT >> INFO : -git            Git integration
5:08:49 PM PIT >> INFO : -kotlin         Support for mutating kotlin bytecode
5:08:49 PM PIT >> INFO : ---------------------------------------------------------------------------
5:08:50 PM PIT >> FINE : Running report with ReportOptions[targetClasses=[com.tejasoft.**], excludedMethods=[], excludedClasses=[], 
5:08:50 PM PIT >> FINE : Maximum available memory is 6132 mb
5:08:50 PM PIT >> FINE : Incremental analysis set 276 mutations to a status of NOT_STARTED
5:08:50 PM PIT >> INFO : Incremental analysis reduced number of mutations by 0
5:08:50 PM PIT >> INFO : Created 9 mutation test units in pre scan
5:08:50 PM PIT >> FINE : MINION : Installing PIT agent
5:08:50 PM PIT >> INFO : Sending 114 test classes to minion
5:08:50 PM PIT >> INFO : Sent tests to minion
5:08:51 PM PIT >> INFO : MINION : 5:08:50 PM PIT >> FINE : Expecting 114 tests classes from parent
5:08:51 PM PIT >> INFO : MINION : 5:08:50 PM PIT >> FINE : Tests classes received
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> INFO : Checking environment
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.PackageSettings com/tejasoft/PackageSettings has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.BankAccount com/tejasoft/edu/bank/BankAccount has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.User com/tejasoft/edu/bank/User has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.dummies.DummyDBLogService com/tejasoft/edu/bank/tests/doubles/dummies/DummyDBLogService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.dummies.DummyEmailService com/tejasoft/edu/bank/tests/doubles/dummies/DummyEmailService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.dummies.DummySecurityService com/tejasoft/edu/bank/tests/doubles/dummies/DummySecurityService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.dummies.DummyUserService com/tejasoft/edu/bank/tests/doubles/dummies/DummyUserService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.dummies.TestBAWDummy com/tejasoft/edu/bank/tests/doubles/dummies/TestBAWDummy has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.FakeDBLogService com/tejasoft/edu/bank/tests/doubles/fakes/FakeDBLogService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.FakeEmailService com/tejasoft/edu/bank/tests/doubles/fakes/FakeEmailService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.FakeSecurityService com/tejasoft/edu/bank/tests/doubles/fakes/FakeSecurityService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.FakeUserService com/tejasoft/edu/bank/tests/doubles/fakes/FakeUserService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake$FakeDBLogService com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake$FakeDBLogService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake$FakeEmailService com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake$FakeEmailService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake$FakeEmailService$Email com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake$FakeEmailService$Email has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake$FakeSecurityService com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake$FakeSecurityService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.fakes.TestBAWFake$FakeUserService com/tejasoft/edu/bank/tests/doubles/fakes/TestBAWFake$FakeUserService has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.mocks.TestBAWMock com/tejasoft/edu/bank/tests/doubles/mocks/TestBAWMock has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.spys.TestBAWSpy com/tejasoft/edu/bank/tests/doubles/spys/TestBAWSpy has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.stubs.DBLogServiceStub com/tejasoft/edu/bank/tests/doubles/stubs/DBLogServiceStub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.stubs.EmailServiceStub com/tejasoft/edu/bank/tests/doubles/stubs/EmailServiceStub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.stubs.SecurityServiceStub com/tejasoft/edu/bank/tests/doubles/stubs/SecurityServiceStub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.stubs.TestBAWStub com/tejasoft/edu/bank/tests/doubles/stubs/TestBAWStub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.bank.tests.doubles.stubs.UserServiceStub com/tejasoft/edu/bank/tests/doubles/stubs/UserServiceStub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.date.DateCalc com/tejasoft/edu/calc/date/DateCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.date.tests.bdd.ccbr.StepsDateCalc com/tejasoft/edu/calc/date/tests/bdd/ccbr/StepsDateCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.date.tests.bdd.ccbr.suites.TestSuiteCCBRDateCalc com/tejasoft/edu/calc/date/tests/bdd/ccbr/suites/TestSuiteCCBRDateCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.RPNCalc com/tejasoft/edu/calc/rpn/RPNCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.StepsRPNCalc com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/StepsRPNCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.StepsRPNCalc$Entry com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/StepsRPNCalc$Entry has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.StepsShopping com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/StepsShopping has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.StepsShopping$Grocery com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/StepsShopping$Grocery has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.StepsShopping$Price com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/StepsShopping$Price has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.calc.rpn.tests.bdd.ccbr.suites.TestSuiteCCBRRPNCalc com/tejasoft/edu/calc/rpn/tests/bdd/ccbr/suites/TestSuiteCCBRRPNCalc has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.BalancedBraces com/tejasoft/edu/dsa/bbraces/BalancedBraces has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.BalancedBraces com/tejasoft/edu/dsa/bbraces/BalancedBraces has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.tests.ju.ju5.ut.TestBBOrdered com/tejasoft/edu/dsa/bbraces/tests/ju/ju5/ut/TestBBOrdered has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.tests.ju.ju5.ut.TestBBRandom com/tejasoft/edu/dsa/bbraces/tests/ju/ju5/ut/TestBBRandom has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.tests.ju.ju5.ut.propt.jqwik.TestJQwikBB com/tejasoft/edu/dsa/bbraces/tests/ju/ju5/ut/propt/jqwik/TestJQwikBB has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.edu.dsa.bbraces.tests.ju.ju5.ut.suites.TestBBSuites com/tejasoft/edu/dsa/bbraces/tests/ju/ju5/ut/suites/TestBBSuites has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.bdd.ccbr.CCBRSuiteAll com/tejasoft/tests/bdd/ccbr/CCBRSuiteAll has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.bdd.ccbr.utils.ParameterTypes com/tejasoft/tests/bdd/ccbr/utils/ParameterTypes has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju3.ut.learn.TestJU3 com/tejasoft/tests/ju/ju3/ut/learn/TestJU3 has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju3.utils.scan.aop.JU3AssertionsCallAspect com/tejasoft/tests/ju/ju3/utils/scan/aop/JU3AssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju3.utils.scan.aop.JU3AssertionsTypeCounter com/tejasoft/tests/ju/ju3/utils/scan/aop/JU3AssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju4.ut.learn.TestJU4 com/tejasoft/tests/ju/ju4/ut/learn/TestJU4 has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju4.utils.scan.aop.JU4AssertionsCallAspect com/tejasoft/tests/ju/ju4/utils/scan/aop/JU4AssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju4.utils.scan.aop.JU4AssertionsTypeCounter com/tejasoft/tests/ju/ju4/utils/scan/aop/JU4AssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.learn.TestJavaObjects com/tejasoft/tests/ju/ju5/ut/aprt/learn/TestJavaObjects has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.learn.scrubbers.TestDateScrubber com/tejasoft/tests/ju/ju5/ut/aprt/learn/scrubbers/TestDateScrubber has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.learn.scrubbers.TestGUIDScrubber com/tejasoft/tests/ju/ju5/ut/aprt/learn/scrubbers/TestGUIDScrubber has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.learn.scrubbers.TestMultiScrubber com/tejasoft/tests/ju/ju5/ut/aprt/learn/scrubbers/TestMultiScrubber has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.learn.scrubbers.TestRegXScrubber com/tejasoft/tests/ju/ju5/ut/aprt/learn/scrubbers/TestRegXScrubber has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.utils.scan.aop.ApprovalsCallAspect com/tejasoft/tests/ju/ju5/ut/aprt/utils/scan/aop/ApprovalsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.aprt.utils.scan.aop.ApprovalsTypeCounter com/tejasoft/tests/ju/ju5/ut/aprt/utils/scan/aop/ApprovalsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.basic.tests.TestAssertJ com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/basic/tests/TestAssertJ has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.CustomPersonAssert com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/CustomPersonAssert has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.CustomProductAssert com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/CustomProductAssert has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.Person com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/Person has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.Product com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/Product has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.tests.TestPerson com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/tests/TestPerson has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.learn.cust.tests.TestProduct com/tejasoft/tests/ju/ju5/ut/asserts/assertj/learn/cust/tests/TestProduct has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.utils.scan.aop.AssertJAssertionsCallAspect com/tejasoft/tests/ju/ju5/ut/asserts/assertj/utils/scan/aop/AssertJAssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.assertj.utils.scan.aop.AssertJAssertionsTypeCounter com/tejasoft/tests/ju/ju5/ut/asserts/assertj/utils/scan/aop/AssertJAssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.awaitility.learn.async.AsyncWorker com/tejasoft/tests/ju/ju5/ut/asserts/awaitility/learn/async/AsyncWorker has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.awaitility.learn.async.tests.TestAsyncEx com/tejasoft/tests/ju/ju5/ut/asserts/awaitility/learn/async/tests/TestAsyncEx has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.awaitility.learn.async.tests.TestAsyncUntil com/tejasoft/tests/ju/ju5/ut/asserts/awaitility/learn/async/tests/TestAsyncUntil has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.awaitility.learn.async.tests.TestAsyncWorker com/tejasoft/tests/ju/ju5/ut/asserts/awaitility/learn/async/tests/TestAsyncWorker has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.learn.tests.HMPerson com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/learn/tests/HMPerson has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.learn.tests.TestCustomHCMatcher com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/learn/tests/TestCustomHCMatcher has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.learn.tests.TestCustomHCMatcher$1 com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/learn/tests/TestCustomHCMatcher$1 has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.learn.tests.TestHCMatchers com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/learn/tests/TestHCMatchers has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.utils.scan.aop.HCAssertionsCallAspect com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/utils/scan/aop/HCAssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.hamcrest.utils.scan.aop.HCAssertionsTypeCounter com/tejasoft/tests/ju/ju5/ut/asserts/hamcrest/utils/scan/aop/HCAssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.learn.cust.JU5CustomArrayAssert com/tejasoft/tests/ju/ju5/ut/asserts/learn/cust/JU5CustomArrayAssert has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.asserts.learn.cust.tests.TestJU5CustomAssertions com/tejasoft/tests/ju/ju5/ut/asserts/learn/cust/tests/TestJU5CustomAssertions has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.suites.learn.TestExAdd com/tejasoft/tests/ju/ju5/ut/suites/learn/TestExAdd has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.suites.learn.TestExGroupAsserts com/tejasoft/tests/ju/ju5/ut/suites/learn/TestExGroupAsserts has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.suites.learn.TestExSub com/tejasoft/tests/ju/ju5/ut/suites/learn/TestExSub has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.suites.learn.TestSuiteEx com/tejasoft/tests/ju/ju5/ut/suites/learn/TestSuiteEx has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.ut.suites.perf.zerocode.TestAllPerfSuite com/tejasoft/tests/ju/ju5/ut/suites/perf/zerocode/TestAllPerfSuite has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.utils.scan.aop.asserts.JU5AssertionsCallAspect com/tejasoft/tests/ju/ju5/utils/scan/aop/asserts/JU5AssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.utils.scan.aop.asserts.JU5AssertionsTypeCounter com/tejasoft/tests/ju/ju5/utils/scan/aop/asserts/JU5AssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.utils.scan.aop.assumes.JU5AssumptionsCallAspect com/tejasoft/tests/ju/ju5/utils/scan/aop/assumes/JU5AssumptionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.ju5.utils.scan.aop.assumes.JU5AssumptionsTypeCounter com/tejasoft/tests/ju/ju5/utils/scan/aop/assumes/JU5AssumptionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.utils.JUConsts com/tejasoft/tests/ju/utils/JUConsts has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.utils.scan.aop.AllTypeCounter com/tejasoft/tests/ju/utils/scan/aop/AllTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.ju.utils.scan.aop.exts.PrintAOPCount com/tejasoft/tests/ju/utils/scan/aop/exts/PrintAOPCount has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.tng.learn.Person com/tejasoft/tests/tng/learn/Person has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.tng.learn.TestBasic com/tejasoft/tests/tng/learn/TestBasic has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.tng.learn.TestSoftAssert com/tejasoft/tests/tng/learn/TestSoftAssert has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.tng.utils.scan.aop.TNGAssertionsCallAspect com/tejasoft/tests/tng/utils/scan/aop/TNGAssertionsCallAspect has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.tests.tng.utils.scan.aop.TNGAssertionsTypeCounter com/tejasoft/tests/tng/utils/scan/aop/TNGAssertionsTypeCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.Counter com/tejasoft/utils/Counter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.StringHelper com/tejasoft/utils/StringHelper has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju4.ut.pbt.jqt.TestJUQCounter com/tejasoft/utils/tests/ju/ju4/ut/pbt/jqt/TestJUQCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.TestCounter com/tejasoft/utils/tests/ju/ju5/ut/TestCounter has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.TestCounterThreadSafety com/tejasoft/utils/tests/ju/ju5/ut/TestCounterThreadSafety has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.TestStringHelper com/tejasoft/utils/tests/ju/ju5/ut/TestStringHelper has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.CounterArgumentsProvider com/tejasoft/utils/tests/ju/ju5/ut/parms/CounterArgumentsProvider has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter0CSVFileSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter0CSVFileSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter1CSVSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter1CSVSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter2ValueSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter2ValueSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter3NullSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter3NullSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter4EmptySource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter4EmptySource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter5NullEmptySource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter5NullEmptySource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter6EnumSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter6EnumSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter6EnumSource$CounterEnums com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter6EnumSource$CounterEnums has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter7EmptyEnumSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter7EmptyEnumSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter7EmptyEnumSource$CounterName com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter7EmptyEnumSource$CounterName has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter8MethodSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter8MethodSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.TestCounter9ArgumentsSource com/tejasoft/utils/tests/ju/ju5/ut/parms/TestCounter9ArgumentsSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : Could not load com.tejasoft.utils.tests.ju.ju5.ut.parms.aprt.TestCounterAprtValueSource com/tejasoft/utils/tests/ju/ju5/ut/parms/aprt/TestCounterAprtValueSource has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 55.0
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> INFO : Found 0 tests
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> WARNING : No executable tests were found after examining the 114 test classes supplied. This may indicate an issue with the classpath or a missing test plugin (e.g for JUnit 5).
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> INFO : 0 tests discovered
5:08:51 PM PIT >> INFO : MINION : 5:08:51 PM PIT >> INFO : 0All tests were executed as part of discovery.
5:08:51 PM PIT >> FINE : Coverage generator Minion exited ok
5:08:51 PM PIT >> INFO : Calculated coverage in 1 seconds.
5:08:51 PM PIT >> FINE : Used memory after coverage calculation 8 mb
5:08:51 PM PIT >> FINE : Free Memory after coverage calculation 375 mb
5:08:51 PM PIT >> FINE : Incremental analysis set 186 mutations to a status of NOT_STARTED
5:08:51 PM PIT >> INFO : Incremental analysis reduced number of mutations by 0
5:08:51 PM PIT >> INFO : Created 8 mutation test units
5:08:51 PM PIT >> FINE : Used memory before analysis start 40 mb
5:08:51 PM PIT >> FINE : Free Memory before analysis start 343 mb
5:08:51 PM PIT >> FINE : Running 8 units
|======|====--> 5:08:51 PM PIT >> INFO : Completed in 1 seconds
===============================================================================
- Mutators
================================================================================
> org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_ORDER_ELSE
>> Generated 2 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 2
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
>> Generated 16 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 16
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
>> Generated 17 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 17
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_ELSE
>> Generated 16 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 16
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.returns.NullReturnValsMutator
>> 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
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_ORDER_IF
>> Generated 2 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 2
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.MathMutator
>> Generated 6 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 6
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.returns.EmptyObjectReturnValsMutator
>> 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 18 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 18
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.returns.PrimitiveReturnsMutator
>> Generated 2 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 2
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
>> Generated 2 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 2
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.returns.BooleanTrueReturnValsMutator
>> Generated 2 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 2
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
>> Generated 5 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 5
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.experimental.NakedReceiverMutator
>> Generated 1 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 1
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
>> Generated 6 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 6
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.experimental.ArgumentPropagationMutator
>> 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.returns.BooleanFalseReturnValsMutator
>> Generated 1 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 1
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.NonVoidMethodCallMutator
>> Generated 60 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 60
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.RemoveConditionalMutator_EQUAL_IF
>> Generated 16 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 16
--------------------------------------------------------------------------------
================================================================================
- Timings
================================================================================
> pre-scan for mutations : < 1 second
> scan classpath : < 1 second
> coverage and dependency analysis : < 1 second
> build mutation tests : < 1 second
> run mutation analysis : < 1 second
--------------------------------------------------------------------------------
> Total  : 1 seconds
--------------------------------------------------------------------------------
================================================================================
- Statistics
================================================================================
>> Line Coverage: 0/122 (0%)
>> Generated 186 mutations Killed 0 (0%)
>> Mutations with no coverage 186. Test strength 0%
>> Ran 0 tests (0 tests per mutation)
Enhanced functionality available at https://www.arcmutate.com/

BUILD SUCCESSFUL in 20s
8 actionable tasks: 8 executed

and the final report is all zeros

image

@AlEmerich
Copy link

Hello @nagkumar, I have the exact same issue, did you find a workaround ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants