Update to latest versions of build tools #1693
8 errors, 60 fail, 143 skipped, 11 206 pass in 55m 9s
635 files 635 suites 55m 9s ⏱️
11 417 tests 11 206 ✅ 143 💤 60 ❌ 8 🔥
11 455 runs 11 244 ✅ 143 💤 60 ❌ 8 🔥
Results for commit dbf8688.
Annotations
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest
github-actions / Test Results
launchGdbServerWithoutProgram_DebugNewExecutable_And_ConnectExecutable_noProgram[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.xml [took 0s]
Raw output
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39663&
Error message from debugger back end:
Remote connection closed
java.util.concurrent.ExecutionException:
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39663&
Error message from debugger back end:
Remote connection closed
at org.eclipse.cdt.dsf.concurrent.Query.get(Query.java:139)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.attachToProcess(MultiProcessRemoteTest.java:240)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithProgram_DebugNewExecutable_And_ConnectExecutable(MultiProcessRemoteTest.java:168)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithoutProgram_DebugNewExecutable_And_ConnectExecutable_noProgram(MultiProcessRemoteTest.java:174)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39663&
Error message from debugger back end:
Remote connection closed
... 17 more
Caused by: java.lang.Exception: Remote connection closed
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:1024)
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:853)
702,446 "launchGdbServerWithoutProgram_DebugNewExecutable_And_ConnectExecutable_noProgram[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest
github-actions / Test Results
launchGdbServerWithoutProgramAndConnectMultipleExecutables_noProgram[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.xml [took 0s]
Raw output
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
java.util.concurrent.ExecutionException:
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
at org.eclipse.cdt.dsf.concurrent.Query.get(Query.java:139)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.attachToProcess(MultiProcessRemoteTest.java:240)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithProgramAndConnectMultipleExecutables(MultiProcessRemoteTest.java:143)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithoutProgramAndConnectMultipleExecutables_noProgram(MultiProcessRemoteTest.java:153)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
... 17 more
Caused by: java.lang.Exception: Unknown remote qXfer reply: OK
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:1024)
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:853)
704,441 "launchGdbServerWithoutProgramAndConnectMultipleExecutables_noProgram[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest
github-actions / Test Results
launchGdbServerWithProgram_DebugNewExecutable_And_ConnectExecutable[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.xml [took 0s]
Raw output
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39809&
Error message from debugger back end:
Remote connection closed
java.util.concurrent.ExecutionException:
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39809&
Error message from debugger back end:
Remote connection closed
at org.eclipse.cdt.dsf.concurrent.Query.get(Query.java:139)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.attachToProcess(MultiProcessRemoteTest.java:240)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithProgram_DebugNewExecutable_And_ConnectExecutable(MultiProcessRemoteTest.java:168)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 39809&
Error message from debugger back end:
Remote connection closed
... 16 more
Caused by: java.lang.Exception: Remote connection closed
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:1024)
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:853)
704,944 "launchGdbServerWithProgram_DebugNewExecutable_And_ConnectExecutable[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest
github-actions / Test Results
launchGdbServerWithProgramAndConnectMultipleExecutables[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.xml [took 0s]
Raw output
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
java.util.concurrent.ExecutionException:
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
at org.eclipse.cdt.dsf.concurrent.Query.get(Query.java:139)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.attachToProcess(MultiProcessRemoteTest.java:240)
at org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest.launchGdbServerWithProgramAndConnectMultipleExecutables(MultiProcessRemoteTest.java:143)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-file-exec-and-symbols data/launch/bin/MultiThread.exe
Error message from debugger back end:
Unknown remote qXfer reply: OK
... 16 more
Caused by: java.lang.Exception: Unknown remote qXfer reply: OK
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:1024)
at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:853)
705,561 "launchGdbServerWithProgramAndConnectMultipleExecutables[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodShalowCall[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodShalowCall(StepIntoSelectionTest.java:303)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
077,199 "atDoubleMethodShalowCall[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLineSkipBreakpoints[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got laterLineTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got laterLineTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLineSkipBreakpoints(StepIntoSelectionTest.java:431)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
077,619 "atLaterLineSkipBreakpoints[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodDeepCall[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodDeepCall(StepIntoSelectionTest.java:285)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
078,052 "atDoubleMethodDeepCall[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodStopAtBreakpoint[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpointCommon(StepIntoSelectionTest.java:448)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpoint(StepIntoSelectionTest.java:471)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
078,466 "atDoubleMethodStopAtBreakpoint[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodSkipBreakpoint[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpointCommon(StepIntoSelectionTest.java:488)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpoint(StepIntoSelectionTest.java:511)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
078,876 "atDoubleMethodSkipBreakpoint[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLineThatIsNotHit[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
expected:<57> but was:<58>
java.lang.AssertionError: expected:<57> but was:<58>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:154)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLineThatIsNotHit(StepIntoSelectionTest.java:373)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
079,292 "atLaterLineThatIsNotHit[gdb]" requesting gdb. Launched gdb 9.2.
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
recursiveMethod[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 5m 0s]
Raw output
test timed out after 300000 milliseconds
org.junit.runners.model.TestTimedOutException: test timed out after 300000 milliseconds
at java.base/java.lang.Object.wait0(Native Method)
at java.base/java.lang.Object.wait(Object.java:366)
at org.eclipse.cdt.tests.dsf.gdb.framework.ServiceEventWaitor.waitForEvent(ServiceEventWaitor.java:136)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.triggerStepIntoSelection(StepIntoSelectionTest.java:196)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.recursiveMethod(StepIntoSelectionTest.java:319)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
079,706 "recursiveMethod[gdb]" requesting gdb. Launched gdb 9.2.
Uncaught exception in session executor thread: java.lang.AssertionError: Exception thrown by a IServiceEventListener.ServiceHandlerMethod method
at org.eclipse.cdt.dsf.service.DsfSession.doDispatchEvent(DsfSession.java:550)
at org.eclipse.cdt.dsf.service.DsfSession$3.run(DsfSession.java:408)
at org.eclipse.cdt.dsf.concurrent.DefaultDsfExecutor$TracingWrapperRunnable.run(DefaultDsfExecutor.java:381)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodStopAtBreakpointFunctionEntry[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 5s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpointCommon(StepIntoSelectionTest.java:448)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpointFunctionEntry(StepIntoSelectionTest.java:462)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
384,808 "atDoubleMethodStopAtBreakpointFunctionEntry[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLine[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got laterLineTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got laterLineTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLine(StepIntoSelectionTest.java:250)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
385,211 "atLaterLine[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
diffMethodByArgsNumber2[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected add but got methodWithDiffArgsNumberTest
java.lang.AssertionError: Not inside the expected function. Expected add but got methodWithDiffArgsNumberTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.diffMethodByArgsNumber2(StepIntoSelectionTest.java:543)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
385,618 "diffMethodByArgsNumber2[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atSameLine[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got sameLineTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got sameLineTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atSameLine(StepIntoSelectionTest.java:233)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
386,024 "atSameLine[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
diffMethodByArgsNumber[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected add but got methodWithDiffArgsNumberTest
java.lang.AssertionError: Not inside the expected function. Expected add but got methodWithDiffArgsNumberTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.diffMethodByArgsNumber(StepIntoSelectionTest.java:529)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
386,427 "diffMethodByArgsNumber[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLineOnDifferentFile[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected value but got laterLineDifferentFileTest
java.lang.AssertionError: Not inside the expected function. Expected value but got laterLineDifferentFileTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLineOnDifferentFile(StepIntoSelectionTest.java:267)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
386,832 "atLaterLineOnDifferentFile[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodSkipBreakpointFunctionEntry[gdb] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpointCommon(StepIntoSelectionTest.java:488)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpointFunctionEntry(StepIntoSelectionTest.java:502)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
387,238 "atDoubleMethodSkipBreakpointFunctionEntry[gdb]" requesting gdb. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodShalowCall[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodShalowCall(StepIntoSelectionTest.java:303)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
388,912 "atDoubleMethodShalowCall[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLineSkipBreakpoints[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got laterLineTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got laterLineTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLineSkipBreakpoints(StepIntoSelectionTest.java:431)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
389,363 "atLaterLineSkipBreakpoints[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodDeepCall[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected foo but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected foo but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodDeepCall(StepIntoSelectionTest.java:285)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
389,819 "atDoubleMethodDeepCall[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodStopAtBreakpoint[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpointCommon(StepIntoSelectionTest.java:448)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodStopAtBreakpoint(StepIntoSelectionTest.java:471)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
390,273 "atDoubleMethodStopAtBreakpoint[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atDoubleMethodSkipBreakpoint[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
Not inside the expected function. Expected bar but got doubleMethodTest
java.lang.AssertionError: Not inside the expected function. Expected bar but got doubleMethodTest
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:151)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpointCommon(StepIntoSelectionTest.java:488)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atDoubleMethodSkipBreakpoint(StepIntoSelectionTest.java:511)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
390,732 "atDoubleMethodSkipBreakpoint[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
atLaterLineThatIsNotHit[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) failed
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 0s]
Raw output
expected:<57> but was:<58>
java.lang.AssertionError: expected:<57> but was:<58>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.validateLocation(StepIntoSelectionTest.java:154)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.atLaterLineThatIsNotHit(StepIntoSelectionTest.java:373)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
391,192 "atLaterLineThatIsNotHit[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest
github-actions / Test Results
recursiveMethod[gdbserver] (org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest) with error
test-results/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire-reports/TEST-org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest.xml [took 5m 0s]
Raw output
test timed out after 300000 milliseconds
org.junit.runners.model.TestTimedOutException: test timed out after 300000 milliseconds
at java.base/java.lang.Object.wait0(Native Method)
at java.base/java.lang.Object.wait(Object.java:366)
at org.eclipse.cdt.tests.dsf.gdb.framework.ServiceEventWaitor.waitForEvent(ServiceEventWaitor.java:136)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.triggerStepIntoSelection(StepIntoSelectionTest.java:196)
at org.eclipse.cdt.tests.dsf.gdb.tests.StepIntoSelectionTest.recursiveMethod(StepIntoSelectionTest.java:319)
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:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.Thread.run(Thread.java:1583)
391,651 "recursiveMethod[gdbserver]" requesting gdb with gdbserver. Launched gdb 9.2.
Uncaught exception in session executor thread: java.lang.AssertionError: Exception thrown by a IServiceEventListener.ServiceHandlerMethod method
at org.eclipse.cdt.dsf.service.DsfSession.doDispatchEvent(DsfSession.java:550)
at org.eclipse.cdt.dsf.service.DsfSession$3.run(DsfSession.java:408)
at org.eclipse.cdt.dsf.concurrent.DefaultDsfExecutor$TracingWrapperRunnable.run(DefaultDsfExecutor.java:381)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)