Build failed in Jenkins: jbosstools-hibernate_master #376
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>
Changes:
[koen.aers] remove 'Eclipse-BundleShape: jar' to get rid of warnings
[koen.aers] remove warnings from build.properties
[koen.aers] delete empty plugin.xml
[koen.aers] remove warning because of missing plugin.xml
[koen.aers] remove dead code warning
[koen.aers] remove maven related warnings
------------------------------------------
[...truncated 8025 lines...]
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[68,0]
[ERROR] import org.hibernate.util.xpl.StringHelper;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.util.xpl cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[144,0]
[ERROR] public static boolean hasConfigXMLMappingClassAnnotation(ConsoleConfiguration consoleConfig, PersistentClass rootClass) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[161,0]
[ERROR] public static boolean elementInFile(ConsoleConfiguration consoleConfig, IFile file, Object element) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[187,0]
[ERROR] public static boolean rootClassInFile(ConsoleConfiguration consoleConfig, IFile file, RootClass rootClass) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[191,0]
[ERROR] final String clNameUnq = StringHelper.unqualify(clName);
[ERROR] ^^^^^^^^^^^^
[ERROR] StringHelper cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[221,0]
[ERROR] public static boolean subclassInFile(ConsoleConfiguration consoleConfig, IFile file, Subclass subclass) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[225,0]
[ERROR] final String clNameUnq = StringHelper.unqualify(clName);
[ERROR] ^^^^^^^^^^^^
[ERROR] StringHelper cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[245,0]
[ERROR] public static boolean tableInFile(ConsoleConfiguration consoleConfig, IFile file, Table table) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[419,0]
[ERROR] public static PackageFragmentRoot[] getCCPackageFragmentRoots(ConsoleConfiguration consoleConfiguration) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[447,0]
[ERROR] public static IFile searchInMappingFiles(ConsoleConfiguration consoleConfig, Object element) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[505,0]
[ERROR] public static IFile searchInAdditionalMappingFiles(ConsoleConfiguration consoleConfig, Object element) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[537,0]
[ERROR] public static IFile searchInEjb3MappingFiles(ConsoleConfiguration consoleConfig, Object element) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[542,0]
[ERROR] final ConsoleConfiguration cc2 = consoleConfig;
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[543,0]
[ERROR] List<String> documentPaths = (List<String>)consoleConfig.execute(new ExecutionContext.Command() {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] ExecutionContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[623,0]
[ERROR] public static IFile searchFileToOpen(ConsoleConfiguration consoleConfig, Object element) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[32,0]
[ERROR] import org.hibernate.console.ImageConstants;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[46,0]
[ERROR] header = new NodeHeaderFigure(name, "Class", ImageConstants.MAPPEDCLASS, false); //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^
[ERROR] ImageConstants cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[37,0]
[ERROR] import org.hibernate.console.ConsoleConfiguration;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[82,0]
[ERROR] result = computeProposals( doc, partition.getOffset(), documentOffset, hqlEditor.getConsoleConfiguration() );
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getConsoleConfiguration() from the type QueryEditor refers to the missing type ConsoleConfiguration
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[97,0]
[ERROR] ICompletionProposal[] computeProposals(IDocument doc, int lineStart, final int currentOffset, final ConsoleConfiguration consoleConfiguration) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[62,0]
[ERROR] import org.hibernate.console.ConsoleConfiguration;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[63,0]
[ERROR] import org.hibernate.console.KnownConfigurations;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[64,0]
[ERROR] import org.hibernate.console.QueryPage;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[71,0]
[ERROR] public class CriteriaEditor extends AbstractQueryEditor {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The return types are incompatible for the inherited methods QueryEditor.getConsoleConfiguration(), AbstractQueryEditor.getConsoleConfiguration()
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[71,0]
[ERROR] public class CriteriaEditor extends AbstractQueryEditor {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The type CriteriaEditor must implement the inherited abstract method QueryEditor.executeQuery(ConsoleConfiguration)
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[71,0]
[ERROR] public class CriteriaEditor extends AbstractQueryEditor {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The return types are incompatible for the inherited methods QueryEditor.getQueryInputModel(), AbstractQueryEditor.getQueryInputModel()
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[132,0]
[ERROR] protected QueryPage queryPage = null;
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[134,0]
[ERROR] public void executeQuery(ConsoleConfiguration cfg) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[142,0]
[ERROR] if (queryPage == null || !getPinToOneResTab()) {
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[143,0]
[ERROR] queryPage = cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getCopyForQuery() );
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[143,0]
[ERROR] queryPage = cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getCopyForQuery() );
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getQueryInputModel() from the type AbstractQueryEditor refers to the missing type QueryInputModel
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[145,0]
[ERROR] KnownConfigurations.getInstance().getQueryPageModel().remove(queryPage);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] KnownConfigurations cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[145,0]
[ERROR] KnownConfigurations.getInstance().getQueryPageModel().remove(queryPage);
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[146,0]
[ERROR] queryPage = cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getCopyForQuery());
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[146,0]
[ERROR] queryPage = cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getCopyForQuery());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getQueryInputModel() from the type AbstractQueryEditor refers to the missing type QueryInputModel
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[164,0]
[ERROR] final ConsoleConfiguration consoleConfiguration = getConsoleConfiguration();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[164,0]
[ERROR] final ConsoleConfiguration consoleConfiguration = getConsoleConfiguration();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getConsoleConfiguration() from the type AbstractQueryEditor refers to the missing type ConsoleConfiguration
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[24,0]
[ERROR] import org.hibernate.console.ConsoleConfiguration;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[25,0]
[ERROR] import org.hibernate.console.QueryInputModel;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[30,0]
[ERROR] ConsoleConfiguration getConsoleConfiguration();
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[46,0]
[ERROR] QueryInputModel getQueryInputModel();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] QueryInputModel cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[48,0]
[ERROR] void executeQuery(ConsoleConfiguration cfg);
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] ConsoleConfiguration cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[16,0]
[ERROR] import org.hibernate.console.ImageConstants;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[17,0]
[ERROR] import org.hibernate.console.KnownConfigurations;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[18,0]
[ERROR] import org.hibernate.console.QueryPage;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.hibernate.console cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[28,0]
[ERROR] setImageDescriptor(EclipseImages.getImageDescriptor(ImageConstants.CLOSE_ALL) );
[ERROR] ^^^^^^^^^^^^^^
[ERROR] ImageConstants cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[29,0]
[ERROR] setDisabledImageDescriptor(EclipseImages.getImageDescriptor(ImageConstants.CLOSE_ALL_DISABLED) );
[ERROR] ^^^^^^^^^^^^^^
[ERROR] ImageConstants cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[36,0]
[ERROR] List<QueryPage> pages = KnownConfigurations.getInstance().getQueryPageModel().getPagesAsList();
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[36,0]
[ERROR] List<QueryPage> pages = KnownConfigurations.getInstance().getQueryPageModel().getPagesAsList();
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] KnownConfigurations cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[38,0]
[ERROR] KnownConfigurations.getInstance().getQueryPageModel().remove( (QueryPage) pages.get(i) );
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] KnownConfigurations cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>:[38,0]
[ERROR] KnownConfigurations.getInstance().getQueryPageModel().remove( (QueryPage) pages.get(i) );
[ERROR] ^^^^^^^^^
[ERROR] QueryPage cannot be resolved to a type
[ERROR] 914 problems (914 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.18.1:compile (default-compile) on project org.hibernate.eclipse.console: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
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:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:442)
at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:239)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.hibernate.eclipse.console
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :44
Killing Xvnc process ID 30457
Archiving artifacts
Recording test results
Description set:
11 years, 2 months
Build failed in Jenkins: jbosstools-forge_master #406
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
------------------------------------------
[...truncated 10615 lines...]
[INFO] forge.tests ....................................... SUCCESS [0.013s]
[INFO] org.jboss.tools.forge.core.test ................... SUCCESS [20.641s]
[INFO] org.jboss.tools.forge.core.ext.test ............... SKIPPED
[INFO] org.jboss.tools.forge.ui.test ..................... SUCCESS [0.686s]
[INFO] org.jboss.tools.forge.ui.ext.test ................. SKIPPED
[INFO] forge.features .................................... SUCCESS [0.027s]
[INFO] org.jboss.tools.forge.feature ..................... SUCCESS [0.817s]
[INFO] org.jboss.tools.forge.ext.feature ................. SKIPPED
[INFO] org.jboss.tools.forge.test.feature ................ SUCCESS [0.548s]
[INFO] org.jboss.tools.forge.ext.test.feature ............ SKIPPED
[INFO] forge.site ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:46.067s
[INFO] Finished at: Thu Oct 03 19:58:31 EDT 2013
[INFO] Final Memory: 77M/497M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT:addon-install (deploy-addons) on project org.jboss.tools.forge2.runtime: Execution deploy-addons of goal org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT:addon-install failed: Unable to load the mojo 'addon-install' in the plugin 'org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/jboss/forge/furnace/maven/plugin/AddonInstallMojo : Unsupported major.minor version 51.0
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[1] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[2] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[3] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[4] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[5] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[6] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[7] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[8] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[9] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[10] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[11] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[12] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[13] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[14] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[15] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[16] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[17] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[18] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[19] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[20] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[21] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[22] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[23] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[24] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[25] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[26] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[27] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[28] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] urls[29] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm ClassRealm[project>org.jboss.tools:forge:1.3.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT:addon-install (deploy-addons) on project org.jboss.tools.forge2.runtime: Execution deploy-addons of goal org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT:addon-install failed: Unable to load the mojo 'addon-install' in the plugin 'org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/jboss/forge/furnace/maven/plugin/AddonInstallMojo : Unsupported major.minor version 51.0
-----------------------------------------------------
realm = plugin>org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[1] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[2] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[3] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[4] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[5] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[6] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[7] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[8] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[9] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[10] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[11] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[12] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[13] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[14] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[15] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[16] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[17] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[18] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[19] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[20] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[21] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[22] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[23] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[24] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[25] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[26] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[27] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[28] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[29] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
Number of foreign imports: 1
import: Entry[import from realm ClassRealm[project>org.jboss.tools:forge:1.3.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
-----------------------------------------------------
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
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:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution deploy-addons of goal org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT:addon-install failed: Unable to load the mojo 'addon-install' in the plugin 'org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/jboss/forge/furnace/maven/plugin/AddonInstallMojo : Unsupported major.minor version 51.0
-----------------------------------------------------
realm = plugin>org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[1] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[2] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[3] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[4] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[5] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[6] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[7] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[8] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[9] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[10] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[11] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[12] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[13] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[14] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[15] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[16] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[17] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[18] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[19] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[20] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[21] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[22] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[23] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[24] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[25] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[26] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[27] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[28] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[29] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
Number of foreign imports: 1
import: Entry[import from realm ClassRealm[project>org.jboss.tools:forge:1.3.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
-----------------------------------------------------
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:120)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: org.apache.maven.plugin.PluginContainerException: Unable to load the mojo 'addon-install' in the plugin 'org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/jboss/forge/furnace/maven/plugin/AddonInstallMojo : Unsupported major.minor version 51.0
-----------------------------------------------------
realm = plugin>org.jboss.forge.furnace:furnace-maven-plugin:2.0.0-SNAPSHOT
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[1] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[2] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[3] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[4] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[5] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[6] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[7] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[8] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[9] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[10] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[11] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[12] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[13] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[14] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[15] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[16] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[17] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[18] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[19] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[20] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[21] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[22] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[23] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[24] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[25] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[26] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[27] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[28] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
urls[29] = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_mast...>
Number of foreign imports: 1
import: Entry[import from realm ClassRealm[project>org.jboss.tools:forge:1.3.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
-----------------------------------------------------
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:489)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:97)
... 20 more
Caused by: java.lang.UnsupportedClassVersionError: org/jboss/forge/furnace/maven/plugin/AddonInstallMojo : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:386)
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
at org.eclipse.sisu.reflect.URLClassSpace.loadClass(URLClassSpace.java:100)
at org.eclipse.sisu.reflect.NamedClass.load(NamedClass.java:44)
at org.eclipse.sisu.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:44)
at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
at org.eclipse.sisu.plexus.lifecycles.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:134)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:109)
at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:997)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1047)
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:993)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at org.eclipse.sisu.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at org.eclipse.sisu.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:52)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:259)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:251)
at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:459)
... 21 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.forge2.runtime
Build step 'Invoke top-level Maven targets' marked build as failure
Xvfb stopping
Archiving artifacts
Recording test results
Description set:
11 years, 2 months
Build failed in Jenkins: jbosstools-hibernate_master #370
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>
Changes:
[koen.aers] JBIDE-15656: package-info.java in managed package in persistence.xml causes StackOverflowError
------------------------------------------
[...truncated 8660 lines...]
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 2.43MB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 2.43MB at 0B/s)
[INFO] Fetching org.eclipse.wst.jsdt.core_1.3.0.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (675.61kB of 1.18MB at 671.61kB/s)
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (858.6kB of 2.43MB at 857.27kB/s)
[INFO] Downloading org.eclipse.wst.jsdt.core
[INFO] Fetching org.eclipse.wst.jsdt.core_1.3.0.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 1.18MB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.jsdt.core_1.3.0.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.4kB of 1.18MB at 0B/s)
[INFO] Downloading org.eclipse.wst.jsdt.ui
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 2.43MB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 2.43MB at 0B/s)
[INFO] Fetching org.eclipse.wst.jsdt.core_1.3.0.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (610.02kB of 1.18MB at 606.02kB/s)
[INFO] Fetching org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (945.45kB of 2.43MB at 941.45kB/s)
[INFO] Downloading packed org.eclipse.equinox.launcher.cocoa.macosx.x86_64
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 29.1kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 29.1kB at 0B/s)
[INFO] Downloading org.eclipse.equinox.launcher.cocoa.macosx.x86_64
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 29.1kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 29.1kB at 0B/s)
[INFO] Downloading packed org.eclipse.compare.win32
[INFO] Downloading packed org.eclipse.core.resources.win32.x86
[INFO] Downloading packed org.eclipse.core.net.win32.x86
[INFO] Downloading packed org.eclipse.core.filesystem.win32.x86
[INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 28.7kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 28.7kB at 0B/s)
[INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1741.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 16.62kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1741.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 16.62kB at 0B/s)
[INFO] Fetching org.eclipse.compare.win32_1.0.200.v20130514-1224.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 20.06kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.compare.win32_1.0.200.v20130514-1224.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,007B of 20.06kB at 0B/s)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.4.0.v20121112-0948.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.87kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.4.0.v20121112-0948.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 25.87kB at 0B/s)
[INFO] Downloading org.eclipse.core.resources.win32.x86
[INFO] Downloading org.eclipse.compare.win32
[INFO] Downloading org.eclipse.core.net.win32.x86
[INFO] Downloading org.eclipse.core.filesystem.win32.x86
[INFO] Fetching org.eclipse.compare.win32_1.0.200.v20130514-1224.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 20.06kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] [INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1741.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 16.62kB at 0B/s)
Fetching org.eclipse.compare.win32_1.0.200.v20130514-1224.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 20.06kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1741.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.32kB of 16.62kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 28.7kB at 0B/s)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.4.0.v20121112-0948.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.87kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.win32.x86_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 28.7kB at 0B/s)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_1.4.0.v20121112-0948.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1.07kB of 25.87kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Downloading packed org.eclipse.equinox.launcher.win32.win32.x86
[INFO] Downloading packed org.eclipse.equinox.security.win32.x86
[INFO] Downloading packed org.eclipse.ui.win32
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.68kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 25.68kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.300.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 18.49kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.300.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 18.49kB at 0B/s)
[INFO] Fetching org.eclipse.ui.win32_3.2.400.v20130516-1056.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 13.38kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.ui.win32_3.2.400.v20130516-1056.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 13.38kB at 0B/s)
[INFO] Downloading org.eclipse.equinox.launcher.win32.win32.x86
[INFO] Downloading org.eclipse.ui.win32
[INFO] Downloading org.eclipse.equinox.security.win32.x86
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.68kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 25.68kB at 0B/s)
[INFO] Fetching org.eclipse.ui.win32_3.2.400.v20130516-1056.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 13.38kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.ui.win32_3.2.400.v20130516-1056.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 13.38kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.300.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 18.49kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_1.0.300.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1.07kB of 18.49kB at 0B/s)
[INFO] [INFO] Downloading packed org.eclipse.core.resources.win32.x86_64
[INFO] Downloading packed org.eclipse.core.net.win32.x86_64
Downloading packed org.eclipse.core.filesystem.win32.x86_64
[INFO] Downloading packed org.eclipse.equinox.launcher.win32.win32.x86_64
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20121112-1357.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 30.21kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20121112-1357.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 30.21kB at 0B/s)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20121203-0906.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.91kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20121203-0906.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,008B of 25.91kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 27.86kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 27.86kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 26.92kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 26.92kB at 0B/s)
[INFO] Downloading org.eclipse.core.filesystem.win32.x86_64
[INFO] Downloading org.eclipse.core.resources.win32.x86_64
[INFO] Downloading org.eclipse.core.net.win32.x86_64
[INFO] Downloading org.eclipse.equinox.launcher.win32.win32.x86_64
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 27.86kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 27.86kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 26.92kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20121203-0906.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 25.91kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.0.100.v20100505-1614.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 26.92kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20121112-1357.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 30.21kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20121112-1357.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.32kB of 30.21kB at 0B/s)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20121203-0906.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 25.91kB at 0B/s)
[INFO] Downloading packed org.eclipse.equinox.security.win32.x86_64
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 30.78kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 30.78kB at 0B/s)
[INFO] Downloading org.eclipse.equinox.security.win32.x86_64
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 30.78kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.39kB of 30.78kB at 0B/s)
[INFO] [INFO] Downloading packed org.eclipse.core.net.linux.x86
Downloading packed org.eclipse.core.filesystem.linux.x86
[INFO] Downloading packed org.eclipse.equinox.launcher.gtk.linux.x86
[INFO] Fetching org.eclipse.core.net.linux.x86_1.1.300.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 35.31kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.linux.x86_1.1.300.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,007B of 35.31kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 73.91kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,008B of 73.91kB at 0B/s)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 8.88kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,009B of 8.88kB at 0B/s)
[INFO] Downloading org.eclipse.core.filesystem.linux.x86
[INFO] Downloading org.eclipse.core.net.linux.x86
[INFO] Downloading org.eclipse.equinox.launcher.gtk.linux.x86
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 8.88kB at 0B/s)
[INFO] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_1.4.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,009B of 8.88kB at 0B/s)
1 operation remaining.
[INFO] Fetching org.eclipse.core.net.linux.x86_1.1.300.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 35.31kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.linux.x86_1.1.300.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 35.31kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 73.91kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.41kB of 73.91kB at 0B/s)
[INFO] Downloading packed org.eclipse.core.filesystem.linux.x86_64
[INFO] Downloading packed org.eclipse.core.net.linux.x86_64
[INFO] Downloading packed org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 9.15kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 9.15kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.100.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 36.2kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.100.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 36.2kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 77.92kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 77.92kB at 0B/s)
[INFO] Downloading org.eclipse.core.filesystem.linux.x86_64
[INFO] Downloading org.eclipse.core.net.linux.x86_64
[INFO] Downloading org.eclipse.equinox.launcher.gtk.linux.x86_64
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 9.15kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.100.v20130430-1334.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.57kB of 9.15kB at 0B/s)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.100.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 36.2kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.1.100.v20130430-1352.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 36.2kB at 0B/s)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 77.92kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 77.92kB at 0B/s)
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.hibernate.eclipse.console/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.hibernate.eclipse/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.jboss.tools.hibernate3_5/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.jboss.tools.hibernate.jpt.core/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.hibernate.eclipse.mapper/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.hibernate.eclipse.libs/3.7.0.Alpha1-v20131015-1706-B370
[WARNING] org.jboss.tools.hibernate.ui/3.7.0.Alpha1-v20131015-1706-B370
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> && /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-hibernate_...> -testApplication org.eclipse.ui.ide.workbench -product org.eclipse.platform.ide
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.hibernate.jpt.core.test.HibernateJptCoreTestSuite
Unable to set nested messages property.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.369 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
Unable to set nested messages property.
[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] hibernatetools.tests .............................. SUCCESS [0.357s]
[INFO] org.hibernate.eclipse.console.test ................ SUCCESS [5:11.405s]
[INFO] org.hibernate.eclipse.jdt.ui.test ................. SUCCESS [42.513s]
[INFO] org.jboss.tools.hibernate.ui.test ................. FAILURE [7.531s]
[INFO] org.jboss.tools.hibernate.jpt.core.test ........... SUCCESS [1:49.383s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:26.501s
[INFO] Finished at: Tue Oct 15 13:18:35 EDT 2013
[INFO] Final Memory: 51M/503M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.hibernate.ui.test: An unexpected error occured (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.18.1:test (default-test) on project org.jboss.tools.hibernate.ui.test: An unexpected error occured (return code 13). See log for details.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
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:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occured (return code 13). See log for details.
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:804)
at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:560)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.hibernate.ui.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :17
Killing Xvnc process ID 17152
Archiving artifacts
Recording test results
Description set:
11 years, 2 months
Build failed in Jenkins: jbosstools-integration-tests.aggregate_41 #83
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
------------------------------------------
[...truncated 11847 lines...]
[INFO] Downloading packed org.eclipse.wst.xmleditor.doc.user
[INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 85.84kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 85.84kB at 0B/s)
[INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 22.87kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,008B of 22.87kB at 0B/s)
[INFO] Downloading packed org.eclipse.wst.xsdeditor.doc.user
[INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 83.5kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 83.5kB at 0B/s)
[INFO] Downloading org.eclipse.wst.sse.doc.user
[INFO] Downloading packed org.eclipse.wst.xml_userdoc.feature
[INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 71.06kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 71.06kB at 0B/s)
[INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 85.84kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,006B of 85.84kB at 0B/s)
[INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 27.79kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (3.7kB of 27.79kB at 0B/s)
[INFO] Downloading org.eclipse.wst.xmleditor.doc.user
[INFO] Downloading org.eclipse.wst.xsdeditor.doc.user
[INFO] Downloading org.eclipse.wst.xml_userdoc.feature
[INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 83.5kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,006B of 83.5kB at 0B/s)
[INFO] Downloading packed org.eclipse.datatools.enablement.hsqldb.dbdefinition
[INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 71.06kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1.07kB of 71.06kB at 0B/s)
[INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 27.79kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.3.0.v201102071641-50FYwAkF7B77UBZFDBL.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (2.57kB of 27.79kB at 0B/s)
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 7.4kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,008B of 7.4kB at 0B/s)
[INFO] Downloading org.eclipse.datatools.enablement.hsqldb.dbdefinition
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (0B of 7.4kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502.jar.pack.gz from http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.3... (1,008B of 7.4kB at 0B/s)
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> && /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Dswt.bot.test.record.screencast=false -Dorg.eclipse.swtbot.screenshots.dir=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -nouithread
An error has occurred. See the log file
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio....>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.seam.ui.bot.test 4.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.seam.ui.bot.test ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> not found
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Pack200 packing jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- maven-dependency-plugin:2.4:unpack (unpack) @ org.jboss.tools.seam.ui.bot.test ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.seam.ui.bot.test ---
[INFO] Skipping tests
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.ui.bot.ext.test 4.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Source directory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> does not exist
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.ui.bot.ext.test ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> not found
[WARNING] Bundle-Vendor header not found in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...,> fallback to 'unknown' for source bundle
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Pack200 packing jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ org.jboss.tools.ui.bot.ext.test ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.ui.bot.ext.test ---
[INFO] Skipping tests
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.ws.reddeer 4.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ org.jboss.tools.ws.reddeer ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.ws.reddeer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.jboss.tools.ws.reddeer ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.ws.reddeer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.ws.reddeer ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> not found
[WARNING] Bundle-Vendor header not found in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...,> fallback to 'unknown' for source bundle
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.jboss.tools.ws.reddeer ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ org.jboss.tools.ws.reddeer ---
[INFO] Pack200 packing jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ org.jboss.tools.ws.reddeer ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.ws.reddeer ---
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> && /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio...>
An error has occurred. See the log file
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integratio....>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.jboss.tools.ws.ui.bot.test
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] integration-tests.tests ........................... SUCCESS [0.365s]
[INFO] org.jboss.tools.ui.bot.ext ........................ SUCCESS [6.006s]
[INFO] org.jboss.ide.eclipse.as.ui.bot.test .............. FAILURE [2:18.899s]
[INFO] org.jboss.ide.eclipse.as.reddeer .................. SUCCESS [0.964s]
[INFO] org.jboss.tools.aerogear.ui.bot.test .............. SUCCESS [0.544s]
[INFO] org.jboss.tools.archives.reddeer .................. FAILURE [4.474s]
[INFO] org.jboss.tools.archives.ui.bot.test .............. SKIPPED
[INFO] org.jboss.tools.common.reddeer .................... FAILURE [4.889s]
[INFO] org.jboss.tools.cdi.reddeer ....................... FAILURE [5.356s]
[INFO] org.jboss.tools.cdi.bot.test ...................... SKIPPED
[INFO] org.jboss.tools.cdi.seam3.bot.test ................ SKIPPED
[INFO] org.jboss.tools.central.test.ui.bot ............... SUCCESS [20.469s]
[INFO] org.jboss.tools.deltaspike.ui.bot.test ............ SKIPPED
[INFO] org.jboss.tools.dummy.ui.bot.test ................. SUCCESS [0.551s]
[INFO] org.jboss.tools.forge.ui.bot.test ................. SUCCESS [20.839s]
[INFO] org.jboss.tools.freemarker.ui.bot.test ............ SUCCESS [0.621s]
[INFO] org.jboss.tools.hibernate.reddeer ................. SUCCESS [0.412s]
[INFO] org.jboss.tools.hibernate.ui.bot.test ............. SUCCESS [6.799s]
[INFO] org.jboss.tools.jst.ui.bot.test ................... SUCCESS [0.622s]
[INFO] org.jboss.tools.vpe.ui.bot.test ................... SUCCESS [17.905s]
[INFO] org.jboss.tools.jsf.ui.bot.test ................... SUCCESS [2.251s]
[INFO] org.jboss.tools.maven.ui.bot.test ................. SUCCESS [1:41.373s]
[INFO] org.jboss.tools.mylyn.ui.bot.test ................. SUCCESS [0.619s]
[INFO] org.jboss.tools.openshift.ui.bot.test ............. SUCCESS [1.474s]
[INFO] org.jboss.tools.runtime.as.ui.bot.test ............ FAILURE [3:06.863s]
[INFO] org.jboss.tools.seam.ui.bot.test .................. SUCCESS [0.878s]
[INFO] org.jboss.tools.ui.bot.ext.test ................... SUCCESS [0.550s]
[INFO] org.jboss.tools.ws.reddeer ........................ FAILURE [8.216s]
[INFO] org.jboss.tools.ws.ui.bot.test .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:15.369s
[INFO] Finished at: Mon Oct 21 02:07:48 EDT 2013
[INFO] Final Memory: 113M/679M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.ide.eclipse.as.ui.bot.test: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.archives.reddeer: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.common.reddeer: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.reddeer: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.runtime.as.ui.bot.test: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.ws.reddeer: An unexpected error occured (return code 13). See log for details. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.ide.eclipse.as.ui.bot.test
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Recording test results
Description set:
Invalid address: apodhrad(a)afrodita.(none)
11 years, 2 months
Build failed in Jenkins: jbosstools-build-sites.aggregate.site_41 #456
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
------------------------------------------
Started by upstream project "jbosstools-composite-install_41" build number 2956
[EnvInject] - Loading node environment variables.
Building remotely on soavmg11-rhel6-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-build-sites.aggregate.site_41 / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
Last Built Revision: Revision 88e37977b7e58a7428bd0dc009013afbdc020692 (origin/jbosstools-4.1.1.Beta1x)
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-sites.git
git --version
git version 1.7.12.1
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
hudson.plugins.git.GitException: Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/jbosstools/jbosstools-build-sites.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site..."> returned status code 128:
stdout: Cloning into '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...'...>
stderr: remote: Counting objects: 4993, done.
remote: Compressing objects: 0% (1/2284)
remote: Compressing objects: 1% (23/2284)
remote: Compressing objects: 2% (46/2284)
remote: Compressing objects: 3% (69/2284)
remote: Compressing objects: 4% (92/2284)
remote: Compressing objects: 5% (115/2284)
remote: Compressing objects: 6% (138/2284)
remote: Compressing objects: 7% (160/2284)
remote: Compressing objects: 8% (183/2284)
remote: Compressing objects: 9% (206/2284)
remote: Compressing objects: 10% (229/2284)
remote: Compressing objects: 11% (252/2284)
remote: Compressing objects: 12% (275/2284)
remote: Compressing objects: 13% (297/2284)
remote: Compressing objects: 14% (320/2284)
remote: Compressing objects: 15% (343/2284)
remote: Compressing objects: 16% (366/2284)
remote: Compressing objects: 17% (389/2284)
remote: Compressing objects: 18% (412/2284)
remote: Compressing objects: 19% (434/2284)
remote: Compressing objects: 20% (457/2284)
remote: Compressing objects: 21% (480/2284)
remote: Compressing objects: 22% (503/2284)
remote: Compressing objects: 23% (526/2284)
remote: Compressing objects: 24% (549/2284)
remote: Compressing objects: 25% (571/2284)
remote: Compressing objects: 26% (594/2284)
remote: Compressing objects: 27% (617/2284)
remote: Compressing objects: 28% (640/2284)
remote: Compressing objects: 29% (663/2284)
remote: Compressing objects: 30% (686/2284)
remote: Compressing objects: 31% (709/2284)
remote: Compressing objects: 32% (731/2284)
remote: Compressing objects: 33% (754/2284)
remote: Compressing objects: 34% (777/2284)
remote: Compressing objects: 35% (800/2284)
remote: Compressing objects: 36% (823/2284)
remote: Compressing objects: 37% (846/2284)
remote: Compressing objects: 38% (868/2284)
remote: Compressing objects: 39% (891/2284)
remote: Compressing objects: 40% (914/2284)
remote: Compressing objects: 41% (937/2284)
remote: Compressing objects: 42% (960/2284)
remote: Compressing objects: 43% (983/2284)
remote: Compressing objects: 44% (1005/2284)
remote: Compressing objects: 45% (1028/2284)
remote: Compressing objects: 46% (1051/2284)
remote: Compressing objects: 47% (1074/2284)
remote: Compressing objects: 48% (1097/2284)
remote: Compressing objects: 49% (1120/2284)
remote: Compressing objects: 50% (1142/2284)
remote: Compressing objects: 51% (1165/2284)
remote: Compressing objects: 52% (1188/2284)
remote: Compressing objects: 53% (1211/2284)
remote: Compressing objects: 54% (1234/2284)
remote: Compressing objects: 55% (1257/2284)
remote: Compressing objects: 56% (1280/2284)
remote: Compressing objects: 57% (1302/2284)
remote: Compressing objects: 58% (1325/2284)
remote: Compressing objects: 59% (1348/2284)
remote: Compressing objects: 60% (1371/2284)
remote: Compressing objects: 61% (1394/2284)
remote: Compressing objects: 62% (1417/2284)
remote: Compressing objects: 63% (1439/2284)
remote: Compressing objects: 64% (1462/2284)
remote: Compressing objects: 65% (1485/2284)
remote: Compressing objects: 66% (1508/2284)
remote: Compressing objects: 67% (1531/2284)
remote: Compressing objects: 68% (1554/2284)
remote: Compressing objects: 69% (1576/2284)
remote: Compressing objects: 70% (1599/2284)
remote: Compressing objects: 71% (1622/2284)
remote: Compressing objects: 72% (1645/2284)
remote: Compressing objects: 73% (1668/2284)
remote: Compressing objects: 74% (1691/2284)
remote: Compressing objects: 75% (1713/2284)
remote: Compressing objects: 76% (1736/2284)
remote: Compressing objects: 77% (1759/2284)
remote: Compressing objects: 78% (1782/2284)
remote: Compressing objects: 79% (1805/2284)
remote: Compressing objects: 80% (1828/2284)
remote: Compressing objects: 81% (1851/2284)
remote: Compressing objects: 82% (1873/2284)
remote: Compressing objects: 83% (1896/2284)
remote: Compressing objects: 84% (1919/2284)
remote: Compressing objects: 85% (1942/2284)
remote: Compressing objects: 86% (1965/2284)
remote: Compressing objects: 87% (1988/2284)
remote: Compressing objects: 88% (2010/2284)
remote: Compressing objects: 89% (2033/2284)
remote: Compressing objects: 90% (2056/2284)
remote: Compressing objects: 91% (2079/2284)
remote: Compressing objects: 92% (2102/2284)
remote: Compressing objects: 93% (2125/2284)
remote: Compressing objects: 94% (2147/2284)
remote: Compressing objects: 95% (2170/2284)
remote: Compressing objects: 96% (2193/2284)
remote: Compressing objects: 97% (2216/2284)
remote: Compressing objects: 98% (2239/2284)
remote: Compressing objects: 99% (2262/2284)
remote: Compressing objects: 100% (2284/2284)
remote: Compressing objects: 100% (2284/2284), done.
Receiving objects: 0% (1/4993)
Receiving objects: 1% (50/4993)
Receiving objects: 2% (100/4993)
fatal: write error: No space left on device
fatal: index-pack failed
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
11 years, 2 months
Build failed in Jenkins: jbosstools-build-sites.aggregate.webtools-site_41 #343
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
------------------------------------------
Started by upstream project "jbosstools-composite-install_41" build number 2956
[EnvInject] - Loading node environment variables.
Building remotely on soavmg11-rhel6-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
Checkout:jbosstools-build-sites.aggregate.webtools-site_41 / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
Last Built Revision: Revision 88e37977b7e58a7428bd0dc009013afbdc020692 (origin/jbosstools-4.1.1.Beta1x)
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-sites.git
git --version
git version 1.7.12.1
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
hudson.plugins.git.GitException: Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/jbosstools/jbosstools-build-sites.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site..."> returned status code 128:
stdout: Cloning into '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...'...>
stderr: remote: Counting objects: 4993, done.
remote: Compressing objects: 0% (1/2284)
remote: Compressing objects: 1% (23/2284)
remote: Compressing objects: 2% (46/2284)
remote: Compressing objects: 3% (69/2284)
remote: Compressing objects: 4% (92/2284)
remote: Compressing objects: 5% (115/2284)
remote: Compressing objects: 6% (138/2284)
remote: Compressing objects: 7% (160/2284)
remote: Compressing objects: 8% (183/2284)
remote: Compressing objects: 9% (206/2284)
remote: Compressing objects: 10% (229/2284)
remote: Compressing objects: 11% (252/2284)
remote: Compressing objects: 12% (275/2284)
remote: Compressing objects: 13% (297/2284)
remote: Compressing objects: 14% (320/2284)
remote: Compressing objects: 15% (343/2284)
remote: Compressing objects: 16% (366/2284)
remote: Compressing objects: 17% (389/2284)
remote: Compressing objects: 18% (412/2284)
remote: Compressing objects: 19% (434/2284)
remote: Compressing objects: 20% (457/2284)
remote: Compressing objects: 21% (480/2284)
remote: Compressing objects: 22% (503/2284)
remote: Compressing objects: 23% (526/2284)
remote: Compressing objects: 24% (549/2284)
remote: Compressing objects: 25% (571/2284)
remote: Compressing objects: 26% (594/2284)
remote: Compressing objects: 27% (617/2284)
remote: Compressing objects: 28% (640/2284)
remote: Compressing objects: 29% (663/2284)
remote: Compressing objects: 30% (686/2284)
remote: Compressing objects: 31% (709/2284)
remote: Compressing objects: 32% (731/2284)
remote: Compressing objects: 33% (754/2284)
remote: Compressing objects: 34% (777/2284)
remote: Compressing objects: 35% (800/2284)
remote: Compressing objects: 36% (823/2284)
remote: Compressing objects: 37% (846/2284)
remote: Compressing objects: 38% (868/2284)
remote: Compressing objects: 39% (891/2284)
remote: Compressing objects: 40% (914/2284)
remote: Compressing objects: 41% (937/2284)
remote: Compressing objects: 42% (960/2284)
remote: Compressing objects: 43% (983/2284)
remote: Compressing objects: 44% (1005/2284)
remote: Compressing objects: 45% (1028/2284)
remote: Compressing objects: 46% (1051/2284)
remote: Compressing objects: 47% (1074/2284)
remote: Compressing objects: 48% (1097/2284)
remote: Compressing objects: 49% (1120/2284)
remote: Compressing objects: 50% (1142/2284)
remote: Compressing objects: 51% (1165/2284)
remote: Compressing objects: 52% (1188/2284)
remote: Compressing objects: 53% (1211/2284)
remote: Compressing objects: 54% (1234/2284)
remote: Compressing objects: 55% (1257/2284)
remote: Compressing objects: 56% (1280/2284)
remote: Compressing objects: 57% (1302/2284)
remote: Compressing objects: 58% (1325/2284)
remote: Compressing objects: 59% (1348/2284)
remote: Compressing objects: 60% (1371/2284)
remote: Compressing objects: 61% (1394/2284)
remote: Compressing objects: 62% (1417/2284)
remote: Compressing objects: 63% (1439/2284)
remote: Compressing objects: 64% (1462/2284)
remote: Compressing objects: 65% (1485/2284)
remote: Compressing objects: 66% (1508/2284)
remote: Compressing objects: 67% (1531/2284)
remote: Compressing objects: 68% (1554/2284)
remote: Compressing objects: 69% (1576/2284)
remote: Compressing objects: 70% (1599/2284)
remote: Compressing objects: 71% (1622/2284)
remote: Compressing objects: 72% (1645/2284)
remote: Compressing objects: 73% (1668/2284)
remote: Compressing objects: 74% (1691/2284)
remote: Compressing objects: 75% (1713/2284)
remote: Compressing objects: 76% (1736/2284)
remote: Compressing objects: 77% (1759/2284)
remote: Compressing objects: 78% (1782/2284)
remote: Compressing objects: 79% (1805/2284)
remote: Compressing objects: 80% (1828/2284)
remote: Compressing objects: 81% (1851/2284)
remote: Compressing objects: 82% (1873/2284)
remote: Compressing objects: 83% (1896/2284)
remote: Compressing objects: 84% (1919/2284)
remote: Compressing objects: 85% (1942/2284)
remote: Compressing objects: 86% (1965/2284)
remote: Compressing objects: 87% (1988/2284)
remote: Compressing objects: 88% (2010/2284)
remote: Compressing objects: 89% (2033/2284)
remote: Compressing objects: 90% (2056/2284)
remote: Compressing objects: 91% (2079/2284)
remote: Compressing objects: 92% (2102/2284)
remote: Compressing objects: 93% (2125/2284)
remote: Compressing objects: 94% (2147/2284)
remote: Compressing objects: 95% (2170/2284)
remote: Compressing objects: 96% (2193/2284)
remote: Compressing objects: 97% (2216/2284)
remote: Compressing objects: 98% (2239/2284)
remote: Compressing objects: 99% (2262/2284)
remote: Compressing objects: 100% (2284/2284)
remote: Compressing objects: 100% (2284/2284), done.
Receiving objects: 0% (1/4993)
Receiving objects: 1% (50/4993)
Receiving objects: 2% (100/4993)
Receiving objects: 3% (150/4993)
Receiving objects: 4% (200/4993)
Receiving objects: 5% (250/4993)
Receiving objects: 6% (300/4993)
Receiving objects: 7% (350/4993)
Receiving objects: 8% (400/4993)
Receiving objects: 9% (450/4993)
Receiving objects: 10% (500/4993)
Receiving objects: 11% (550/4993)
Receiving objects: 12% (600/4993)
Receiving objects: 13% (650/4993)
Receiving objects: 14% (700/4993)
Receiving objects: 15% (749/4993)
Receiving objects: 16% (799/4993)
Receiving objects: 17% (849/4993)
Receiving objects: 18% (899/4993)
Receiving objects: 19% (949/4993)
Receiving objects: 20% (999/4993)
Receiving objects: 21% (1049/4993)
Receiving objects: 22% (1099/4993)
Receiving objects: 23% (1149/4993)
Receiving objects: 24% (1199/4993)
Receiving objects: 25% (1249/4993)
Receiving objects: 26% (1299/4993)
Receiving objects: 27% (1349/4993)
Receiving objects: 28% (1399/4993)
Receiving objects: 29% (1448/4993)
Receiving objects: 30% (1498/4993)
Receiving objects: 31% (1548/4993)
Receiving objects: 32% (1598/4993)
fatal: write error: No space left on device
fatal: index-pack failed
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
11 years, 2 months
Build failed in Jenkins: jbosstools-central_master #396
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
Changes:
[Fred Bricon] JBIDE-15645 : point at new project-examples-shared-4.1.1.Beta1.xml
[Fred Bricon] JBIDE-15645: revisit stacks archetype management
[Fred Bricon] JBIDE-15499 - Support drag'n'drop of links to 'connectors' similar to marketplace to central for auto install
------------------------------------------
[...truncated 85173 lines...]
artifact1 = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
marker = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
artifact1 lastModified: 1382068989000
marker lastModified: 1382068989000
< false = marker older than artifact?
[INFO] jboss-as-dist-4.2.3.GA.zip already unpacked.
[INFO]
[INFO] --- maven-download-plugin:1.1.0:wget (install-seam) @ org.jboss.tools.project.examples.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-seam-2.0.1.GA.zip
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.project.examples.test ---
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-tests-site', now is 'jbosstools-site'
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-site', now is 'jbosstools-tests-site'
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.project.examples.cheatsheet/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.ui/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.core/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.community.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> && /qa/tools/opt/x86_64/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Djbosstools.test.jboss.home.4.2=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -Djbosstools.test.seam.2.0.1.GA.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -nouithread
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.project.examples.test.ProjectExamplesAllTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.275 sec
Results :
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building central.tests 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] argLine set to
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ tests ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ tests ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (attached-p2-metadata) @ tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.central.test 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ org.jboss.tools.central.test ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.central.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.jboss.tools.central.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.central.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.central.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.jboss.tools.central.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ org.jboss.tools.central.test ---
[INFO] Pack200 packing jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (attached-p2-metadata) @ org.jboss.tools.central.test ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ org.jboss.tools.central.test ---
[WARNING] Artifact org.jboss.tools.central.tests:org.jboss.tools.central.test:xml:p2metadata:1.3.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.jboss.tools.central.tests:org.jboss.tools.central.test:xml:p2artifacts:1.3.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.central.test ---
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-tests-site', now is 'jbosstools-site'
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-site', now is 'jbosstools-tests-site'
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.project.examples.cheatsheet/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.ui/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.core/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.community.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.maven.project.examples/1.6.0.Alpha1-v20131018-0359-B396
[WARNING] org.jboss.tools.central/1.3.0.Alpha1-v20131018-0359-B396
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> && /qa/tools/opt/x86_64/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-central_ma...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.central.test.DiscoveryTest
[2013-10-18T0-23-27] Status ERROR: org.eclipse.mylyn.discovery.core code=0 org.jboss.tools.central.test: Invalid connectorDescriptor/@siteUrl org.eclipse.mylyn.internal.discovery.core.model.ValidationException: Invalid connectorDescriptor/@siteUrl, Exception:
org.eclipse.mylyn.internal.discovery.core.model.ValidationException: Invalid connectorDescriptor/@siteUrl
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDescriptor.validate(ConnectorDescriptor.java:228)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedDiscoveryConnector.validate(ExpressionBasedDiscoveryConnector.java:32)
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscoveryExtensionReader.readConnectorDescriptor(ConnectorDiscoveryExtensionReader.java:112)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedDiscoveryExtensionProcessor.processExtensions(ExpressionBasedDiscoveryExtensionProcessor.java:58)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedBundleDiscoveryStrategy.processExtensions(ExpressionBasedBundleDiscoveryStrategy.java:39)
at org.eclipse.mylyn.internal.discovery.core.model.BundleDiscoveryStrategy.performDiscovery(BundleDiscoveryStrategy.java:49)
at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:115)
at org.jboss.tools.central.editors.xpl.DiscoveryViewer$18.run(DiscoveryViewer.java:1500)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
[2013-10-18T0-23-27] Status ERROR: org.eclipse.mylyn.discovery.core code=0 org.jboss.tools.central.test: Invalid connectorDescriptor/@siteUrl org.eclipse.mylyn.internal.discovery.core.model.ValidationException: Invalid connectorDescriptor/@siteUrl, Exception:
org.eclipse.mylyn.internal.discovery.core.model.ValidationException: Invalid connectorDescriptor/@siteUrl
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDescriptor.validate(ConnectorDescriptor.java:228)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedDiscoveryConnector.validate(ExpressionBasedDiscoveryConnector.java:32)
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscoveryExtensionReader.readConnectorDescriptor(ConnectorDiscoveryExtensionReader.java:112)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedDiscoveryExtensionProcessor.processExtensions(ExpressionBasedDiscoveryExtensionProcessor.java:58)
at org.jboss.tools.project.examples.internal.discovery.ExpressionBasedBundleDiscoveryStrategy.processExtensions(ExpressionBasedBundleDiscoveryStrategy.java:39)
at org.eclipse.mylyn.internal.discovery.core.model.BundleDiscoveryStrategy.performDiscovery(BundleDiscoveryStrategy.java:49)
at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:115)
at org.jboss.tools.central.editors.xpl.DiscoveryViewer$18.run(DiscoveryViewer.java:1500)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.077 sec
Running org.jboss.tools.central.test.CentralTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
Running org.jboss.tools.central.internal.discovery.wizards.RemoteProxyWizardDiscoveryStrategyTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
Running org.jboss.tools.central.internal.discovery.wizards.CachedProxyWizardDiscoveryStrategyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
Running org.jboss.tools.central.internal.discovery.wizards.ChainedDiscoveryStrategyTest
[2013-10-18T0-23-35] Status ERROR: org.jboss.tools.project.examples code=0 All attempts to discover connectors have failed null children=[Status ERROR: org.eclipse.mylyn.discovery.core code=0 Failed to get connectors from MockFailingDiscoveryStrategy org.eclipse.core.runtime.CoreException: message1],
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.295 sec
Results :
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building central.maven.examples.all.tests 4.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ central.maven.examples.all.tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] argLine set to
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ central.maven.examples.all.tests ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ central.maven.examples.all.tests ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ central.maven.examples.all.tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (attached-p2-metadata) @ central.maven.examples.all.tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ central.maven.examples.all.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] maven.tests ....................................... SUCCESS [0.898s]
[INFO] org.jboss.tools.maven.configurators.tests ......... SUCCESS [4:02.613s]
[INFO] org.jboss.tools.maven.conversion.test ............. SUCCESS [58.143s]
[INFO] org.jboss.tools.maven.examples.test ............... FAILURE [28.807s]
[INFO] org.jboss.tools.maven.common.test ................. SUCCESS [46.895s]
[INFO] org.jboss.tools.maven.profiles.test ............... SUCCESS [20.893s]
[INFO] org.jboss.tools.maven.sourcelookup.test ........... SUCCESS [2:01.163s]
[INFO] examples.tests .................................... SUCCESS [0.028s]
[INFO] org.jboss.tools.project.examples.test ............. SUCCESS [3:49.681s]
[INFO] central.tests ..................................... SUCCESS [0.029s]
[INFO] org.jboss.tools.central.test ...................... SUCCESS [59.413s]
[INFO] central.maven.examples.all.tests .................. SUCCESS [0.013s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:49.013s
[INFO] Finished at: Fri Oct 18 00:23:41 EDT 2013
[INFO] Final Memory: 81M/659M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.maven.examples.test: An unexpected error occured (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.18.1:test (default-test) on project org.jboss.tools.maven.examples.test: An unexpected error occured (return code 13). See log for details.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
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:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occured (return code 13). See log for details.
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:804)
at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:560)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.maven.examples.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :36
Killing Xvnc process ID 1594
Archiving artifacts
Recording test results
Description set:
11 years, 2 months
Build failed in Jenkins: jbosstools-vpe_41 #123
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/123/>
------------------------------------------
Started by build flow jbosstools-buildflow_41#44
[EnvInject] - Loading node environment variables.
Building remotely on soavmg11-rhel6-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/ws/>
Checkout:jbosstools-vpe_41 / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/ws/> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
Last Built Revision: Revision adc613ce45b9be292f2a028f426db2482d6c60bf (origin/jbosstools-4.1.1.Beta1x)
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-vpe.git
git --version
git version 1.7.12.1
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/jbosstools/jbosstools-vpe.git
hudson.plugins.git.GitException: Could not clone git://github.com/jbosstools/jbosstools-vpe.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/jbosstools/jbosstools-vpe.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/ws/..."> returned status code 128:
stdout: Cloning into '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/ws/...'...>
stderr: error: copy-fd: write returned No space left on device
fatal: cannot copy '/usr/share/git-core/templates/hooks/post-update.sample' to '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_41/ws/...'>: No space left on device
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
11 years, 2 months