Skip to content
Success

Console Output

Skipping 175,148 KB.. Full Log
	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)
java.lang.NullPointerException: Cannot invoke "org.polarsys.capella.core.data.cs.BlockArchitecture.getOwnedInterfacePkg()" because "architecture" is null
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:505)
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:491)
	at org.polarsys.capella.core.transition.system.rules.information.ExchangeItemRule.getDefaultContainer(ExchangeItemRule.java:58)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.attachContainement(AbstractRule.java:467)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:350)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:1)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyCompleteRule(MappingPossibilitySpec.java:128)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyRule(MappingPossibilitySpec.java:110)
	at org.polarsys.capella.core.transition.common.transposer.current.GenericRulesHandler.apply(GenericRulesHandler.java:121)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedRulesHandler.apply(ExtendedRulesHandler.java:49)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedTransposer.transpose(ExtendedTransposer.java:140)
	at org.polarsys.capella.core.transition.common.activities.TransformationActivity._run(TransformationActivity.java:58)
	at org.polarsys.capella.core.transition.common.activities.AbstractActivity.run(AbstractActivity.java:105)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:177)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:163)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:105)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.cadence(ActivitiesLauncher.java:259)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:251)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:192)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.launch(TransposerLauncher.java:144)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.run(TransposerLauncher.java:118)
	at org.polarsys.capella.core.transition.common.commands.LauncherCommand.performTransformation(LauncherCommand.java:41)
	at org.polarsys.capella.core.transition.common.commands.DefaultCommand.run(DefaultCommand.java:105)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.executeCommand(BasicCommandTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performCybersecurityTransition(CyberTopDownTransitionTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.testContext(CybersecurityMiscTransitionTest.java:119)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.doTest(CybersecurityMiscTransitionTest.java:68)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performTest(CyberTopDownTransitionTestCase.java:64)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase$1.run(BasicCommandTestCase.java:49)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.test(BasicCommandTestCase.java:45)
	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.polarsys.capella.test.framework.api.BasicTestCase.runTest(BasicTestCase.java:104)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.polarsys.capella.test.framework.api.BasicTestSuite.run(BasicTestSuite.java:81)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:74)
	at org.eclipse.pde.internal.junit.runtime.PlatformUITestHarness.lambda$0(PlatformUITestHarness.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	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)
java.lang.NullPointerException: Cannot invoke "org.polarsys.capella.core.data.cs.BlockArchitecture.getOwnedInterfacePkg()" because "architecture" is null
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:505)
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:491)
	at org.polarsys.capella.core.transition.system.rules.information.ExchangeItemRule.getDefaultContainer(ExchangeItemRule.java:58)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.attachContainement(AbstractRule.java:467)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:350)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:1)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyCompleteRule(MappingPossibilitySpec.java:128)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyRule(MappingPossibilitySpec.java:110)
	at org.polarsys.capella.core.transition.common.transposer.current.GenericRulesHandler.apply(GenericRulesHandler.java:121)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedRulesHandler.apply(ExtendedRulesHandler.java:49)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedTransposer.transpose(ExtendedTransposer.java:140)
	at org.polarsys.capella.core.transition.common.activities.TransformationActivity._run(TransformationActivity.java:58)
	at org.polarsys.capella.core.transition.common.activities.AbstractActivity.run(AbstractActivity.java:105)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:177)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:163)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:105)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.cadence(ActivitiesLauncher.java:259)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:251)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:192)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.launch(TransposerLauncher.java:144)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.run(TransposerLauncher.java:118)
	at org.polarsys.capella.core.transition.common.commands.LauncherCommand.performTransformation(LauncherCommand.java:41)
	at org.polarsys.capella.core.transition.common.commands.DefaultCommand.run(DefaultCommand.java:105)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.executeCommand(BasicCommandTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performCybersecurityTransition(CyberTopDownTransitionTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.testContext(CybersecurityMiscTransitionTest.java:119)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.doTest(CybersecurityMiscTransitionTest.java:69)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performTest(CyberTopDownTransitionTestCase.java:64)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase$1.run(BasicCommandTestCase.java:49)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.test(BasicCommandTestCase.java:45)
	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.polarsys.capella.test.framework.api.BasicTestCase.runTest(BasicTestCase.java:104)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.polarsys.capella.test.framework.api.BasicTestSuite.run(BasicTestSuite.java:81)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:74)
	at org.eclipse.pde.internal.junit.runtime.PlatformUITestHarness.lambda$0(PlatformUITestHarness.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	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)
java.lang.NullPointerException: Cannot invoke "org.polarsys.capella.core.data.cs.BlockArchitecture.getOwnedInterfacePkg()" because "architecture" is null
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:505)
	at org.polarsys.capella.core.model.helpers.BlockArchitectureExt.getInterfacePkg(BlockArchitectureExt.java:491)
	at org.polarsys.capella.core.transition.system.rules.information.ExchangeItemRule.getDefaultContainer(ExchangeItemRule.java:58)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.attachContainement(AbstractRule.java:467)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:350)
	at org.polarsys.capella.core.transition.common.rules.AbstractRule.apply(AbstractRule.java:1)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyCompleteRule(MappingPossibilitySpec.java:128)
	at org.polarsys.kitalpha.transposer.rules.handler.rules.common.spec.MappingPossibilitySpec.applyRule(MappingPossibilitySpec.java:110)
	at org.polarsys.capella.core.transition.common.transposer.current.GenericRulesHandler.apply(GenericRulesHandler.java:121)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedRulesHandler.apply(ExtendedRulesHandler.java:49)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedTransposer.transpose(ExtendedTransposer.java:140)
	at org.polarsys.capella.core.transition.common.activities.TransformationActivity._run(TransformationActivity.java:58)
	at org.polarsys.capella.core.transition.common.activities.AbstractActivity.run(AbstractActivity.java:105)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:177)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:163)
	at org.polarsys.capella.core.transition.common.transposer.ExtendedCadenceLauncher.cadence(ExtendedCadenceLauncher.java:105)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.cadence(ActivitiesLauncher.java:259)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:251)
	at org.polarsys.capella.core.transition.common.launcher.ActivitiesLauncher.triggerActivities(ActivitiesLauncher.java:192)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.launch(TransposerLauncher.java:144)
	at org.polarsys.capella.core.transition.common.launcher.TransposerLauncher.run(TransposerLauncher.java:118)
	at org.polarsys.capella.core.transition.common.commands.LauncherCommand.performTransformation(LauncherCommand.java:41)
	at org.polarsys.capella.core.transition.common.commands.DefaultCommand.run(DefaultCommand.java:105)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.executeCommand(BasicCommandTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performCybersecurityTransition(CyberTopDownTransitionTestCase.java:77)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.testContext(CybersecurityMiscTransitionTest.java:119)
	at org.polarsys.capella.cybersecurity.test.transition.CybersecurityMiscTransitionTest.doTest(CybersecurityMiscTransitionTest.java:69)
	at org.polarsys.capella.cybersecurity.test.transition.CyberTopDownTransitionTestCase.performTest(CyberTopDownTransitionTestCase.java:64)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase$1.run(BasicCommandTestCase.java:49)
	at org.polarsys.capella.common.ef.ExecutionManager$2.doExecute(ExecutionManager.java:129)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:130)
	at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:114)
	at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:145)
	at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
	at org.polarsys.capella.common.ef.internal.command.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:150)
	at org.polarsys.capella.common.platform.sirius.ted.SemanticEditingDomainFactory$SemanticCommandStack.doExecute(SemanticEditingDomainFactory.java:277)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.polarsys.capella.common.ef.ExecutionManager.executeReadWriteCommand(ExecutionManager.java:93)
	at org.polarsys.capella.common.ef.ExecutionManager.execute(ExecutionManager.java:68)
	at org.polarsys.capella.test.framework.api.BasicCommandTestCase.test(BasicCommandTestCase.java:45)
	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.polarsys.capella.test.framework.api.BasicTestCase.runTest(BasicTestCase.java:104)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.polarsys.capella.test.framework.api.BasicTestSuite.run(BasicTestSuite.java:81)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:74)
	at org.eclipse.pde.internal.junit.runtime.PlatformUITestHarness.lambda$0(PlatformUITestHarness.java:45)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
	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)
[CybersecurityMiscTransitionTest] >> release CyberEmptyModel
[CybersecurityTransitionTestSuite] >> release >> unload CyberEmptyModel
[FunctionStorageExchangeItemsTest] >> require >> load CyberEmptyModel
[FunctionStorageExchangeItemsTest] >> release >> unload CyberEmptyModel
[InformationPrimaryAssetsExchangeItemsTest] >> require >> load CyberEmptyModel
[InformationPrimaryAssetsExchangeItemsTest] >> release >> unload CyberEmptyModel
[ThreatsRealizedTest] >> require >> load CyberEmptyModel
[ThreatsRealizedTest] >> release >> unload CyberEmptyModel
[EnterprisePrimaryAsset_PrimaryAssetsTest] >> require >> load CyberEmptyModel
[EnterprisePrimaryAsset_PrimaryAssetsTest] >> release >> unload CyberEmptyModel
[FunctionPrimaryAssetsRealizedTest] >> require >> load CyberEmptyModel
[FunctionPrimaryAssetsRealizedTest] >> release >> unload CyberEmptyModel
[InformationPrimaryAssetsRealizedTest] >> require >> load CyberEmptyModel
[InformationPrimaryAssetsRealizedTest] >> release >> unload CyberEmptyModel
[AbstractCapabilitiesRealizedTest] >> require >> load CybersecurityModel
[AbstractCapabilitiesRealizedTest] >> release >> unload CybersecurityModel
[CybersecurityDefaultConfigTest] >> require >> load EmptyProject
[CybersecurityDefaultConfigTest] >> release >> unload EmptyProject
[ThreatKindConfigTest] >> require >> load EmptyProject
[ThreatKindConfigTest] >> release >> unload EmptyProject
[SecurityNeedsConfigTest] >> require >> load EmptyProject
[SecurityNeedsConfigTest] >> release >> unload EmptyProject
[CyberActivityExplorerTestSuite] >> require >> load CyberEmptyModel
[CyberOABActivityExplorerTestCase] >> require CyberEmptyModel
[CyberOABActivityExplorerTestCase] >> release CyberEmptyModel
[CyberLABActivityExplorerTestCase] >> require CyberEmptyModel
[CyberLABActivityExplorerTestCase] >> release CyberEmptyModel
[CyberSABActivityExplorerTestCase] >> require CyberEmptyModel
[CyberSABActivityExplorerTestCase] >> release CyberEmptyModel
[CyberPABActivityExplorerTestCase] >> require CyberEmptyModel
[CyberPABActivityExplorerTestCase] >> release CyberEmptyModel
[OperationalTDBActivityExplorerTestCase] >> require CyberEmptyModel
[OperationalTDBActivityExplorerTestCase] >> release CyberEmptyModel
[LogicalTDBActivityExplorerTestCase] >> require CyberEmptyModel
[LogicalTDBActivityExplorerTestCase] >> release CyberEmptyModel
[SystemTDBActivityExplorerTestCase] >> require CyberEmptyModel
[SystemTDBActivityExplorerTestCase] >> release CyberEmptyModel
[PhysicalTDBActivityExplorerTestCase] >> require CyberEmptyModel
[PhysicalTDBActivityExplorerTestCase] >> release CyberEmptyModel
[CyberTransitionsFromOAActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberTransitionsFromOAActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberTransitionsFromSAActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberTransitionsFromSAActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberTransitionsFromLAActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberTransitionsFromLAActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberLogicalESActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberLogicalESActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberLogicalFSActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberLogicalFSActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberLogicalISActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberLogicalISActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberOASActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberOASActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberOESActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberOESActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberPhysicalESActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberPhysicalESActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberPhysicalFSActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberPhysicalFSActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberPhysicalISActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberPhysicalISActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberSystemESActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberSystemESActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberSystemFSActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberSystemFSActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberSystemISActivityExplorerTestCase] >> require >> load CybersecurityModel
[CyberSystemISActivityExplorerTestCase] >> release >> unload CybersecurityModel
[CyberActivityExplorerTestSuite] >> release >> unload CyberEmptyModel
[CybersecuritySemanticQueriesTestSuite] >> require >> load CybersecurityModel
[RealizedFunctionalPrimaryAssetsTestCase] >> require CybersecurityModel
[RealizedFunctionalPrimaryAssetsTestCase] >> release CybersecurityModel
[RealizingFunctionalPrimaryAssetsTestCase] >> require CybersecurityModel
[RealizingFunctionalPrimaryAssetsTestCase] >> release CybersecurityModel
[RealizedInformationPrimaryAssetsTestCase] >> require CybersecurityModel
[RealizedInformationPrimaryAssetsTestCase] >> release CybersecurityModel
[RealizingInformationPrimaryAssetsTestCase] >> require CybersecurityModel
[RealizingInformationPrimaryAssetsTestCase] >> release CybersecurityModel
[RealizedThreatsTestCase] >> require CybersecurityModel
[RealizedThreatsTestCase] >> release CybersecurityModel
[RealizingThreatsTestCase] >> require CybersecurityModel
[RealizingThreatsTestCase] >> release CybersecurityModel
[IncomingTracesSecurityNeedsTestCase] >> require CybersecurityModel
[IncomingTracesSecurityNeedsTestCase] >> release CybersecurityModel
[OutgoingTracesSecurityNeedsTestCase] >> require CybersecurityModel
[OutgoingTracesSecurityNeedsTestCase] >> release CybersecurityModel
[AbstractFunctionComputedFPAsTestCase] >> require CybersecurityModel
[AbstractFunctionComputedFPAsTestCase] >> release CybersecurityModel
[FunctionalChainComputedFPAsTestCase] >> require CybersecurityModel
[FunctionalChainComputedFPAsTestCase] >> release CybersecurityModel
[EnterprisePrimaryAssetsPAsTestCase] >> require CybersecurityModel
[EnterprisePrimaryAssetsPAsTestCase] >> release CybersecurityModel
[PAReferencingEnterprisePrimaryAssetsTestCase] >> require CybersecurityModel
[PAReferencingEnterprisePrimaryAssetsTestCase] >> release CybersecurityModel
[ThreatsOwnedFunctionalChainsTestCase] >> require CybersecurityModel
[ThreatsOwnedFunctionalChainsTestCase] >> release CybersecurityModel
[ThreatsOwnedOperationalProcessesTestCase] >> require CybersecurityModel
[ThreatsOwnedOperationalProcessesTestCase] >> release CybersecurityModel
[ThreatsOwnedScenariosTestCase] >> require CybersecurityModel
[ThreatsOwnedScenariosTestCase] >> release CybersecurityModel
[CybersecuritySemanticQueriesTestSuite] >> release >> unload CybersecurityModel
[CybersecurityPropertiesTestSuite] >> require >> load CyberEmptyModel
[FunctionalChainPrimaryAssetPropertiesTest] >> require >> load CybersecurityModel
[FunctionalChainPrimaryAssetPropertiesTest] >> release >> unload CybersecurityModel
[FunctionPropertiesPrimaryAssetsTest] >> require >> load CybersecurityModel
[FunctionPropertiesPrimaryAssetsTest] >> release >> unload CybersecurityModel
[SecurityNeedsSectionTest] >> require >> load CybersecurityModel
[SecurityNeedsSectionTest] >> release >> unload CybersecurityModel
[EnterprisePrimaryAssetSectionTest] >> require >> load CybersecurityModel
[EnterprisePrimaryAssetSectionTest] >> release >> unload CybersecurityModel
[FunctionalPrimaryAssetSectionTest] >> require >> load CybersecurityModel
[FunctionalPrimaryAssetSectionTest] >> release >> unload CybersecurityModel
[InformationPrimaryAssetSectionTest] >> require >> load CybersecurityModel
[InformationPrimaryAssetSectionTest] >> release >> unload CybersecurityModel
[CybersecurityPropertiesTestSuite] >> release >> unload CyberEmptyModel
[CyberDagramStatus] >> require >> load CybersecurityModel
[CyberDagramStatus] >> release >> unload CybersecurityModel
[CybersecurityMoveTestSuite] >> require >> load CybersecurityModel
[CybersecurityCopyPasteTest] >> require CybersecurityModel






[CybersecurityCopyPasteTest] >> release CybersecurityModel
[CybersecurityDnDTest] >> require CybersecurityModel
[CybersecurityDnDTest] >> release CybersecurityModel
[CybersecurityConfigurationMoveTest] >> require CybersecurityModel
[CybersecurityConfigurationMoveTest] >> release CybersecurityModel
[CybersecurityMoveTestSuite] >> release >> unload CybersecurityModel
testRunEnded:230941

(Capella:1456): Gdk-CRITICAL **: 12:54:20.591: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] sh
+ mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.docgen.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.transition/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.docgen/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/releng/org.polarsys.capella.cybersecurity.target/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@6d658aa8...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.cdo.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.docgen.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.docgen.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.tests.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.af:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.fc:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.cdo:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.edit:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.ui:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.doc:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.business.queries:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.rcp:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.validation:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.helpers:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.transition:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.transition/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.docgen:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.docgen/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.test:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/tests/org.polarsys.capella.cybersecurity.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.site:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/releng/org.polarsys.capella.cybersecurity.site/pom.xml
[WARNING] The project org.polarsys:org.polarsys.capella.cybersecurity:pom:2.2.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Cybersecurity                                                      [pom]
[INFO] org.polarsys.capella.cybersecurity.features                        [pom]
[INFO] org.polarsys.capella.cybersecurity.plugins                         [pom]
[INFO] org.polarsys.capella.cybersecurity.af                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model                [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.business.queries     [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.doc                  [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model.edit           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.sirius.analysis      [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.ui                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.rcp                  [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.validation           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.helpers              [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model.edit.decorators [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.transition           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.feature             [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.model.cdo            [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.cdo.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.docgen               [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.docgen.feature      [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.test            [eclipse-test-plugin]
[INFO] org.polarsys.capella.cybersecurity.tests.feature       [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.fc                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.site             [eclipse-repository]
[INFO] 
[INFO] ----------< org.polarsys:org.polarsys.capella.cybersecurity >-----------
[INFO] Building Cybersecurity 2.2.0-SNAPSHOT                             [1/24]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity ---
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.cybersecurity.features >------
[INFO] Building org.polarsys.capella.cybersecurity.features 2.2.0-SNAPSHOT [2/24]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.features ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.cybersecurity.plugins >-------
[INFO] Building org.polarsys.capella.cybersecurity.plugins 2.2.0-SNAPSHOT [3/24]
[INFO]   from plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.plugins ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.capella.cybersecurity.af >---------
[INFO] Building org.polarsys.capella.cybersecurity.af 2.2.0-SNAPSHOT     [4/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.af ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.capella.cybersecurity.model >--------
[INFO] Building org.polarsys.capella.cybersecurity.model 2.2.0-SNAPSHOT  [5/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.cybersecurity.business.queries >--
[INFO] Building org.polarsys.capella.cybersecurity.business.queries 2.2.0-SNAPSHOT [6/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.business.queries ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.cybersecurity.doc >---------
[INFO] Building org.polarsys.capella.cybersecurity.doc 2.2.0-SNAPSHOT    [7/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.cybersecurity.model.edit >-----
[INFO] Building org.polarsys.capella.cybersecurity.model.edit 2.2.0-SNAPSHOT [8/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.model.edit ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis >---
[INFO] Building org.polarsys.capella.cybersecurity.sirius.analysis 2.2.0-SNAPSHOT [9/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.sirius.analysis ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.capella.cybersecurity.ui >---------
[INFO] Building org.polarsys.capella.cybersecurity.ui 2.2.0-SNAPSHOT    [10/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.cybersecurity.rcp >---------
[INFO] Building org.polarsys.capella.cybersecurity.rcp 2.2.0-SNAPSHOT   [11/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.cybersecurity.validation >-----
[INFO] Building org.polarsys.capella.cybersecurity.validation 2.2.0-SNAPSHOT [12/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.validation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.cybersecurity.helpers >-------
[INFO] Building org.polarsys.capella.cybersecurity.helpers 2.2.0-SNAPSHOT [13/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.helpers ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --< org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators >--
[INFO] Building org.polarsys.capella.cybersecurity.model.edit.decorators 2.2.0-SNAPSHOT [14/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.model.edit.decorators ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.cybersecurity.transition >-----
[INFO] Building org.polarsys.capella.cybersecurity.transition 2.2.0-SNAPSHOT [15/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.transition/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.transition ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ------< org.polarsys:org.polarsys.capella.cybersecurity.feature >-------
[INFO] Building org.polarsys.capella.cybersecurity.feature 2.2.0-SNAPSHOT [16/24]
[INFO]   from features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -----< org.polarsys:org.polarsys.capella.cybersecurity.model.cdo >------
[INFO] Building org.polarsys.capella.cybersecurity.model.cdo 2.1.0-SNAPSHOT [17/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.model.cdo ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ----< org.polarsys:org.polarsys.capella.cybersecurity.cdo.feature >-----
[INFO] Building org.polarsys.capella.cybersecurity.cdo.feature 2.2.0-SNAPSHOT [18/24]
[INFO]   from features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.cdo.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] -------< org.polarsys:org.polarsys.capella.cybersecurity.docgen >-------
[INFO] Building org.polarsys.capella.cybersecurity.docgen 2.2.0-SNAPSHOT [19/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.docgen/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.docgen ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.polarsys:org.polarsys.capella.cybersecurity.docgen.feature >---
[INFO] Building org.polarsys.capella.cybersecurity.docgen.feature 2.2.0-SNAPSHOT [20/24]
[INFO]   from features/org.polarsys.capella.cybersecurity.docgen.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.docgen.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.cybersecurity.test >--------
[INFO] Building org.polarsys.capella.cybersecurity.test 2.2.0-SNAPSHOT  [21/24]
[INFO]   from tests/org.polarsys.capella.cybersecurity.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---< org.polarsys:org.polarsys.capella.cybersecurity.tests.feature >----
[INFO] Building org.polarsys.capella.cybersecurity.tests.feature 2.2.0-SNAPSHOT [22/24]
[INFO]   from features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.tests.feature ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] ---------< org.polarsys:org.polarsys.capella.cybersecurity.fc >---------
[INFO] Building org.polarsys.capella.cybersecurity.fc 2.2.0-SNAPSHOT    [23/24]
[INFO]   from plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.fc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --------< org.polarsys:org.polarsys.capella.cybersecurity.site >--------
[INFO] Building org.polarsys.capella.cybersecurity.site 2.2.0-SNAPSHOT  [24/24]
[INFO]   from releng/org.polarsys.capella.cybersecurity.site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cybersecurity.site ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cybersecurity 2.2.0-SNAPSHOT ....................... SUCCESS [  1.233 s]
[INFO] org.polarsys.capella.cybersecurity.features 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.plugins 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.af 2.2.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.polarsys.capella.cybersecurity.model 2.2.0-SNAPSHOT SUCCESS [  0.003 s]
[INFO] org.polarsys.capella.cybersecurity.business.queries 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.doc 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.model.edit 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.sirius.analysis 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.ui 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.rcp 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.validation 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.helpers 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.model.edit.decorators 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.transition 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.feature 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.model.cdo 2.1.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.cdo.feature 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.docgen 2.2.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] org.polarsys.capella.cybersecurity.docgen.feature 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.test 2.2.0-SNAPSHOT SUCCESS [  0.005 s]
[INFO] org.polarsys.capella.cybersecurity.tests.feature 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.fc 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] org.polarsys.capella.cybersecurity.site 2.2.0-SNAPSHOT SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.042 s
[INFO] Finished at: 2024-01-04T12:54:54Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sonar)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONARCLOUD_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-cybersecurity -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco -Dsonar.branch.name=master
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.docgen.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.transition/.polyglot.build.properties
/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.docgen/.polyglot.build.properties
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/pella-addon-cybersecurity_master/releng/org.polarsys.capella.cybersecurity.target/capella.target-definition.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@63d9e1a...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.cdo.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.docgen.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.docgen.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.tests.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.af:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.fc:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.cdo:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.edit:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.ui:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.doc:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.business.queries:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.rcp:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.validation:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.helpers:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.transition:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.transition/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.docgen:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.docgen/.polyglot.build.properties
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.test:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/tests/org.polarsys.capella.cybersecurity.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.site:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/releng/org.polarsys.capella.cybersecurity.site/pom.xml
[WARNING] The project org.polarsys:org.polarsys.capella.cybersecurity:pom:2.2.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Cybersecurity                                                      [pom]
[INFO] org.polarsys.capella.cybersecurity.features                        [pom]
[INFO] org.polarsys.capella.cybersecurity.plugins                         [pom]
[INFO] org.polarsys.capella.cybersecurity.af                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model                [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.business.queries     [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.doc                  [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model.edit           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.sirius.analysis      [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.ui                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.rcp                  [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.validation           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.helpers              [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.model.edit.decorators [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.transition           [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.feature             [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.model.cdo            [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.cdo.feature         [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.docgen               [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.docgen.feature      [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.test            [eclipse-test-plugin]
[INFO] org.polarsys.capella.cybersecurity.tests.feature       [eclipse-feature]
[INFO] org.polarsys.capella.cybersecurity.fc                   [eclipse-plugin]
[INFO] org.polarsys.capella.cybersecurity.site             [eclipse-repository]
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation
[INFO] 
[INFO] ----------< org.polarsys:org.polarsys.capella.cybersecurity >-----------
[INFO] Building Cybersecurity 2.2.0-SNAPSHOT                             [1/24]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.cdo:jar:2.1.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.docgen:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.test:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.af:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.business.queries:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.cdo.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.cdo:jar:2.1.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.doc:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.docgen:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.docgen.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.ui:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.sirius.analysis:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.rcp:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.validation:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.helpers:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.model.edit.decorators:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.transition:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.tests.feature:jar:2.2.0-SNAPSHOT (compile)
[WARNING] o org.polarsys:org.polarsys.capella.cybersecurity.test:jar:2.2.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.cybersecurity ---
[WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.0.0.51767
[INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
[INFO] Load global settings
[INFO] Load global settings (done) | time=484ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Loading required plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=431ms
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=1532ms
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'eclipse_capella-cybersecurity'
[INFO] Load project settings for component key: 'eclipse_capella-cybersecurity' (done) | time=408ms
[INFO] Process project properties
[INFO] Project key: eclipse_capella-cybersecurity
[INFO] Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master
[INFO] Working dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=417ms
[INFO] Check ALM binding of project 'eclipse_capella-cybersecurity'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'eclipse_capella-cybersecurity' (done) | time=385ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=412ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=2ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=472ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=6164ms
[INFO] Organization key: eclipse
[INFO] Branch name: master, type: long-lived
[WARNING] The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
[INFO] Preprocessing files...
[INFO] 1 language detected in 1 preprocessed file
[INFO] 895 files ignored because of inclusion/exclusion patterns
[INFO] 0 files ignored because of scm ignore settings
[INFO] Loading plugins for detected languages
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=0ms
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=608ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.cdo.feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.cdo.feature
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.docgen.feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.docgen.feature
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.feature
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.tests.feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features/org.polarsys.capella.cybersecurity.tests.feature
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.features'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/features
[INFO]   Source paths: pom.xml
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.af'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.af
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.business.queries'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.business.queries
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.doc'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.doc
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.docgen'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.docgen
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.fc'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.fc
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.helpers'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.helpers
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.model'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.model.cdo'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.cdo
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.model.edit'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.model.edit.decorators'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.rcp'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.rcp
[INFO]   Source paths: .polyglot.build.properties
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.sirius.analysis'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.sirius.analysis
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.transition'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.transition
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.ui'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.ui
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.validation'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins/org.polarsys.capella.cybersecurity.validation
[INFO]   Source paths: .polyglot.build.properties, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.plugins'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/plugins
[INFO]   Source paths: pom.xml
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.site'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/releng/org.polarsys.capella.cybersecurity.site
[INFO]   Source paths: pom.xml
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'org.polarsys.capella.cybersecurity.test'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master/tests/org.polarsys.capella.cybersecurity.test
[INFO]   Source paths: pom.xml, src
[INFO]   Test paths: src
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] Indexing files of module 'Cybersecurity'
[INFO]   Base dir: /home/jenkins/agent/workspace/pella-addon-cybersecurity_master
[INFO]   Source paths: pom.xml
[INFO]   Included sources: **/plugins/*
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*edit/**, **/*impl/**, **/tests/*
[INFO]   Included tests: **/tests/*
[INFO]   Excluded tests: **/tests/*, **/.test/*, **/*.ju*
[INFO] 1 file indexed
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.test
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=384ms
[INFO] Sensor cache enabled
[INFO] Load sensor cache
[INFO] Load sensor cache (404) | time=544ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=373ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=97ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.tests.feature
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=85ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.cdo.feature
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=57ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.docgen.feature
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=53ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.feature
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=53ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=19ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.features
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=71ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.helpers
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=116ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=39ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.docgen
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=164ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.fc
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=96ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.model.cdo
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=50ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.transition
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=116ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.ui
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=84ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.validation
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.business.queries
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=41ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.model.edit
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=42ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.rcp
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=56ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.model.edit.decorators
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=22ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.model
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.doc
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=41ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.af
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.sirius.analysis
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.plugins
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=158ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module org.polarsys.capella.cybersecurity.site
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=45ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on module Cybersecurity
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 1 source file to be analyzed
[INFO] SCM Publisher 1/1 source file have been analyzed (done) | time=73ms
[INFO] CPD Executor Calculating CPD for 0 files
[INFO] CPD Executor CPD calculation finished (done) | time=0ms
[INFO] Analysis report generated in 145ms, dir size=334 KB
[INFO] Analysis report compressed in 13ms, zip size=49 KB
[INFO] Analysis report uploaded in 575ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-cybersecurity&branch=master
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYzUiyZ9CNsYyHKtCEhH
[INFO] Analysis total time: 16.086 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cybersecurity 2.2.0-SNAPSHOT ....................... SUCCESS [ 25.737 s]
[INFO] org.polarsys.capella.cybersecurity.features 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.plugins 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.af 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.model 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.business.queries 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.doc 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.model.edit 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.sirius.analysis 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.ui 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.rcp 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.validation 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.helpers 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.model.edit.decorators 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.transition 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.feature 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.model.cdo 2.1.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.cdo.feature 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.docgen 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.docgen.feature 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.test 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.tests.feature 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.fc 2.2.0-SNAPSHOT SKIPPED
[INFO] org.polarsys.capella.cybersecurity.site 2.2.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  40.077 s
[INFO] Finished at: 2024-01-04T12:55:38Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS