-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
test-verify
and test-dist-long
Ant targets both fail
#905
Labels
DevEnvironment
Everything related to the Toolbox development environment
help wanted
We need your help
Tools
The command line tools - TLC, SANY, ...
Comments
lemmy
added
Tools
The command line tools - TLC, SANY, ...
DevEnvironment
Everything related to the Toolbox development environment
labels
May 8, 2024
Re <testcase classname="tlc2.tool.fp.OffHeapDiskFPSetJPFTest" name="test" time="0.033">
<failure message="JPF internal exception executing: +listener=.listener.AssertionProperty,.listener.ErrorTraceGenerator :gov.nasa.jpf.JPF$ExitException: JPF configuration error: error instantiating class gov.nasa.jpf.vm.OVHeap for entry "vm.heap.class":
> exception in gov.nasa.jpf.vm.OVHeap(gov.nasa.jpf.Config,gov.nasa.jpf.
vm.KernelState):
>> java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
> used within "vm.class" instantiation of class gov.nasa.jpf.vm.SingleProcessVM" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: JPF internal exception executing: +listener=.listener.AssertionProperty,.listener.ErrorTraceGenerator :gov.nasa.jpf.JPF$ExitException: JPF configuration error: error instantiating class gov.nasa.jpf.vm.OVHeap for entry "vm.heap.class":
> exception in gov.nasa.jpf.vm.OVHeap(gov.nasa.jpf.Config,gov.nasa.jpf.vm.KernelState):
>> java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
> used within "vm.class" instantiation of class gov.nasa.jpf.vm.SingleProcessVM
at gov.nasa.jpf.util.test.TestJPF.fail(TestJPF.java:164)
at gov.nasa.jpf.util.test.TestJPF.fail(TestJPF.java:156)
at gov.nasa.jpf.util.test.TestJPF.noPropertyViolation(TestJPF.java:810)
at gov.nasa.jpf.util.test.TestJPF.verifyNoPropertyViolation(TestJPF.java:830)
at tlc2.tool.fp.OffHeapDiskFPSetJPFTest.test(OffHeapDiskFPSetJPFTest.java:44)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
</failure>
</testcase>
<system-out><![CDATA[ running jpf with args: +listener=.listener.AssertionProperty,.listener.ErrorTraceGenerator
[SEVERE] JPF configuration error: error instantiating class gov.nasa.jpf.vm.OVHeap for entry "vm.heap.class":
> exception in gov.nasa.jpf.vm.OVHeap(gov.nasa.jpf.Config,gov.nasa.jpf.vm.KernelState):
>> java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
> used within "vm.class" instantiation of class gov.nasa.jpf.vm.SingleProcessVM
]]></system-out>
<system-err><![CDATA[gov.nasa.jpf.JPF$ExitException: JPF configuration error: error instantiating class gov.nasa.jpf.vm.OVHeap for entry "vm.heap.class":
> exception in gov.nasa.jpf.vm.OVHeap(gov.nasa.jpf.Config,gov.nasa.jpf.vm.KernelState):
>> java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
> used within "vm.class" instantiation of class gov.nasa.jpf.vm.SingleProcessVM
at gov.nasa.jpf.JPF.initialize(JPF.java:293)
at gov.nasa.jpf.JPF.<init>(JPF.java:251)
at gov.nasa.jpf.util.test.TestJPF.createJPF(TestJPF.java:729)
at gov.nasa.jpf.util.test.TestJPF.createAndRunJPF(TestJPF.java:673)
at gov.nasa.jpf.util.test.TestJPF.noPropertyViolation(TestJPF.java:806)
at gov.nasa.jpf.util.test.TestJPF.verifyNoPropertyViolation(TestJPF.java:830)
at tlc2.tool.fp.OffHeapDiskFPSetJPFTest.test(OffHeapDiskFPSetJPFTest.java:44)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042)
Caused by: JPF configuration error: error instantiating class gov.nasa.jpf.vm.OVHeap for entry "vm.heap.class":
> exception in gov.nasa.jpf.vm.OVHeap(gov.nasa.jpf.Config,gov.nasa.jpf.vm.KernelState):
>> java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
> used within "vm.class" instantiation of class gov.nasa.jpf.vm.SingleProcessVM
at gov.nasa.jpf.Config.getInstance(Config.java:2011)
at gov.nasa.jpf.Config.getEssentialInstance(Config.java:1933)
at gov.nasa.jpf.JPF.initialize(JPF.java:269)
... 25 more
]]></system-err>
</testsuite> |
I'll take a look at this one |
Merged
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DevEnvironment
Everything related to the Toolbox development environment
help wanted
We need your help
Tools
The command line tools - TLC, SANY, ...
These don't appear to be checked in any CI so it isn't surprising that they've started failing. Should they be fixed or just removed from the Ant build file? The
benchmark
target still works but I won't be surprised if that starts failing eventually since it isn't being exercised in the CI anymore.test-verify
error:test-dist-long
error:The text was updated successfully, but these errors were encountered: