Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emfcompare-build] [Hudson] Build failed in Hudson: egit.logical-master-nightly #156

See <https://hudson.eclipse.org/emfcompare/job/egit.logical-master-nightly/156/>

------------------------------------------
[...truncated 551 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping EGit Mylyn UI Test Plug-in
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Eclipse EGit Source Feature
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping EGit P2 Repository
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EGit Parent ....................................... SUCCESS [0.194s]
[INFO] EGit Target Platform Definition ................... SUCCESS [0.131s]
[INFO] Eclipse EGit ...................................... SUCCESS [0.607s]
[INFO] Git Team Provider (Core) .......................... SUCCESS [3.280s]
[INFO] Git Team Provider (UI) ............................ FAILURE [4.743s]
[INFO] EGit Mylyn UI ..................................... SKIPPED
[INFO] Git Team Provider (Documentation) ................. SUCCESS [0.846s]
[INFO] Eclipse EGit Feature .............................. SKIPPED
[INFO] EGit Mylyn Feature ................................ SKIPPED
[INFO] EGit Core Test Plug-in ............................ FAILURE [1.740s]
[INFO] EGit UI Test Plug-in .............................. SKIPPED
[INFO] EGit Mylyn UI Test Plug-in ........................ SKIPPED
[INFO] Eclipse EGit Source Feature ....................... SKIPPED
[INFO] EGit P2 Repository ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.833s
[INFO] Finished at: Wed Mar 11 09:13:41 EDT 2015
[INFO] Final Memory: 124M/3446M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.ui: Compilation failure
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [2] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.core.test: Compilation failure
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.ui: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommitMessageComponent.java:[37]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommitMessageComponent.java:[545]
[ERROR] createChangeId = GerritUtil.getCreateChangeId(repository
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommitMessageComponent.java:[545]
[ERROR] createChangeId = GerritUtil.getCreateChangeId(repository
[ERROR] .getConfig());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.getCreateChangeId(Config)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushToGerritPage.java:[27]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushToGerritPage.java:[129]
[ERROR] prefixCombo.add(GerritUtil.REFS_FOR);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/push/PushToGerritPage.java:[129]
[ERROR] prefixCombo.add(GerritUtil.REFS_FOR);
[ERROR] ^^^^^^^^
[ERROR] Access restriction: The field 'GerritUtil.REFS_FOR' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[14]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[70]
[ERROR] remoteConfig = GerritUtil.findRemoteConfig(config, remoteName);
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[70]
[ERROR] remoteConfig = GerritUtil.findRemoteConfig(config, remoteName);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.findRemoteConfig(Config, String)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[96]
[ERROR] else if (destination.startsWith(GerritUtil.REFS_FOR))
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[96]
[ERROR] else if (destination.startsWith(GerritUtil.REFS_FOR))
[ERROR] ^^^^^^^^
[ERROR] Access restriction: The field 'GerritUtil.REFS_FOR' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[97]
[ERROR] destination = destination.substring(GerritUtil.REFS_FOR
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[97]
[ERROR] destination = destination.substring(GerritUtil.REFS_FOR
[ERROR] ^^^^^^^^
[ERROR] Access restriction: The field 'GerritUtil.REFS_FOR' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[112]
[ERROR] GerritUtil.setCreateChangeId(config);
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[112]
[ERROR] GerritUtil.setCreateChangeId(config);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.setCreateChangeId(Config)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[122]
[ERROR] GerritUtil.configurePushURI(remoteConfig, gerritConfiguration.getURI());
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[122]
[ERROR] GerritUtil.configurePushURI(remoteConfig, gerritConfiguration.getURI());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.configurePushURI(RemoteConfig, URIish)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[123]
[ERROR] GerritUtil.configurePushRefSpec(remoteConfig,
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[123]
[ERROR] GerritUtil.configurePushRefSpec(remoteConfig,
[ERROR] gerritConfiguration.getBranch());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.configurePushRefSpec(RemoteConfig, String)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[125]
[ERROR] GerritUtil.configureFetchNotes(remoteConfig);
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/ConfigureGerritWizard.java:[125]
[ERROR] GerritUtil.configureFetchNotes(remoteConfig);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.configureFetchNotes(RemoteConfig)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/ResourcePropertyTester.java:[20]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/ResourcePropertyTester.java:[157]
[ERROR] if (GerritUtil.getCreateChangeId(config))
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/ResourcePropertyTester.java:[157]
[ERROR] if (GerritUtil.getCreateChangeId(config))
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.getCreateChangeId(Config)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/ResourcePropertyTester.java:[166]
[ERROR] if (destination.startsWith(GerritUtil.REFS_FOR))
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/ResourcePropertyTester.java:[166]
[ERROR] if (destination.startsWith(GerritUtil.REFS_FOR))
[ERROR] ^^^^^^^^
[ERROR] Access restriction: The field 'GerritUtil.REFS_FOR' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/GerritConfigurationPage.java:[22]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/GerritConfigurationPage.java:[192]
[ERROR] prefix.setText(GerritUtil.REFS_FOR);
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/gerrit/GerritConfigurationPage.java:[192]
[ERROR] prefix.setText(GerritUtil.REFS_FOR);
[ERROR] ^^^^^^^^
[ERROR] Access restriction: The field 'GerritUtil.REFS_FOR' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/staging/StagingView.java:[44]
[ERROR] import org.eclipse.egit.core.internal.gerrit.GerritUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/staging/StagingView.java:[2568]
[ERROR] if (GerritUtil.getCreateChangeId(currentRepository.getConfig())
[ERROR] ^^^^^^^^^^
[ERROR] Access restriction: The type 'GerritUtil' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/staging/StagingView.java:[2568]
[ERROR] if (GerritUtil.getCreateChangeId(currentRepository.getConfig())
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'GerritUtil.getCreateChangeId(Config)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core/target/classes')
[ERROR] 32 problems (32 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.ui: 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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:418)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:254)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.core.test: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.emfcompare/egit.logical-master-nightly/workspace/org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/GitSubscriberMergeContextTest.java:[407]
[ERROR] }
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete ClassBody
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.eclipse.egit.core.test: 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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:418)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:254)
	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.eclipse.egit.ui
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Terminating xvnc.
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top