org.eclipse.jdt.ui.tests.core.source.GenerateConstructorUsingFieldsTest::test02 disabled (see bug 113052 (import issue)) ==================================== testOverrideMethodTypeParams1 ==================================== IMethodBinding.overrides(): false IMethodBinding.isSubsignature(): false MethodOverrideTester.isSubsignature(): false Bindings.isSubsignature(): true Override Annotation: false // Overridden: ---------------------------------- public class A {public void tp1_xoo3(X x, Y y){}} // Overriding: ---------------------------------- class B extends A {@Override public void tp1_xoo3(V x, W y){}} package test1; import org.eclipse.jdt.annotation.*; public class E { public void f() { @NonNullByDefault({DefaultLocation.PARAMETER}) Object local=new Object() { public void g() { @NonNullByDefault(value={DefaultLocation.PARAMETER}) Object nested; }; }; } } !SESSION 2017-10-09 11:57:54.743 ----------------------------------------------- eclipse.buildId=4.7.1.M20171009-0410 java.version=1.8.0_51 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep47M-unit-win32\workarea\M20171009-0410\eclipse-testing\results\ep47M-unit-win32_win32.win32.x86_8.0 Command-line arguments: -application org.eclipse.test.uitestapplication -data c:\shared_hudson\workspace\ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite -os win32 -ws win32 -arch x86 -consolelog -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep47M-unit-win32\workarea\M20171009-0410\eclipse-testing\results\ep47M-unit-win32_win32.win32.x86_8.0 !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:04:14.169 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$2.run(JavaProjectHelper.java:419) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.clear(JavaProjectHelper.java:424) at org.eclipse.jdt.ui.tests.quickfix.UnresolvedVariablesQuickFixTest.tearDown(UnresolvedVariablesQuickFixTest.java:87) at junit.framework.TestCase.runBare(TestCase.java:146) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:04:18.275 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src/test1/Fixe.java at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$1.run(JavaProjectHelper.java:344) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:347) at org.eclipse.jdt.ui.tests.quickfix.QuickFixTest.getWizardPreviewContent(QuickFixTest.java:479) at org.eclipse.jdt.ui.tests.quickfix.QuickFixTest.getProposalPreviewContent(QuickFixTest.java:440) at org.eclipse.jdt.ui.tests.quickfix.QuickFixTest.getPreviewContents(QuickFixTest.java:427) at org.eclipse.jdt.ui.tests.quickfix.QuickFixTest.assertExpectedExistInProposals(QuickFixTest.java:170) at org.eclipse.jdt.ui.tests.quickfix.UnresolvedVariablesQuickFixTest.testVarAndTypeRef(UnresolvedVariablesQuickFixTest.java:1662) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:04:28.113 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$2.run(JavaProjectHelper.java:419) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.clear(JavaProjectHelper.java:424) at org.eclipse.jdt.ui.tests.quickfix.UnresolvedMethodsQuickFixTest.tearDown(UnresolvedMethodsQuickFixTest.java:86) at junit.framework.TestCase.runBare(TestCase.java:146) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:04:58.745 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$2.run(JavaProjectHelper.java:419) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.clear(JavaProjectHelper.java:424) at org.eclipse.jdt.ui.tests.quickfix.TypeMismatchQuickFixTests.tearDown(TypeMismatchQuickFixTests.java:104) at junit.framework.TestCase.runBare(TestCase.java:146) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:06:35.513 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$2.run(JavaProjectHelper.java:419) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.clear(JavaProjectHelper.java:424) at org.eclipse.jdt.ui.tests.quickfix.AdvancedQuickAssistTest.tearDown(AdvancedQuickAssistTest.java:102) at junit.framework.TestCase.runBare(TestCase.java:146) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 10001 2017-10-09 12:07:10.593 !MESSAGE Internal Error !STACK 0 java.lang.IllegalStateException: sleep before retrying JavaProjectHelper.delete() for file:/C:/shared_hudson/workspace/ep47M-unit-win32/workarea/M20171009-0410/eclipse-testing/test-eclipse/eclipse/jdt_folder/TestSetupProject/src at org.eclipse.jdt.testplugin.JavaProjectHelper.delete(JavaProjectHelper.java:369) at org.eclipse.jdt.testplugin.JavaProjectHelper$2.run(JavaProjectHelper.java:419) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262) at org.eclipse.jdt.testplugin.JavaProjectHelper.clear(JavaProjectHelper.java:424) at org.eclipse.jdt.ui.tests.quickfix.CleanUpTestCase.tearDown(CleanUpTestCase.java:138) at junit.framework.TestCase.runBare(TestCase.java:146) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 1 0 2017-10-09 12:08:02.204 !MESSAGE Expecting an error message to be logged after this. !ENTRY org.eclipse.jdt.ui 4 4 2017-10-09 12:08:02.223 !MESSAGE Error during computation of Annotate proposals: Could not resolve type Missing !STACK 0 org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals$MissingBindingException: Could not resolve type Missing at org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals.resolveBinding(ExternalNullAnnotationChangeProposals.java:330) at org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals.collectExternalAnnotationProposals(ExternalNullAnnotationChangeProposals.java:450) at org.eclipse.jdt.internal.ui.text.correction.ExternalNullAnnotationQuickAssistProcessor.computeQuickAssistProposals(ExternalNullAnnotationQuickAssistProcessor.java:95) at org.eclipse.jdt.ui.tests.quickfix.AbstractAnnotateAssistTests.collectAnnotateProposals(AbstractAnnotateAssistTests.java:81) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15.testBug466232(AnnotateAssistTest15.java:651) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:749) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195) at org.eclipse.test.UITestApplication$$Lambda$290/25589731.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4213) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3820) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680) at org.eclipse.ui.internal.Workbench$$Lambda$14/30467510.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139) at org.eclipse.test.UITestApplication.run(UITestApplication.java:61) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) at org.eclipse.core.launcher.Main.main(Main.java:34) 1507565390038 launch added : ATestCase: org.eclipse.debug.core.Launch@4b1937 1507565390319 launch changed : ATestCase: org.eclipse.debug.core.Launch@4b1937 [JUnit] 1507565390630 launch terminated: ATestCase: org.eclipse.debug.core.Launch@4b1937 [JUnit] 1507565391224 launch added : ATestCase: org.eclipse.debug.core.Launch@15ade3e 1507565391271 launch changed : ATestCase: org.eclipse.debug.core.Launch@15ade3e [JUnit] 1507565391636 launch terminated: ATestCase: org.eclipse.debug.core.Launch@15ade3e [JUnit] 1507565391855 launch added : ATestCase: org.eclipse.debug.core.Launch@1e10c93 1507565391902 launch changed : ATestCase: org.eclipse.debug.core.Launch@1e10c93 [JUnit] 1507565392190 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1e10c93 [JUnit] 1507565392403 launch added : ATestCase: org.eclipse.debug.core.Launch@19ee162 1507565392434 launch changed : ATestCase: org.eclipse.debug.core.Launch@19ee162 [JUnit] 1507565392778 launch terminated: ATestCase: org.eclipse.debug.core.Launch@19ee162 [JUnit] 1507565392988 launch added : ATestCase: org.eclipse.debug.core.Launch@1f6b64d 1507565393035 launch changed : ATestCase: org.eclipse.debug.core.Launch@1f6b64d [JUnit] 1507565393363 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1f6b64d [JUnit] 1507565393522 launch added : ATestCase: org.eclipse.debug.core.Launch@b17174 1507565393569 launch changed : ATestCase: org.eclipse.debug.core.Launch@b17174 [JUnit] 1507565393881 launch terminated: ATestCase: org.eclipse.debug.core.Launch@b17174 [JUnit] 1507565394084 launch added : ATestCase: org.eclipse.debug.core.Launch@4f5990 1507565394131 launch changed : ATestCase: org.eclipse.debug.core.Launch@4f5990 [JUnit] 1507565394459 launch terminated: ATestCase: org.eclipse.debug.core.Launch@4f5990 [JUnit] 1507565394794 launch added : MyTestSuite: org.eclipse.debug.core.Launch@a8fa35 1507565394826 launch changed : MyTestSuite: org.eclipse.debug.core.Launch@a8fa35 [JUnit] 1507565395373 launch terminated: MyTestSuite: org.eclipse.debug.core.Launch@a8fa35 [JUnit] 1507565395576 launch added : ATestCase: org.eclipse.debug.core.Launch@1daef80 1507565395623 launch changed : ATestCase: org.eclipse.debug.core.Launch@1daef80 [JUnit] 1507565395989 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1daef80 [JUnit] 1507565396174 launch added : ATestCase: org.eclipse.debug.core.Launch@3bdb92 1507565396221 launch changed : ATestCase: org.eclipse.debug.core.Launch@3bdb92 [JUnit] 1507565396549 launch terminated: ATestCase: org.eclipse.debug.core.Launch@3bdb92 [JUnit] 1507565396728 launch added : ATestCase: org.eclipse.debug.core.Launch@19dc507 1507565396759 launch changed : ATestCase: org.eclipse.debug.core.Launch@19dc507 [JUnit] 1507565397072 launch terminated: ATestCase: org.eclipse.debug.core.Launch@19dc507 [JUnit] 1507565397268 launch added : ATestCase: org.eclipse.debug.core.Launch@1aabb25 1507565397315 launch changed : ATestCase: org.eclipse.debug.core.Launch@1aabb25 [JUnit] 1507565397659 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1aabb25 [JUnit] 1507565397916 launch added : ATestCase: org.eclipse.debug.core.Launch@1fd4bd0 1507565398041 launch changed : ATestCase: org.eclipse.debug.core.Launch@1fd4bd0 [JUnit] 1507565398591 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1fd4bd0 [JUnit] 1507565398841 launch added : ATestCase: org.eclipse.debug.core.Launch@a00751 1507565398904 launch changed : ATestCase: org.eclipse.debug.core.Launch@a00751 [JUnit] 1507565399404 launch terminated: ATestCase: org.eclipse.debug.core.Launch@a00751 [JUnit] 1507565399638 launch added : ATestCase: org.eclipse.debug.core.Launch@1639d26 1507565399701 launch changed : ATestCase: org.eclipse.debug.core.Launch@1639d26 [JUnit] 1507565400232 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1639d26 [JUnit] 1507565400466 launch added : ATestCase: org.eclipse.debug.core.Launch@a4018d 1507565400529 launch changed : ATestCase: org.eclipse.debug.core.Launch@a4018d [JUnit] 1507565401061 launch terminated: ATestCase: org.eclipse.debug.core.Launch@a4018d [JUnit] 1507565401280 launch added : ATestCase: org.eclipse.debug.core.Launch@361cb3 1507565401327 launch changed : ATestCase: org.eclipse.debug.core.Launch@361cb3 [JUnit] 1507565401822 launch terminated: ATestCase: org.eclipse.debug.core.Launch@361cb3 [JUnit] 1507565402041 launch added : ATestCase: org.eclipse.debug.core.Launch@1c548f9 1507565402087 launch changed : ATestCase: org.eclipse.debug.core.Launch@1c548f9 [JUnit] 1507565402650 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1c548f9 [JUnit] 1507565402962 launch added : ATestCase: org.eclipse.debug.core.Launch@1da7f30 1507565403025 launch changed : ATestCase: org.eclipse.debug.core.Launch@1da7f30 [JUnit] 1507565403570 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1da7f30 [JUnit] 1507565403835 launch added : ATestCase: org.eclipse.debug.core.Launch@5a28ed 1507565403882 launch changed : ATestCase: org.eclipse.debug.core.Launch@5a28ed [JUnit] 1507565404413 launch terminated: ATestCase: org.eclipse.debug.core.Launch@5a28ed [JUnit] 1507565404647 launch added : ATestCase: org.eclipse.debug.core.Launch@1b39ee3 1507565404725 launch changed : ATestCase: org.eclipse.debug.core.Launch@1b39ee3 [JUnit] 1507565405256 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1b39ee3 [JUnit] 1507565405475 launch added : ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@1f63085 1507565405522 launch changed : ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@1f63085 [JUnit] 1507565406053 launch terminated: ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@1f63085 [JUnit] 1507565406319 launch added : ATestCase test2Fail: org.eclipse.debug.core.Launch@1089752 1507565406350 launch changed : ATestCase test2Fail: org.eclipse.debug.core.Launch@1089752 [JUnit] 1507565406897 launch terminated: ATestCase test2Fail: org.eclipse.debug.core.Launch@1089752 [JUnit] 1507565407131 launch added : ATestCase test1Succeed: org.eclipse.debug.core.Launch@79c6ac 1507565407163 launch changed : ATestCase test1Succeed: org.eclipse.debug.core.Launch@79c6ac [JUnit] 1507565407694 launch terminated: ATestCase test1Succeed: org.eclipse.debug.core.Launch@79c6ac [JUnit] 1507565407928 launch added : ATestCase testDiv[1]: org.eclipse.debug.core.Launch@1d7cdd8 1507565407959 launch changed : ATestCase testDiv[1]: org.eclipse.debug.core.Launch@1d7cdd8 [JUnit] 1507565408491 launch terminated: ATestCase testDiv[1]: org.eclipse.debug.core.Launch@1d7cdd8 [JUnit] 1507565408772 launch added : ATestCase testDiv: org.eclipse.debug.core.Launch@1359bc0 1507565408819 launch changed : ATestCase testDiv: org.eclipse.debug.core.Launch@1359bc0 [JUnit] 1507565409350 launch terminated: ATestCase testDiv: org.eclipse.debug.core.Launch@1359bc0 [JUnit] 1507565409600 launch added : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@cff168 1507565409647 launch changed : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@cff168 [JUnit] 1507565410194 launch terminated: ATestCase testDiv[0]: org.eclipse.debug.core.Launch@cff168 [JUnit] 1507565410444 launch added : ATestCase [1]: org.eclipse.debug.core.Launch@a98f5b 1507565410491 launch changed : ATestCase [1]: org.eclipse.debug.core.Launch@a98f5b [JUnit] 1507565411038 launch terminated: ATestCase [1]: org.eclipse.debug.core.Launch@a98f5b [JUnit] 1507565411288 launch added : ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@db4e27 1507565411334 launch changed : ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@db4e27 [JUnit] 1507565411866 launch terminated: ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@db4e27 [JUnit] 1507565412147 launch added : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@9b5490 1507565412178 launch changed : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@9b5490 [JUnit] 1507565412720 launch terminated: ATestCase testDiv[0]: org.eclipse.debug.core.Launch@9b5490 [JUnit] 1507565412955 launch added : ATestCase [0]: org.eclipse.debug.core.Launch@105f15a 1507565413001 launch changed : ATestCase [0]: org.eclipse.debug.core.Launch@105f15a [JUnit] 1507565413533 launch terminated: ATestCase [0]: org.eclipse.debug.core.Launch@105f15a [JUnit] 1507565413798 launch added : FailingSuite: org.eclipse.debug.core.Launch@a84df2 1507565413830 launch changed : FailingSuite: org.eclipse.debug.core.Launch@a84df2 [JUnit] 1507565414163 launch terminated: FailingSuite: org.eclipse.debug.core.Launch@a84df2 [JUnit] 1507565414256 launch added : AllTests: org.eclipse.debug.core.Launch@f24592 1507565414288 launch changed : AllTests: org.eclipse.debug.core.Launch@f24592 [JUnit] 1507565415620 launch terminated: AllTests: org.eclipse.debug.core.Launch@f24592 [JUnit] 1507565415698 launch added : ATestSuite: org.eclipse.debug.core.Launch@c66415 1507565415729 launch changed : ATestSuite: org.eclipse.debug.core.Launch@c66415 [JUnit] 1507565417042 launch terminated: ATestSuite: org.eclipse.debug.core.Launch@c66415 [JUnit] 1507565417121 launch added : ATestCase.testSucceed: org.eclipse.debug.core.Launch@12ed97e 1507565417152 launch changed : ATestCase.testSucceed: org.eclipse.debug.core.Launch@12ed97e [JUnit] 1507565417464 launch terminated: ATestCase.testSucceed: org.eclipse.debug.core.Launch@12ed97e [JUnit] 1507565417558 launch added : ATestCase: org.eclipse.debug.core.Launch@1c44dcd 1507565417605 launch changed : ATestCase: org.eclipse.debug.core.Launch@1c44dcd [JUnit] 1507565418918 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1c44dcd [JUnit] 1507565418981 launch added : Failures: org.eclipse.debug.core.Launch@31767f 1507565419012 launch changed : Failures: org.eclipse.debug.core.Launch@31767f [JUnit] 1507565419340 launch terminated: Failures: org.eclipse.debug.core.Launch@31767f [JUnit] 1507565419684 launch added : AllTests: org.eclipse.debug.core.Launch@8b4ef6 1507565419747 launch changed : AllTests: org.eclipse.debug.core.Launch@8b4ef6 [JUnit] 1507565421291 launch terminated: AllTests: org.eclipse.debug.core.Launch@8b4ef6 [JUnit] 1507565421401 launch added : ATestSuite: org.eclipse.debug.core.Launch@c17b 1507565421448 launch changed : ATestSuite: org.eclipse.debug.core.Launch@c17b [JUnit] 1507565422996 launch terminated: ATestSuite: org.eclipse.debug.core.Launch@c17b [JUnit] 1507565423074 launch added : ATestCase: org.eclipse.debug.core.Launch@6612b7 1507565423167 launch changed : ATestCase: org.eclipse.debug.core.Launch@6612b7 [JUnit] 1507565424714 launch terminated: ATestCase: org.eclipse.debug.core.Launch@6612b7 [JUnit] 1507565424778 launch added : Failures: org.eclipse.debug.core.Launch@156850e 1507565424856 launch changed : Failures: org.eclipse.debug.core.Launch@156850e [JUnit] 1507565425372 launch terminated: Failures: org.eclipse.debug.core.Launch@156850e [JUnit] !ENTRY org.eclipse.core.resources 2 10035 2017-10-09 12:11:23.381 !MESSAGE The workspace will exit with unsaved changes in this session.