Skip to content

Support environment variables in Core Build projects for Local #1886

Support environment variables in Core Build projects for Local

Support environment variables in Core Build projects for Local #1886

GitHub Actions / Test Results failed Sep 13, 2024 in 0s

8 errors, 60 fail, 143 skipped, 11 205 pass in 56m 56s

   635 files     635 suites   56m 56s ⏱️
11 416 tests 11 205 ✅ 143 💤 60 ❌ 8 🔥
11 454 runs  11 243 ✅ 143 💤 60 ❌ 8 🔥

Results for commit 1c0c931.

Annotations

Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.MultiProcessRemoteTest

See this annotation in the file changed.

@github-actions 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 1s]
Raw output
org.eclipse.core.runtime.CoreException: Failed to execute MI command:
-target-attach 41392&

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 41392&

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 41392&

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)
572,336 "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

See this annotation in the file changed.

@github-actions 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)
574,931 "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

See this annotation in the file changed.

@github-actions 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 41531&

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 41531&

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 41531&

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)
575,499 "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

See this annotation in the file changed.

@github-actions 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)
576,216 "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

See this annotation in the file changed.

@github-actions 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)
581,511 "atDoubleMethodShalowCall[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
581,939 "atLaterLineSkipBreakpoints[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
582,399 "atDoubleMethodDeepCall[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
582,827 "atDoubleMethodStopAtBreakpoint[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
583,248 "atDoubleMethodSkipBreakpoint[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
583,671 "atLaterLineThatIsNotHit[gdb]" requesting gdb. Launched gdb 9.2.

Check failure on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
584,088 "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

See this annotation in the file changed.

@github-actions 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)
889,190 "atDoubleMethodStopAtBreakpointFunctionEntry[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
889,609 "atLaterLine[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
890,051 "diffMethodByArgsNumber2[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
890,477 "atSameLine[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
890,903 "diffMethodByArgsNumber[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
891,333 "atLaterLineOnDifferentFile[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
891,758 "atDoubleMethodSkipBreakpointFunctionEntry[gdb]" requesting gdb. Launched gdb 9.2.

Check warning on line 0 in org.eclipse.cdt.tests.dsf.gdb.tests.nonstop.StepIntoSelectionNonStopTest

See this annotation in the file changed.

@github-actions 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)
893,511 "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

See this annotation in the file changed.

@github-actions 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)
894,000 "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

See this annotation in the file changed.

@github-actions 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)
894,487 "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

See this annotation in the file changed.

@github-actions 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)
894,974 "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

See this annotation in the file changed.

@github-actions 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)
895,470 "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

See this annotation in the file changed.

@github-actions 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)
895,966 "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

See this annotation in the file changed.

@github-actions 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)
896,456 "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)