!SESSION 2023-12-13 10:59:55.692 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -version 3 -port 8081 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -application org.eclipse.pde.junit.runtime.uitestapplication -product org.polarsys.capella.rcp.product -testApplication org.polarsys.capella.core.platform.sirius.ui.perspective.id -buildKey master -testpluginname org.polarsys.capella.vp.requirements.ju -classNames org.polarsys.capella.vp.requirements.ju.testsuites.RequirementsTestSuite Command-line arguments: -os linux -ws gtk -arch x86_64 -version 3 -port 8081 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -application org.eclipse.pde.junit.runtime.uitestapplication -product org.polarsys.capella.rcp.product -testApplication org.polarsys.capella.core.platform.sirius.ui.perspective.id -buildKey master -data /home/jenkins/agent/workspace/apella-addon-requirements_master/RequirementsTestSuite -testpluginname org.polarsys.capella.vp.requirements.ju -classNames org.polarsys.capella.vp.requirements.ju.testsuites.RequirementsTestSuite !ENTRY org.eclipse.e4.ui.workbench 4 0 2023-12-13 11:00:06.164 !MESSAGE Unable to create class 'org.eclipse.ui.internal.StandardTrim' from bundle '495' !STACK 0 org.eclipse.e4.core.di.InjectionException: org.eclipse.e4.core.di.InjectionException: java.lang.ClassCastException: class org.polarsys.capella.core.ui.intro.views.WelcomeView cannot be cast to class org.eclipse.ui.intro.config.CustomizableIntroPart (org.polarsys.capella.core.ui.intro.views.WelcomeView is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @153300d9; org.eclipse.ui.intro.config.CustomizableIntroPart is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @63047878) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:995) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:403) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:344) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:227) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:94) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:37) at org.eclipse.e4.ui.workbench.renderers.swt.ToolControlRenderer.createWidget(ToolControlRenderer.java:129) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:995) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:72) at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.processContents(TrimBarRenderer.java:109) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:544) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:528) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:680) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:673) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:763) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:728) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:712) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1083) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171) at org.polarsys.capella.core.platform.sirius.ui.app.CapellaApplication.start(CapellaApplication.java:118) at org.eclipse.pde.internal.junit.runtime.NonUIThreadTestApplication.runApp(NonUIThreadTestApplication.java:53) at org.eclipse.pde.internal.junit.runtime.UITestApplication.runApp(UITestApplication.java:47) at org.eclipse.pde.internal.junit.runtime.NonUIThreadTestApplication.start(NonUIThreadTestApplication.java:48) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Caused by: org.eclipse.e4.core.di.InjectionException: java.lang.ClassCastException: class org.polarsys.capella.core.ui.intro.views.WelcomeView cannot be cast to class org.eclipse.ui.intro.config.CustomizableIntroPart (org.polarsys.capella.core.ui.intro.views.WelcomeView is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @153300d9; org.eclipse.ui.intro.config.CustomizableIntroPart is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @63047878) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:995) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:96) at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:83) at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1468) at org.eclipse.ui.internal.StandardTrim.createStatusLine(StandardTrim.java:118) at org.eclipse.ui.internal.StandardTrim.createWidget(StandardTrim.java:48) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 52 more Caused by: java.lang.ClassCastException: class org.polarsys.capella.core.ui.intro.views.WelcomeView cannot be cast to class org.eclipse.ui.intro.config.CustomizableIntroPart (org.polarsys.capella.core.ui.intro.views.WelcomeView is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @153300d9; org.eclipse.ui.intro.config.CustomizableIntroPart is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @63047878) at org.polarsys.capella.core.platform.sirius.ui.app.CapellaWorkbenchWindowAdvisor.showPage(CapellaWorkbenchWindowAdvisor.java:78) at org.polarsys.capella.core.platform.sirius.ui.app.CapellaWorkbenchWindowAdvisor.openIntro(CapellaWorkbenchWindowAdvisor.java:63) at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:934) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) ... 64 more !ENTRY org.polarsys.capella.core.data.migration 1 0 2023-12-13 11:03:02.006 !MESSAGE Migration of 'migration-model' has been successful. !ENTRY org.eclipse.ui.console 4 2 2023-12-13 11:03:05.650 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.console". !STACK 0 org.eclipse.swt.SWTException: Device is disposed at org.eclipse.swt.SWT.error(SWT.java:4918) at org.eclipse.swt.SWT.error(SWT.java:4833) at org.eclipse.swt.SWT.error(SWT.java:4804) at org.eclipse.swt.widgets.Display.error(Display.java:1550) at org.eclipse.swt.widgets.Display.asyncExec(Display.java:919) at org.eclipse.ui.internal.console.IOConsolePartitioner.setWaterMarks(IOConsolePartitioner.java:269) at org.eclipse.ui.console.IOConsole.setWaterMarks(IOConsole.java:253) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.initLimitOutput(BridgeLogger.java:227) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.createNewConsole(BridgeLogger.java:65) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger$1.run(BridgeLogger.java:100) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.findConsole(BridgeLogger.java:85) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.error(BridgeLogger.java:75) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.handleErrorEvent(BridgeLogger.java:143) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.handleLoggingEvent(BridgeLogger.java:174) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.notifyListeners(BridgeLoggingAppender.java:86) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.append(BridgeLoggingAppender.java:61) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:228) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.doAppend(BridgeLoggingAppender.java:77) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:56) at org.apache.log4j.Category.callAppenders(Category.java:194) at org.apache.log4j.Category.forcedLog(Category.java:364) at org.apache.log4j.Category.error(Category.java:304) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeConsole.dispose(BridgeConsole.java:90) at org.eclipse.ui.console.AbstractConsole.destroy(AbstractConsole.java:265) at org.eclipse.ui.console.AbstractConsole$Lifecycle.consolesRemoved(AbstractConsole.java:75) at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:156) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174) at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:251) at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:233) at org.eclipse.ui.console.ConsolePlugin.stop(ConsolePlugin.java:190) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:875) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:867) at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1046) at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:376) at org.eclipse.osgi.container.Module.doStop(Module.java:660) at org.eclipse.osgi.container.Module.stop(Module.java:521) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1893) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1768) at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:208) at org.eclipse.osgi.container.Module.doStop(Module.java:660) at org.eclipse.osgi.container.Module.stop(Module.java:521) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:226) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.ui.console 4 120 2023-12-13 11:03:05.654 !MESSAGE An exception occurred during console notification !STACK 0 org.eclipse.swt.SWTException: Device is disposed at org.eclipse.swt.SWT.error(SWT.java:4918) at org.eclipse.swt.SWT.error(SWT.java:4833) at org.eclipse.swt.SWT.error(SWT.java:4804) at org.eclipse.swt.widgets.Display.error(Display.java:1550) at org.eclipse.swt.widgets.Display.asyncExec(Display.java:919) at org.eclipse.ui.internal.console.IOConsolePartitioner.setWaterMarks(IOConsolePartitioner.java:269) at org.eclipse.ui.console.IOConsole.setWaterMarks(IOConsole.java:253) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.initLimitOutput(BridgeLogger.java:227) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.createNewConsole(BridgeLogger.java:65) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger$1.run(BridgeLogger.java:100) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.findConsole(BridgeLogger.java:85) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.error(BridgeLogger.java:75) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.handleErrorEvent(BridgeLogger.java:143) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLogger.handleLoggingEvent(BridgeLogger.java:174) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.notifyListeners(BridgeLoggingAppender.java:86) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.append(BridgeLoggingAppender.java:61) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:228) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeLoggingAppender.doAppend(BridgeLoggingAppender.java:77) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:56) at org.apache.log4j.Category.callAppenders(Category.java:194) at org.apache.log4j.Category.forcedLog(Category.java:364) at org.apache.log4j.Category.error(Category.java:304) at org.eclipse.emf.diffmerge.bridge.log4j.BridgeConsole.dispose(BridgeConsole.java:90) at org.eclipse.ui.console.AbstractConsole.destroy(AbstractConsole.java:265) at org.eclipse.ui.console.AbstractConsole$Lifecycle.consolesRemoved(AbstractConsole.java:75) at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:156) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174) at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:251) at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:233) at org.eclipse.ui.console.ConsolePlugin.stop(ConsolePlugin.java:190) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:875) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:867) at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1046) at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:376) at org.eclipse.osgi.container.Module.doStop(Module.java:660) at org.eclipse.osgi.container.Module.stop(Module.java:521) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1893) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1768) at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:208) at org.eclipse.osgi.container.Module.doStop(Module.java:660) at org.eclipse.osgi.container.Module.stop(Module.java:521) at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:226) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.core.resources 2 10035 2023-12-13 11:03:06.375 !MESSAGE The workspace will exit with unsaved changes in this session.