could be a scenario we missed when introducing the new testng feature. if you have a small sample project demonstrating the issue, open a bug [1]. Regards, Jan [1] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho On 11/07/16 22:54, "tycho-user-bounces@xxxxxxxxxxx on behalf of Paul Roubekas" <tycho-user-bounces@xxxxxxxxxxx on behalf of paul@xxxxxxxxxxxxxxxxxxx> wrote: Windows 7 Eclipse 4.5.2 Maven 3.3.9 Tycho 0.26.0-SNAPSHOT This is the first time using the new TestNG feature in Tycho. It is written up here (http://www.mschreiber.at/eclipse/) by Martin Schreiber. Some test run without issues. On 7/11/2016 11:27 AM, Paul Roubekas wrote: Adding the surefire-api-2.17.jar file to the OSGi wrapper project made no difference. On 7/10/2016 7:59 PM, Paul Roubekas wrote: My Maven/Tycho/Eclipse skills are not deep enough to know where to go from here. What additional information should I provide? =============================== build log ============================================= . . . [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.abc.ccmp.core.tests 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime] [DEBUG] Repositories (dependencies): [eclipse-mars (http://download.eclipse.org/releases/mars, p2, disabled), efxclipse-repo (http://download.eclipse.org/efxclipse/runtime-nightly/site, p2, disabled), efxclipse-addons (http://downloads.efxclipse.org/efxclipse.bestsolution.at/p2-repos/addons/nightly/site/, p2, disabled), central (https://repo.maven.apache.org/maven2, default, releases)] [DEBUG] Repositories (plugins) : [tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <directory default-value="${project.build.directory}"/> <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories> <failOnError default-value="true">${maven.clean.failOnError}</failOnError> <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks> <outputDirectory default-value="${project.build.outputDirectory}"/> <reportDirectory default-value="${project.reporting.outputDirectory}"/> <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError> <skip default-value="false">${clean.skip}</skip> <testOutputDirectory default-value="${project.build.testOutputDirectory}"/> <verbose>${clean.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <baseDir>${project.basedir}</baseDir> <execution>${mojoExecution}</execution> <forceContextQualifier>${forceContextQualifier}</forceContextQualifier> <format default-value="yyyyMMddHHmm"/> <packaging>${project.packaging}</packaging> <project>${project}</project> <session>${session}</session> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <packaging>${project.packaging}</packaging> <project>${project}</project> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <packaging>${project.packaging}</packaging> <project>${project}</project> <strictVersions default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildFilters default-value="${project.build.filters}"/> <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> <escapeString default-value="${maven.resources.escapeString}"/> <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> <outputDirectory default-value="${project.build.outputDirectory}"/> <overwrite default-value="false">${maven.resources.overwrite}</overwrite> <project default-value="${project}"/> <resources default-value="${project.resources}"/> <session default-value="${session}"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:0.26.0-SNAPSHOT:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <basedir>${basedir}</basedir> <buildDirectory>${project.build.directory}</buildDirectory> <compilerId default-value="jdt">${maven.compiler.compilerId}</compilerId> <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> <copyResources default-value="true"/> <debug default-value="true">${maven.compiler.debug}</debug> <encoding>UTF-8</encoding> <executable>${maven.compiler.executable}</executable> <extraClasspathElements> <extraClasspathElement> <groupId>javafx</groupId> <artifactId>javafx.mvn</artifactId> <version>2.2.0-SNAPSHOT</version> </extraClasspathElement> </extraClasspathElements> <fork default-value="false"/> <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> <logDirectory default-value="${project.build.directory}/compile-logs"/> <mavenCompilerEncoding>${maven.compiler.encoding}</mavenCompilerEncoding> <maxmem>${maven.compiler.maxmem}</maxmem> <meminitial>${maven.compiler.meminitial}</meminitial> <optimize default-value="false">${maven.compiler.optimize}</optimize> <outputFileName>${project.build.finalName}</outputFileName> <project>${project}</project> <requireJREPackageImports default-value="false"/> <session>${session}</session> <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation> <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings> <source>1.8</source> <staleMillis default-value="0">${lastModGranularityMs}</staleMillis> <strictCompilerTarget default-value="false"/> <target>1.8</target> <useJDK default-value="SYSTEM"/> <useProjectSettings default-value="false"/> <verbose default-value="false">${maven.compiler.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildFilters default-value="${project.build.filters}"/> <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> <escapeString default-value="${maven.resources.escapeString}"/> <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> <outputDirectory>${project.build.testOutputDirectory}</outputDirectory> <overwrite default-value="false">${maven.resources.overwrite}</overwrite> <project default-value="${project}"/> <resources>${project.testResources}</resources> <session default-value="${session}"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:0.26.0-SNAPSHOT:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <project>${project}</project> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> </archive> <buildDirectory>${project.build.directory}</buildDirectory> <finalName>${project.build.finalName}</finalName> <project>${project}</project> <qualifier>${buildQualifier}</qualifier> <session>${session}</session> <strictBinIncludes default-value="true"/> <useDefaultExcludes default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:0.26.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <attachP2Metadata default-value="true"/> <baselineMode default-value="warn">${tycho.baseline}</baselineMode> <baselineReplace default-value="all">${tycho.baseline.replace}</baselineReplace> <defaultP2Metadata default-value="true"/> <project>${project}</project> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <argLine>-ea</argLine> <debugPort>${debugPort}</debugPort> <deleteOsgiDataDirectory default-value="true"/> <excludedGroups>${excludedGroups}</excludedGroups> <failIfNoTests default-value="true">${failIfNoTests}</failIfNoTests> <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds> <groups>${groups}</groups> <osgiDataDirectory default-value="${project.build.directory}/work/data/"/> <parallel>${parallel}</parallel> <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount> <pluginArtifacts>${plugin.artifacts}</pluginArtifacts> <profileName default-value="DefaultProfile"/> <project>${project}</project> <providerHint>testng</providerHint> <providerProperties> <testng.configurator>org.apache.maven.surefire.testng.conf.TestNG652Configurator</testng.configurator> </providerProperties> <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile> <reportsDirectory default-value="${project.build.directory}/surefire-reports"/> <runOrder default-value="filesystem"/> <session>${session}</session> <showEclipseLog default-value="false">${tycho.showEclipseLog}</showEclipseLog> <skip>${maven.test.skip}</skip> <skipExec>${maven.test.skipExec}</skipExec> <skipTests>${skipTests}</skipTests> <suiteXmlFiles> <suiteXmlFile>testNGsuite.xml</suiteXmlFile> </suiteXmlFiles> <surefireProperties default-value="${project.build.directory}/surefire.properties"/> <test>${test}</test> <testClass>${testClass}</testClass> <testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory> <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore> <testRuntime default-value="default"/> <threadCount>${threadCount}</threadCount> <useJDK default-value="SYSTEM"/> <useUIHarness default-value="false"/> <useUIThread default-value="true"/> <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads> <work default-value="${project.build.directory}/work"/> </configuration> [DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=107, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=93, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=106, DefaultDependencyCollector.collectTime=10, DefaultDependencyCollector.transformTime=2} [DEBUG] com.abc:com.abc.ccmp.core.tests:eclipse-test-plugin:0.0.1-SNAPSHOT [DEBUG] p2.eclipse-plugin:javax.annotation.jre:jar:1.2.0.201607100603:system [DEBUG] p2.eclipse-plugin:org.eclipse.osgi:jar:3.11.0.v20160603-1336:system [DEBUG] p2.eclipse-plugin:javax.xml.jre:jar:1.3.4.201607100603:system [DEBUG] p2.eclipse-plugin:org.apache.batik.css:jar:1.7.0.v201011041433:system [DEBUG] p2.eclipse-plugin:org.apache.batik.util:jar:1.7.0.v201011041433:system [DEBUG] p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656:system [DEBUG] p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627:system [DEBUG] p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433:system [DEBUG] p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.7.0.v200903091627:system [DEBUG] p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.5.100.v20160504-1419:system [DEBUG] p2.eclipse-plugin:org.eclipse.compare:jar:3.5.600.v20150420-1449:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui:jar:3.107.0.v20150507-1945:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.resources:jar:3.11.0.v20160503-1608:system [DEBUG] p2.eclipse-plugin:org.eclipse.jface.text:jar:3.10.0.v20150603-1752:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.11.0.v20150825-2158:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.views:jar:3.8.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.9.100.v20141023-1946:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.12.0.v20160606-1342:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.5.100.v20160418-1621:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.9.0.v20150213-1939:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.200.v20150506-2029:system [DEBUG] p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.500.v20150505-1058:system [DEBUG] p2.eclipse-plugin:com.ibm.icu:jar:54.1.1.v201501272100:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.8.0.v20160509-1230:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.commands:jar:3.8.0.v20160316-1921:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.6.0.v20160120-1756:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.6.100.v20160223-2218:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.5.100.v20160418-1621:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.6.0.v20160511-1747:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.6.0.v20160427-0852:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.6.0.v20160412-0910:system [DEBUG] p2.eclipse-plugin:org.eclipse.text:jar:3.6.0.v20160503-1849:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.6.0.v20160503-1608:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.6.0.v20160503-1849:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.8.0.v20160509-0411:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.200.v20150715-1528:system [DEBUG] p2.eclipse-plugin:org.eclipse.core.net:jar:1.3.0.v20160418-1534:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.400.v20150715-1528:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.6.0.v20160319-0612:system [DEBUG] p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.5.0.v20160504-0909:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.services:jar:2.0.100.v20160509-1032:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.11.100.v20160506-0804:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.di.annotations:jar:1.5.0.v20151127-1241:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.14.0.v20160211-1614:system [DEBUG] p2.eclipse-plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.12.0.v20160420-0247:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.emf.xpath:jar:0.1.200.v20160506-0804:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.11.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.swt:jar:3.104.2.v20160212-1350:system [DEBUG] p2.eclipse-plugin:org.eclipse.jface:jar:3.11.1.v20160128-1644:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.11.0.v20150511-1937:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.12.0.v20150511-1003:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.10.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.1.100.v20160506-0759:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.2.0.v20160229-1459:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.2.100.v20160506-0759:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.1.0.v20150427-1751:system [DEBUG] p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.11.0.v20160420-0247:system [DEBUG] p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.12.0.v20160420-0247:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.4.0.v20160517-1624:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.2.0.v20150512-1414:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.13.0.v20150901-1347:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.13.0.v20150504-0621:system [DEBUG] p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.7.0.v20150406-2148:system [DEBUG] p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.13.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.400.v20160226-2036:system [DEBUG] p2.eclipse-plugin:org.eclipse.emf.common:jar:2.12.0.v20160420-0247:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:1.0.0.v20160307-1318:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.4.100.v20160419-0834:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.3.100.v20160427-2220:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.300.v20160419-0834:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.200.v20160421-0324:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.4.100.v20160419-0834:system [DEBUG] p2.eclipse-plugin:org.tukaani.xz:jar:1.3.0.v201308270617:system [DEBUG] p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254:system [DEBUG] p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.201.v20150819-1034:system [DEBUG] p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.200.v20140625-1835:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.6.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.100.v20150203-1452:system [DEBUG] p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.200.v20150203-1452:system [DEBUG] p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.104.2.v20160212-1350:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.107.1.v20160120-2131:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.ide.application:jar:1.1.0.v20150422-0725:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.navigator.resources:jar:3.5.1.v20160128-1644:system [DEBUG] p2.eclipse-plugin:org.eclipse.ui.views.properties.tabbed:jar:3.6.100.v20150423-0822:system [DEBUG] p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627:system [DEBUG] com.abc:com.abc.ccmp.core.model:jar:0.0.1-SNAPSHOT:provided [DEBUG] com.abc:com.abc.tycho.testng.osgi.wrapper:jar:0.0.1-SNAPSHOT:provided [DEBUG] com.abc:com.abc.tycho.testng.osgi.wrapper:jar:jcommander-1.48.jar:0.0.1.qualifier:system [DEBUG] com.abc:com.abc.tycho.testng.osgi.wrapper:jar:testng-6.9.11.jar:0.0.1.qualifier:system [DEBUG] p2.eclipse-plugin:org.eclipse.equinox.launcher:jar:1.3.200.v20160318-1642:system [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5-855531809, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator --> [DEBUG] (f) directory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] (f) reportDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\site [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\test-classes [DEBUG] -- end configuration -- [INFO] Deleting C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\dev.properties [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\framework.info.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0\.cp\jars\surefire-testng-utils-2.17.jar [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0\.cp\jars\surefire-testng-2.17.jar [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0\.cp\jars\surefire-grouper-2.17.jar [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0\.cp\jars [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0\.cp [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93\0 [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\93 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0\.cp\jars\surefire-booter-2.17.jar [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0\.cp\jars\surefire-api-2.17.jar [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0\.cp\jars\maven-surefire-common-2.17.jar [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0\.cp\jars [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0\.cp [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92\0 [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\92 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\66\data\SCR [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\66\data [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\66 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\.manager\.fileTableLock [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\.manager\.fileTable.2 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\.manager\.fileTable.1 [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi\.manager [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.osgi [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.equinox.app\.manager\.fileTableLock [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.equinox.app\.manager [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.equinox.app [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.table.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.orphans.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.namespaces.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.manager\.fileTableLock [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.manager\.fileTable.8 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.manager\.fileTable.7 [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.manager [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.mainData.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.extraData.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.contributors.1 [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime\.contributions.1 [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\org.eclipse.core.runtime [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\config.ini [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\1468194119490.log [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire.properties [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire-reports [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\com.abc.ccmp.core.tests-0.0.1-SNAPSHOT.jar [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\p2content.xml [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\p2artifacts.xml [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\MANIFEST.MF [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\local-artifacts.properties [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\generated-sources\annotations [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\generated-sources [INFO] Deleting file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com\abc\ccmp\core\tests\InstantiationTest.class [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com\abc\ccmp\core\tests [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com\abc\ccmp\core [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com\abc\ccmp [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com\abc [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes\com [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [INFO] Deleting directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target [DEBUG] Skipping non-existing directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] Skipping non-existing directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\test-classes [DEBUG] Skipping non-existing directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\site [INFO] [INFO] --- tycho-packaging-plugin:0.26.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 0.0.1.201607102350 [INFO] [INFO] --- tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-id (default-validate-id) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-version (default-validate-version) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-test-plugin [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\main\resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, tycho.env.osgi.os=win32, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_73\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_73\jre\classes, env.COMPUTERNAME=PAUL-PC, unqualifiedVersion=0.0.1, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_73-b02, env.HOMEPATH=\Users\paul, project.build.sourceEncoding=UTF-8, user.name=paul, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\eclipse\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Nmap, user.language=en, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_73\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, java.version=1.8.0_73, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel, user.timezone=America/New_York, env.TEMP=C:\Users\paul\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\gitAbc02Repo, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_73\jre\lib\endorsed, buildQualifier=201607102350, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, os-jvm-flags=, env.SYSTEMDRIVE=C:, tycho-version=0.26.0-SNAPSHOT, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, qualifiedVersion=0.0.1.201607102350, java.home=C:\Program Files\Java\jdk1.8.0_73\jre, env.APPDATA=C:\Users\paul\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, path.separator=;, java.vm.version=25.73-b02, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\paul, env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_73, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\paul\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\paul, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=2, java.library.path=C:\Program Files\Java\jdk1.8.0_73\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\eclipse\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Nmap;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean -Dinstall verify, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean -Dinstall verify, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, install=true, reactorBuildTimestampProperty=1468194600901, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.8.0_73\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, tycho.env.osgi.arch=x86_64, env.LOGONSERVER=\\PAUL-PC, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\paul, env.PROCESSOR_REVISION=1706, java.io.tmpdir=C:\Users\paul\AppData\Local\Temp\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\gitAbc02Repo, tycho.env.osgi.ws=win32, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_73\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\paul\AppData\Local, user.dir=C:\gitAbc02Repo, line.separator= , env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, jarsigner-version=1.1.3, env.ERROR_CODE=0, env.USERNAME=paul, file.encoding=Cp1252, env.USERDOMAIN=paul-PC, java.specification.version=1.8, env.=C:=C:\gitAbc02Repo, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\gitAbc02Repo} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\main\resources excludes [] includes [] [INFO] skip non existing resourceDirectory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.26.0-SNAPSHOT:compile (default-compile) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-compiler-plugin:0.26.0-SNAPSHOT:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-compiler-plugin:0.26.0-SNAPSHOT:compile' with basic configurator --> [DEBUG] (f) basedir = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests [DEBUG] (f) buildDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (s) groupId = javafx [DEBUG] (s) artifactId = javafx.mvn [DEBUG] (s) version = 2.2.0-SNAPSHOT [DEBUG] (f) extraClasspathElements = [Dependency {groupId=javafx, artifactId=javafx.mvn, version=2.2.0-SNAPSHOT, type=jar}] [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\generated-sources\annotations [DEBUG] (f) logDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.abc.ccmp.core.tests-0.0.1-SNAPSHOT [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) source = 1.8 [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) target = 1.8 [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = false [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Effective EE: OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src] [DEBUG] Could not find metadata javafx:javafx.mvn:2.2.0-SNAPSHOT/maven-metadata.xml in local (C:\Users\paul\.m2\repository) [DEBUG] Classpath: [C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes C:\gitAbc02Repo\plugins\com.abc.tycho.testng.osgi.wrapper\jcommander-1.48.jar[+com/beust/jcommander/*;+com/beust/jcommander/converters/*;+com/beust/jcommander/defaultprovider/*;+com/beust/jcommander/internal/*;+com/beust/jcommander/validators/*;+com/beust/testng/*;+org/testng/*;+org/testng/annotations/*;+org/testng/asserts/*;+org/testng/collections/*;+org/testng/internal/*;+org/testng/internal/annotations/*;+org/testng/internal/collections/*;+org/testng/internal/invokers/*;+org/testng/internal/junit/*;+org/testng/internal/reflect/*;+org/testng/internal/thread/*;+org/testng/internal/thread/graph/*;+org/testng/junit/*;+org/testng/log/*;+org/testng/log4testng/*;+org/testng/mustache/*;+org/testng/reporters/*;+org/testng/reporters/jq/*;+org/testng/reporters/util/*;+org/testng/util/*;+org/testng/xml/*;+org/testng/xml/dom/*;?**/*] C:\gitAbc02Repo\plugins\com.abc.tycho.testng.osgi.wrapper\testng-6.9.11.jar[+com/beust/jcommander/*;+com/beust/jcommander/converters/*;+com/beust/jcommander/defaultprovider/*;+com/beust/jcommander/internal/*;+com/beust/jcommander/validators/*;+com/beust/testng/*;+org/testng/*;+org/testng/annotations/*;+org/testng/asserts/*;+org/testng/collections/*;+org/testng/internal/*;+org/testng/internal/annotations/*;+org/testng/internal/collections/*;+org/testng/internal/invokers/*;+org/testng/internal/junit/*;+org/testng/internal/reflect/*;+org/testng/internal/thread/*;+org/testng/internal/thread/graph/*;+org/testng/junit/*;+org/testng/log/*;+org/testng/log4testng/*;+org/testng/mustache/*;+org/testng/reporters/*;+org/testng/reporters/jq/*;+org/testng/reporters/util/*;+org/testng/util/*;+org/testng/xml/*;+org/testng/xml/dom/*;?**/*] C:\gitAbc02Repo\plugins\com.abc.ccmp.core.model\target\classes[+com/abc/ccmp/core/atmosphere/*;+com/abc/ccmp/core/atmosphere/impl/*;?**/*]] [DEBUG] Output directory: C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] Classpath: [DEBUG] C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] C:\gitAbc02Repo\plugins\com.abc.tycho.testng.osgi.wrapper\jcommander-1.48.jar[+com/beust/jcommander/*;+com/beust/jcommander/converters/*;+com/beust/jcommander/defaultprovider/*;+com/beust/jcommander/internal/*;+com/beust/jcommander/validators/*;+com/beust/testng/*;+org/testng/*;+org/testng/annotations/*;+org/testng/asserts/*;+org/testng/collections/*;+org/testng/internal/*;+org/testng/internal/annotations/*;+org/testng/internal/collections/*;+org/testng/internal/invokers/*;+org/testng/internal/junit/*;+org/testng/internal/reflect/*;+org/testng/internal/thread/*;+org/testng/internal/thread/graph/*;+org/testng/junit/*;+org/testng/log/*;+org/testng/log4testng/*;+org/testng/mustache/*;+org/testng/reporters/*;+org/testng/reporters/jq/*;+org/testng/reporters/util/*;+org/testng/util/*;+org/testng/xml/*;+org/testng/xml/dom/*;?**/*] [DEBUG] C:\gitAbc02Repo\plugins\com.abc.tycho.testng.osgi.wrapper\testng-6.9.11.jar[+com/beust/jcommander/*;+com/beust/jcommander/converters/*;+com/beust/jcommander/defaultprovider/*;+com/beust/jcommander/internal/*;+com/beust/jcommander/validators/*;+com/beust/testng/*;+org/testng/*;+org/testng/annotations/*;+org/testng/asserts/*;+org/testng/collections/*;+org/testng/internal/*;+org/testng/internal/annotations/*;+org/testng/internal/collections/*;+org/testng/internal/invokers/*;+org/testng/internal/junit/*;+org/testng/internal/reflect/*;+org/testng/internal/thread/*;+org/testng/internal/thread/graph/*;+org/testng/junit/*;+org/testng/log/*;+org/testng/log4testng/*;+org/testng/mustache/*;+org/testng/reporters/*;+org/testng/reporters/jq/*;+org/testng/reporters/util/*;+org/testng/util/*;+org/testng/xml/*;+org/testng/xml/dom/*;?**/*] [DEBUG] C:\gitAbc02Repo\plugins\com.abc.ccmp.core.model\target\classes[+com/abc/ccmp/core/atmosphere/*;+com/abc/ccmp/core/atmosphere/impl/*;?**/*] [DEBUG] Source roots: [DEBUG] C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src [INFO] Compiling 1 source file to C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] Boot classpath access rules: [+java/**;+javax/accessibility/*;+javax/activation/*;+javax/activity/*;+javax/annotation/*;+javax/annotation/processing/*;+javax/crypto/*;+javax/crypto/interfaces/*;+javax/crypto/spec/*;+javax/imageio/*;+javax/imageio/event/*;+javax/imageio/metadata/*;+javax/imageio/plugins/bmp/*;+javax/imageio/plugins/jpeg/*;+javax/imageio/spi/*;+javax/imageio/stream/*;+javax/jws/*;+javax/jws/soap/*;+javax/lang/model/*;+javax/lang/model/element/*;+javax/lang/model/type/*;+javax/lang/model/util/*;+javax/management/*;+javax/management/loading/*;+javax/management/modelmbean/*;+javax/management/monitor/*;+javax/management/openmbean/*;+javax/management/relation/*;+javax/management/remote/*;+javax/management/remote/rmi/*;+javax/management/timer/*;+javax/naming/*;+javax/naming/directory/*;+javax/naming/event/*;+javax/naming/ldap/*;+javax/naming/spi/*;+javax/net/*;+javax/net/ssl/*;+javax/print/*;+javax/print/attribute/*;+javax/print/attribute/standard/*;+javax/print/event/*;+javax/rmi/*;+javax/rmi/CORBA/*;+javax/rmi/ssl/*;+javax/script/*;+javax/security/auth/*;+javax/security/auth/callback/*;+javax/security/auth/kerberos/*;+javax/security/auth/login/*;+javax/security/auth/spi/*;+javax/security/auth/x500/*;+javax/security/cert/*;+javax/security/sasl/*;+javax/sound/midi/*;+javax/sound/midi/spi/*;+javax/sound/sampled/*;+javax/sound/sampled/spi/*;+javax/sql/*;+javax/sql/rowset/*;+javax/sql/rowset/serial/*;+javax/sql/rowset/spi/*;+javax/swing/*;+javax/swing/border/*;+javax/swing/colorchooser/*;+javax/swing/event/*;+javax/swing/filechooser/*;+javax/swing/plaf/*;+javax/swing/plaf/basic/*;+javax/swing/plaf/metal/*;+javax/swing/plaf/multi/*;+javax/swing/plaf/nimbus/*;+javax/swing/plaf/synth/*;+javax/swing/table/*;+javax/swing/text/*;+javax/swing/text/html/*;+javax/swing/text/html/parser/*;+javax/swing/text/rtf/*;+javax/swing/tree/*;+javax/swing/undo/*;+javax/tools/*;+javax/transaction/*;+javax/transaction/xa/*;+javax/xml/*;+javax/xml/bind/*;+javax/xml/bind/annotation/*;+javax/xml/bind/annotation/adapters/*;+javax/xml/bind/attachment/*;+javax/xml/bind/helpers/*;+javax/xml/bind/util/*;+javax/xml/crypto/*;+javax/xml/crypto/dom/*;+javax/xml/crypto/dsig/*;+javax/xml/crypto/dsig/dom/*;+javax/xml/crypto/dsig/keyinfo/*;+javax/xml/crypto/dsig/spec/*;+javax/xml/datatype/*;+javax/xml/namespace/*;+javax/xml/parsers/*;+javax/xml/soap/*;+javax/xml/stream/*;+javax/xml/stream/events/*;+javax/xml/stream/util/*;+javax/xml/transform/*;+javax/xml/transform/dom/*;+javax/xml/transform/sax/*;+javax/xml/transform/stax/*;+javax/xml/transform/stream/*;+javax/xml/validation/*;+javax/xml/ws/*;+javax/xml/ws/handler/*;+javax/xml/ws/handler/soap/*;+javax/xml/ws/http/*;+javax/xml/ws/soap/*;+javax/xml/ws/spi/*;+javax/xml/ws/spi/http/*;+javax/xml/ws/wsaddressing/*;+javax/xml/xpath/*;+org/ietf/jgss/*;+org/omg/CORBA/*;+org/omg/CORBA_2_3/*;+org/omg/CORBA_2_3/portable/*;+org/omg/CORBA/DynAnyPackage/*;+org/omg/CORBA/ORBPackage/*;+org/omg/CORBA/portable/*;+org/omg/CORBA/TypeCodePackage/*;+org/omg/CosNaming/*;+org/omg/CosNaming/NamingContextExtPackage/*;+org/omg/CosNaming/NamingContextPackage/*;+org/omg/Dynamic/*;+org/omg/DynamicAny/*;+org/omg/DynamicAny/DynAnyFactoryPackage/*;+org/omg/DynamicAny/DynAnyPackage/*;+org/omg/IOP/*;+org/omg/IOP/CodecFactoryPackage/*;+org/omg/IOP/CodecPackage/*;+org/omg/Messaging/*;+org/omg/PortableInterceptor/*;+org/omg/PortableInterceptor/ORBInitInfoPackage/*;+org/omg/PortableServer/*;+org/omg/PortableServer/CurrentPackage/*;+org/omg/PortableServer/POAManagerPackage/*;+org/omg/PortableServer/POAPackage/*;+org/omg/PortableServer/portable/*;+org/omg/PortableServer/ServantLocatorPackage/*;+org/omg/SendingContext/*;+org/omg/stub/java/rmi/*;+org/w3c/dom/*;+org/w3c/dom/bootstrap/*;+org/w3c/dom/css/*;+org/w3c/dom/events/*;+org/w3c/dom/html/*;+org/w3c/dom/ls/*;+org/w3c/dom/ranges/*;+org/w3c/dom/stylesheets/*;+org/w3c/dom/traversal/*;+org/w3c/dom/views/*;+org/w3c/dom/xpath/*;+org/xml/sax/*;+org/xml/sax/ext/*;+org/xml/sax/helpers/*;?**/*] [DEBUG] Using boot classpath: [Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\resources.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\rt.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\sunrsasign.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\jsse.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\jce.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\charsets.jar, Classpath for jar file C:\Program Files\Java\jdk1.8.0_73\jre\lib\jfr.jar] [DEBUG] Original compiler output: [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\test\resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\Windows, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=C:\, os.name=Windows 7, tycho.env.osgi.os=win32, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_73\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_73\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_73\jre\classes, env.COMPUTERNAME=PAUL-PC, unqualifiedVersion=0.0.1, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_73-b02, env.HOMEPATH=\Users\paul, project.build.sourceEncoding=UTF-8, user.name=paul, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\eclipse\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Nmap, user.language=en, env.WINDIR=C:\Windows, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_73\jre\bin, classworlds.conf=C:\apache-maven-3.3.9\bin\..\bin\m2.conf, java.version=1.8.0_73, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel, user.timezone=America/New_York, env.TEMP=C:\Users\paul\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=C:\gitAbc02Repo, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_73\jre\lib\endorsed, buildQualifier=201607102350, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, os-jvm-flags=, env.SYSTEMDRIVE=C:, tycho-version=0.26.0-SNAPSHOT, file.separator=\, java.specification.name=Java Platform API Specification, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, qualifiedVersion=0.0.1.201607102350, java.home=C:\Program Files\Java\jdk1.8.0_73\jre, env.APPDATA=C:\Users\paul\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, path.separator=;, java.vm.version=25.73-b02, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\paul, env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_73, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\paul\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\paul, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=C:\apache-maven-3.3.9\bin\.., env.NUMBER_OF_PROCESSORS=2, java.library.path=C:\Program Files\Java\jdk1.8.0_73\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\eclipse\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Nmap;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean -Dinstall verify, java.vm.vendor=Oracle Corporation, maven.home=C:\apache-maven-3.3.9\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean -Dinstall verify, java.class.path=C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.9, install=true, reactorBuildTimestampProperty=1468194600901, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="C:\Program Files\Java\jdk1.8.0_73\bin\java.exe", java.vm.specification.name=Java Virtual Machine Specification, tycho.env.osgi.arch=x86_64, env.LOGONSERVER=\\PAUL-PC, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\paul, env.PROCESSOR_REVISION=1706, java.io.tmpdir=C:\Users\paul\AppData\Local\Temp\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=C:\gitAbc02Repo, tycho.env.osgi.ws=win32, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_73\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.LOCALAPPDATA=C:\Users\paul\AppData\Local, user.dir=C:\gitAbc02Repo, line.separator= , env.CLASSWORLDS_JAR="C:\apache-maven-3.3.9\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, jarsigner-version=1.1.3, env.ERROR_CODE=0, env.USERNAME=paul, file.encoding=Cp1252, env.USERDOMAIN=paul-PC, java.specification.version=1.8, env.=C:=C:\gitAbc02Repo, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=C:\gitAbc02Repo} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\test\resources excludes [] includes [] [INFO] skip non existing resourceDirectory C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\src\test\resources [INFO] [INFO] --- target-platform-configuration:0.26.0-SNAPSHOT:target-platform (default-target-platform) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:target-platform-configuration:0.26.0-SNAPSHOT:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:target-platform-configuration:0.26.0-SNAPSHOT:target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.abc:com.abc.tycho.testng.osgi.wrapper:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.tycho.testng.osgi.wrapper\pom.xml [DEBUG] Adding reactor project: MavenProject: com.abc:com.abc.ccmp.core.model:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.model\pom.xml [INFO] [INFO] --- tycho-packaging-plugin:0.26.0-SNAPSHOT:package-plugin (default-package-plugin) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-packaging-plugin:0.26.0-SNAPSHOT:package-plugin' with basic configurator --> [DEBUG] (s) addMavenDescriptor = false [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@1eda853f [DEBUG] (f) buildDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target [DEBUG] (f) finalName = com.abc.ccmp.core.tests-0.0.1-SNAPSHOT [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (f) qualifier = 201607102350 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\com.abc.ccmp.core.tests-0.0.1-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/abc/ [DEBUG] adding directory com/abc/ccmp/ [DEBUG] adding directory com/abc/ccmp/core/ [DEBUG] adding directory com/abc/ccmp/core/tests/ [DEBUG] adding entry com/abc/ccmp/core/tests/InstantiationTest.class [INFO] [INFO] --- tycho-p2-plugin:0.26.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-p2-plugin:0.26.0-SNAPSHOT:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-p2-plugin:0.26.0-SNAPSHOT:p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-surefire-plugin:0.26.0-SNAPSHOT:test (default-test) @ com.abc.ccmp.core.tests --- [DEBUG] Configuring mojo org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT:test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@70dea4e] [DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT:test' with basic configurator --> [DEBUG] (f) argLine = -ea [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) failIfNoTests = true [DEBUG] (f) osgiDataDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:0.26.0-SNAPSHOT:, org.apache.maven:maven-plugin-api:jar:3.0:compile, org.apache.maven:maven-model:jar:3.0:compile, org.apache.maven:maven-artifact:jar:3.0:compile, org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile, org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile, org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile, org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile, org.codehaus.plexus:plexus-utils:jar:3.0.7:compile, org.apache.maven:maven-core:jar:3.0:compile, org.apache.maven:maven-settings:jar:3.0:compile, org.apache.maven:maven-settings-builder:jar:3.0:compile, org.apache.maven:maven-repository-metadata:jar:3.0:compile, org.apache.maven:maven-model-builder:jar:3.0:compile, org.apache.maven:maven-aether-provider:jar:3.0:runtime, org.sonatype.aether:aether-impl:jar:1.7:compile, org.sonatype.aether:aether-spi:jar:1.7:compile, org.sonatype.aether:aether-api:jar:1.7:compile, org.sonatype.aether:aether-util:jar:1.7:compile, org.codehaus.plexus:plexus-interpolation:jar:1.14:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.7:compile, org.codehaus.plexus:plexus-archiver:jar:2.9.1:compile, org.codehaus.plexus:plexus-io:jar:2.4.1:compile, commons-io:commons-io:jar:2.2:compile, org.apache.commons:commons-compress:jar:1.9:compile, org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.0.200.v20160504-1419-SNAPSHOT:compile, org.eclipse.tycho:sisu-equinox-launching:jar:0.26.0-SNAPSHOT:compile, org.apache.commons:commons-exec:jar:1.2:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:0.26.0-SNAPSHOT:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:0.26.0-SNAPSHOT:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:0.26.0-SNAPSHOT:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:0.26.0-SNAPSHOT:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:0.26.0-SNAPSHOT:runtime, org.apache.maven.surefire:surefire-api:jar:2.17:compile, org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.17:compile, org.apache.maven.surefire:surefire-booter:jar:2.17:compile, org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.commons:commons-lang3:jar:3.1:compile, org.eclipse.tycho:tycho-testing-harness:jar:0.26.0-SNAPSHOT:compile, org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:compile, org.apache.maven.shared:maven-verifier:jar:1.3:compile] [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.abc:com.abc.ccmp.core.tests:0.0.1-SNAPSHOT @ C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\pom.xml [DEBUG] (f) providerHint = testng [DEBUG] (f) providerProperties = {testng.configurator=org.apache.maven.surefire.testng.conf.TestNG652Configurator} [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportsDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire-reports [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@40b70f31 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) suiteXmlFiles = [testNGsuite.xml] [DEBUG] (f) surefireProperties = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire.properties [DEBUG] (f) testClassesDirectory = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\classes [DEBUG] (f) testFailureIgnore = false [DEBUG] (f) testRuntime = default [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work [DEBUG] -- end configuration -- [DEBUG] Using test framework provider org.eclipse.tycho.surefire.provider.impl.TestNGProvider [DEBUG] Installation OSGI bundles: [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/javax.annotation.jre/1.2.0.201607100603/javax.annotation.jre-1.2.0.201607100603.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/javax.xml.jre/1.3.4.201607100603/javax.xml.jre-1.3.4.201607100603.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.7.0.v201011041433/org.apache.batik.css-1.7.0.v201011041433.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.7.0.v201011041433/org.apache.batik.util-1.7.0.v201011041433.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.w3c.dom.events/3.0.0.draft20060413_v201105210656/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.apache.batik.util.gui/1.7.0.v200903091627/org.apache.batik.util.gui-1.7.0.v200903091627.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.5.100.v20160504-1419/org.eclipse.osgi.services-3.5.100.v20160504-1419.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.5.600.v20150420-1449/org.eclipse.compare-3.5.600.v20150420-1449.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.107.0.v20150507-1945/org.eclipse.ui-3.107.0.v20150507-1945.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.0.v20160503-1608/org.eclipse.core.resources-3.11.0.v20160503-1608.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.10.0.v20150603-1752/org.eclipse.jface.text-3.10.0.v20150603-1752.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.11.0.v20150825-2158/org.eclipse.ui.ide-3.11.0.v20150825-2158.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.8.0.v20150422-0725/org.eclipse.ui.views-3.8.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.9.100.v20141023-1946/org.eclipse.ui.workbench.texteditor-3.9.100.v20141023-1946.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar@4:start [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.9.0.v20150213-1939/org.eclipse.ui.editors-3.9.0.v20150213-1939.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.6.200.v20150506-2029/org.eclipse.ui.forms-3.6.200.v20150506-2029.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.5.500.v20150505-1058/org.eclipse.compare.core-3.5.500.v20150505-1058.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/com.ibm.icu/54.1.1.v201501272100/com.ibm.icu-54.1.1.v201501272100.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar@2:start [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.0.v20160316-1921/org.eclipse.core.commands-3.8.0.v20160316-1921.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.0.v20160120-1756/org.eclipse.equinox.preferences-3.6.0.v20160120-1756.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.6.0.v20160511-1747/org.eclipse.core.databinding.observable-1.6.0.v20160511-1747.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.6.0.v20160427-0852/org.eclipse.core.databinding.property-1.6.0.v20160427-0852.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.6.0.v20160412-0910/org.eclipse.core.databinding-1.6.0.v20160412-0910.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.0.v20160503-1608/org.eclipse.core.filesystem-1.6.0.v20160503-1608.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.6.0.v20160503-1849/org.eclipse.core.filebuffers-3.6.0.v20160503-1849.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.2.200.v20150715-1528/org.eclipse.equinox.security-1.2.200.v20150715-1528.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.3.0.v20160418-1534/org.eclipse.core.net-1.3.0.v20160418-1534.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.6.0.v20160319-0612/org.eclipse.e4.core.di-1.6.0.v20160319-0612.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.5.0.v20160504-0909/org.eclipse.e4.core.contexts-1.5.0.v20160504-0909.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.0.100.v20160509-1032/org.eclipse.e4.core.services-2.0.100.v20160509-1032.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/0.11.100.v20160506-0804/org.eclipse.e4.core.commands-0.11.100.v20160506-0804.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.5.0.v20151127-1241/org.eclipse.e4.core.di.annotations-1.5.0.v20151127-1241.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.14.0.v20160211-1614/org.eclipse.e4.core.di.extensions-0.14.0.v20160211-1614.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.1.200.v20160506-0804/org.eclipse.e4.emf.xpath-0.1.200.v20160506-0804.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.11.0.v20150422-0725/org.eclipse.e4.ui.bindings-0.11.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.104.2.v20160212-1350/org.eclipse.swt-3.104.2.v20160212-1350.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.11.1.v20160128-1644/org.eclipse.jface-3.11.1.v20160128-1644.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.11.0.v20150511-1937/org.eclipse.e4.ui.css.core-0.11.0.v20150511-1937.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.12.0.v20150511-1003/org.eclipse.e4.ui.css.swt-0.12.0.v20150511-1003.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.10.0.v20150422-0725/org.eclipse.e4.ui.css.swt.theme-0.10.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.1.100.v20160506-0759/org.eclipse.e4.ui.di-1.1.100.v20160506-0759.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/1.2.0.v20160229-1459/org.eclipse.e4.ui.model.workbench-1.2.0.v20160229-1459.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.2.100.v20160506-0759/org.eclipse.e4.ui.services-1.2.100.v20160506-0759.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.1.0.v20150427-1751/org.eclipse.e4.ui.widgets-1.1.0.v20150427-1751.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.11.0.v20160420-0247/org.eclipse.emf.ecore.change-2.11.0.v20160420-0247.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.4.0.v20160517-1624/org.eclipse.e4.ui.workbench-1.4.0.v20160517-1624.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.2.0.v20150512-1414/org.eclipse.e4.ui.workbench.addons.swt-1.2.0.v20150512-1414.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.13.0.v20150901-1347/org.eclipse.e4.ui.workbench.renderers.swt-0.13.0.v20150901-1347.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.13.0.v20150504-0621/org.eclipse.e4.ui.workbench.swt-0.13.0.v20150504-0621.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.7.0.v20150406-2148/org.eclipse.jface.databinding-1.7.0.v20150406-2148.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.13.0.v20150422-0725/org.eclipse.e4.ui.workbench3-0.13.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.ds/1.4.400.v20160226-2036/org.eclipse.equinox.ds-1.4.400.v20160226-2036.jar@1:start [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.0.0.v20160307-1318/org.eclipse.equinox.bidi-1.0.0.v20160307-1318.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.util/1.0.500.v20130404-1337/org.eclipse.equinox.util-1.0.500.v20130404-1337.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.4.100.v20160419-0834/org.eclipse.equinox.p2.core-2.4.100.v20160419-0834.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.3.100.v20160427-2220/org.eclipse.equinox.p2.metadata-2.3.100.v20160427-2220.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.2.300.v20160419-0834/org.eclipse.equinox.p2.metadata.repository-1.2.300.v20160419-0834.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.3.200.v20160421-0324/org.eclipse.equinox.p2.repository-2.3.200.v20160421-0324.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.4.100.v20160419-0834/org.eclipse.equinox.p2.engine-2.4.100.v20160419-0834.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.3.0.v201308270617/org.tukaani.xz-1.3.0.v201308270617.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.6.0.v20130326-1254/org.eclipse.help-3.6.0.v20130326-1254.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.6.201.v20150819-1034/org.eclipse.ltk.core.refactoring-3.6.201.v20150819-1034.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.7.200.v20140625-1835/org.eclipse.ltk.ui.refactoring-3.7.200.v20140625-1835.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.6.0.v20150422-0725/org.eclipse.ui.navigator-3.6.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.7.100.v20150203-1452/org.eclipse.team.core-3.7.100.v20150203-1452.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.7.200.v20150203-1452/org.eclipse.team.ui-3.7.200.v20150203-1452.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.104.2.v20160212-1350/org.eclipse.swt.win32.win32.x86_64-3.104.2.v20160212-1350.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.107.1.v20160120-2131/org.eclipse.ui.workbench-3.107.1.v20160120-2131.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.application/1.1.0.v20150422-0725/org.eclipse.ui.ide.application-1.1.0.v20150422-0725.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.5.1.v20160128-1644/org.eclipse.ui.navigator.resources-3.5.1.v20160128-1644.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.6.100.v20150423-0822/org.eclipse.ui.views.properties.tabbed-3.6.100.v20150423-0822.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar [DEBUG] reference:file:C:/gitAbc02Repo/plugins/com.abc.ccmp.core.model/target/com.abc.ccmp.core.model-0.0.1-SNAPSHOT.jar <file:C:/gitUsque02Repo/plugins/software.usque.ccmp.core.model/target/software.usque.ccmp.core.model-0.0.1-SNAPSHOT.jar> [DEBUG] reference:file:C:/gitAbc02Repo/plugins/com.abc.ccmp.core.tests <file:C:/gitUsque02Repo/plugins/software.usque.ccmp.core.tests> [DEBUG] reference:file:C:/gitAbc02Repo/plugins/com.abc.tycho.testng.osgi.wrapper/target/com.abc.tycho.testng.osgi.wrapper-0.0.1-SNAPSHOT.jar <file:C:/gitUsque02Repo/plugins/software.usque.tycho.testng.osgi.wrapper/target/software.usque.tycho.testng.osgi.wrapper-0.0.1-SNAPSHOT.jar> [DEBUG] reference:file:C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.200.v20160318-1642/org.eclipse.equinox.launcher-1.3.200.v20160318-1642.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/0.26.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-0.26.0-SNAPSHOT.jar [DEBUG] reference:file:C:/Users/paul/.m2/repository/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/0.26.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-0.26.0-SNAPSHOT.jar [INFO] Expected eclipse log file: C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\data\.metadata\.log [INFO] Command line: [C:\Program Files\Java\jdk1.8.0_73\jre\bin\java.exe, -Dosgi.noShutdown=false, -Dosgi.os=win32, -Dosgi.ws=win32, -Dosgi.arch=x86_64, -ea, -Dosgi.clean=true, -jar, C:\Users\paul\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.200.v20160318-1642\org.eclipse.equinox.launcher-1.3.200.v20160318-1642.jar, -debug, -consolelog, -data, C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\data, -install, C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work, -configuration, C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire.properties] Configuration location: file:/C:/gitAbc02Repo/plugins/com.abc.ccmp.core.tests/target/work/configuration/ <file:/C:/gitUsque02Repo/plugins/software.usque.ccmp.core.tests/target/work/configuration/> Configuration file: file:/C:/gitAbc02Repo/plugins/com.abc.ccmp.core.tests/target/work/configuration/config.ini <file:/C:/gitUsque02Repo/plugins/software.usque.ccmp.core.tests/target/work/configuration/config.ini> loaded Install location: file:/C:/gitAbc02Repo/plugins/com.abc.ccmp.core.tests/target/work/ <file:/C:/gitUsque02Repo/plugins/software.usque.ccmp.core.tests/target/work/> Framework located: file:/C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar <file:/C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar> Framework classpath: file:/C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar <file:/C:/Users/paul/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar> Debug options: file:/C:/gitAbc02Repo/plugins/com.abc.ccmp.core.tests/.options <file:/C:/gitUsque02Repo/plugins/software.usque.ccmp.core.tests/.options> not found Time to load bundles: 840 Starting application: 2606 ------------------------------------------------------- T E S T S ------------------------------------------------------- Running TestSuite ... ... TestNG 6.9.11 by CÃÂdric Beust (cedric@xxxxxxxxx) ... InstantiationTest: I AM HERE InstantiationTest: Fast test InstantiationTest: Slow test InstantiationTest: Slow test A !SESSION 2016-07-10 19:51:46.874 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_73 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire.properties Command-line arguments: -debug -consolelog -data C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\surefire.properties !ENTRY org.eclipse.osgi 4 0 2016-07-10 19:51:50.031 !MESSAGE Application error !STACK 1 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492) Caused by: java.lang.NoClassDefFoundError: org/apache/maven/surefire/report/PojoStackTraceWriter at org.apache.maven.surefire.testng.TestNGReporter.onTestFailure(TestNGReporter.java:99) at org.testng.internal.Invoker.runTestListeners(Invoker.java:1661) at org.testng.internal.Invoker.runTestListeners(Invoker.java:1645) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1186) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:778) at org.testng.TestRunner.run(TestRunner.java:632) at org.testng.SuiteRunner.runTest(SuiteRunner.java:366) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319) at org.testng.SuiteRunner.run(SuiteRunner.java:268) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1225) at org.testng.TestNG.runSuitesLocally(TestNG.java:1150) at org.testng.TestNG.runSuites(TestNG.java:1075) at org.testng.TestNG.run(TestNG.java:1047) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:293) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:84) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:91) ... 27 more Root exception: java.lang.NoClassDefFoundError: org/apache/maven/surefire/report/PojoStackTraceWriter at org.apache.maven.surefire.testng.TestNGReporter.onTestFailure(TestNGReporter.java:99) at org.testng.internal.Invoker.runTestListeners(Invoker.java:1661) at org.testng.internal.Invoker.runTestListeners(Invoker.java:1645) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1186) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:778) at org.testng.TestRunner.run(TestRunner.java:632) at org.testng.SuiteRunner.runTest(SuiteRunner.java:366) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319) at org.testng.SuiteRunner.run(SuiteRunner.java:268) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1225) at org.testng.TestNG.runSuitesLocally(TestNG.java:1150) at org.testng.TestNG.runSuites(TestNG.java:1075) at org.testng.TestNG.run(TestNG.java:1047) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:293) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:84) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492) An error has occurred. See the log file C:\gitAbc02Repo\plugins\com.abc.ccmp.core.tests\target\work\configuration\1468194707394.log. . . . [INFO] com.abc.ccmp.core.tests ..................... FAILURE [ 5.378 s] [INFO] com.abc ..................................... SKIPPED [INFO] com.abc.animation ........................... SKIPPED [INFO] com.abc.ccmp ................................ SKIPPED [INFO] com.abc.deployment .......................... SKIPPED [INFO] com.abc.financial ........................... SKIPPED [INFO] com.abc.operations .......................... SKIPPED [INFO] com.abc.recycle ............................. SKIPPED [INFO] com.abc.rendering ........................... SKIPPED [INFO] com.abc.secm ................................ SKIPPED [INFO] com.abc.simulation .......................... SKIPPED [INFO] com.abc.structural .......................... SKIPPED [INFO] Abc - application product ........................ SKIPPED [INFO] com.abc.site ................................ SKIPPED [INFO] com.abc.releng .............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:17 min [INFO] Finished at: 2016-07-10T19:51:50-04:00 [INFO] Final Memory: 103M/586M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT:test (default-test) on project com.abc.ccmp.core.tests: An unexpected error occured while launching the test runtime (return code 13). See log for details. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0-SNAPSHOT:test (default-test) on project com.abc.ccmp.core.tests: An unexpected error occured while launching the test runtime (return code 13). See log for details. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occured while launching the test runtime (return code 13). See log for details. at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:1003) at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:666) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException> [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :com.abc.ccmp.core.tests ================================ pom.xml ============================================ <project xmlns="http://maven.apache.org/POM/4.0.0" <http://maven.apache.org/POM/4.0.0> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <http://www.w3.org/2001/XMLSchema-instance> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" <http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd>> <modelVersion>4.0.0</modelVersion> <groupId>com.abc</groupId> <artifactId>com.abc.ccmp.core.tests</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <parent> <groupId>com.abc</groupId> <artifactId>com.abc.plugins</artifactId> <version>0.0.1-SNAPSHOT</version> <relativePath>../../releng/com.abc.releng.parent/plugins/pom.xml</relativePath> </parent> <properties> <tycho-version>0.26.0-SNAPSHOT</tycho-version> </properties> <build> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <version>${tycho-version}</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId> <version>${tycho-version}</version> <configuration> <providerHint>testng</providerHint> <argLine>-ea</argLine> <providerProperties> <testng.configurator>org.apache.maven.surefire.testng.conf.TestNG652Configurator</testng.configurator> </providerProperties> <suiteXmlFiles> <suiteXmlFile>testNGsuite.xml</suiteXmlFile> </suiteXmlFiles> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>eclipse-mars</id> <layout>p2</layout> <url>http://download.eclipse.org/releases/mars</url> </repository> </repositories> </project> ================================ testNGsuite.xml ============================================ <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" <http://testng.org/testng-1.0.dtd> > <suite name="InstantiationTests" verbose="10"> <test name="Base java class instantiation tests"> <classes> <class name="com.abc.ccmp.core.tests.InstantiationTest" /> </classes> </test> </suite> _______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/tycho-user -- The people that bring you Usque <http://Usque.software/>.
↧
Re: [tycho-user] Fwd: Re: java.lang.NoClassDefFoundError: org/apache/maven/surefire/report/PojoStackTraceWriter
↧