Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Build failed in Hudson: linuxtools-master #1006

See <https://hudson.eclipse.org/hudson/job/linuxtools-master/1006/changes>

Changes:

[Roland Grunberg] Add preselection of launch provider backend to launch provider's config tab.

------------------------------------------
[...truncated 16188 lines...]
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[46,0]
[ERROR] public class PerfLaunchConfigDelegate extends ProfileLaunchConfigurationDelegate {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ProfileLaunchConfigurationDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[49,0]
[ERROR] protected String getPluginID() {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The method getPluginID() of type PerfLaunchConfigDelegate must override or implement a supertype method
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[54,0]
[ERROR] public void launch(ILaunchConfiguration config, String mode,
[ERROR] ILaunch launch, IProgressMonitor monitor) throws CoreException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) of type PerfLaunchConfigDelegate must override or implement a supertype method
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[67,0]
[ERROR] File wd = getWorkingDirectory( config );
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The method getWorkingDirectory(ILaunchConfiguration) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[73,0]
[ERROR] String arguments[] = getProgramArgumentsArray( config ); //Program args from launch config.
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getProgramArgumentsArray(ILaunchConfiguration) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[85,0]
[ERROR] process = execute( commandArray, getEnvironment( config ), wd, usePty );
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getEnvironment(ILaunchConfiguration) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[86,0]
[ERROR] createNewProcess( launch, process, commandArray[0] ); //Spawn IProcess using Debug plugin (CDT)
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method createNewProcess(ILaunch, Process, String) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[108,0]
[ERROR] if (x.getName().contains(renderProcessLabel(commandArray[0]))) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method renderProcessLabel(String) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[139,0]
[ERROR] PerfCore.Report(config, getEnvironment(config), workingDir, monitor, null, print);
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getEnvironment(ILaunchConfiguration) is undefined for the type PerfLaunchConfigDelegate
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/launch/PerfLaunchConfigDelegate.java>:[147,0]
[ERROR] public String generateCommand(ILaunchConfiguration config) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method generateCommand(ILaunchConfiguration) of type PerfLaunchConfigDelegate must override or implement a supertype method
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/remote/launch/PerfOptionsTab.java>:[24,0]
[ERROR] import org.eclipse.linuxtools.profiling.launch.ConfigUtils;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.linuxtools.profiling.launch.ConfigUtils cannot be resolved
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/remote/launch/PerfOptionsTab.java>:[31,0]
[ERROR] ConfigUtils configUtils = new ConfigUtils(config);
[ERROR] ^^^^^^^^^^^
[ERROR] ConfigUtils cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/remote/launch/PerfOptionsTab.java>:[31,0]
[ERROR] ConfigUtils configUtils = new ConfigUtils(config);
[ERROR] ^^^^^^^^^^^
[ERROR] ConfigUtils cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/remote/launch/PerfOptionsTab.java>:[34,0]
[ERROR] project = ConfigUtils.getProject(configUtils.getProjectName());
[ERROR] ^^^^^^^^^^^
[ERROR] ConfigUtils cannot be resolved
[ERROR] 97 problems (97 errors)
[ERROR] -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.perf: 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:319)
	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:418)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:179)
	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-packaging-plugin:0.15.0:package-feature (default-package-feature) on project org.eclipse.linuxtools.perf.feature: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.perf-parent:org.eclipse.linuxtools.perf:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null' -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature (default-package-feature) on project org.eclipse.linuxtools.perf.feature: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.perf-parent:org.eclipse.linuxtools.perf:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null'
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	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:319)
	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.PluginExecutionException: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.perf-parent:org.eclipse.linuxtools.perf:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null'
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
Caused by: java.lang.IllegalStateException: org.eclipse.linuxtools.perf-parent:org.eclipse.linuxtools.perf:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null'
	at org.eclipse.tycho.packaging.FeatureXmlTransformer$1.visitPlugin(FeatureXmlTransformer.java:62)
	at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traversePlugin(AbstractArtifactDependencyWalker.java:215)
	at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traverseFeature(AbstractArtifactDependencyWalker.java:86)
	at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traverseFeature(AbstractArtifactDependencyWalker.java:63)
	at org.eclipse.tycho.packaging.FeatureXmlTransformer.transform(FeatureXmlTransformer.java:47)
	at org.eclipse.tycho.packaging.PackageFeatureMojo.expandVersionQualifiers(PackageFeatureMojo.java:300)
	at org.eclipse.tycho.packaging.PackageFeatureMojo.execute(PackageFeatureMojo.java:120)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 20 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.perf.tests: Compilation failure: Compilation failure:
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[28,0]
[ERROR] import org.eclipse.linuxtools.internal.perf.PerfCore;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.linuxtools.internal.perf.PerfCore cannot be resolved
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[31,0]
[ERROR] import org.eclipse.linuxtools.internal.perf.launch.PerfLaunchConfigDelegate;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.linuxtools.internal.perf.launch.PerfLaunchConfigDelegate cannot be resolved
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[44,0]
[ERROR] protected PerfLaunchConfigDelegate delegate;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PerfLaunchConfigDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[55,0]
[ERROR] delegate = new PerfLaunchConfigDelegate();
[ERROR] ^^^^^^^^
[ERROR] PerfLaunchConfigDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[55,0]
[ERROR] delegate = new PerfLaunchConfigDelegate();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PerfLaunchConfigDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[89,0]
[ERROR] delegate.launch(wc, ILaunchManager.PROFILE_MODE, launch, null);
[ERROR] ^^^^^^^^
[ERROR] PerfLaunchConfigDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[101,0]
[ERROR] delegate.launch(wc, ILaunchManager.PROFILE_MODE, launch, null);
[ERROR] ^^^^^^^^
[ERROR] PerfLaunchConfigDelegate cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/perf/org.eclipse.linuxtools.perf.tests/src/org/eclipse/linuxtools/internal/perf/tests/ModelTest.java>:[281,0]
[ERROR] PerfCore.parseReport(config, null, null, perfDataLoc, null,
[ERROR] ^^^^^^^^
[ERROR] PerfCore cannot be resolved
[ERROR] 8 problems (8 errors)
[ERROR] -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.perf.tests: 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:319)
	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:418)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:179)
	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-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) on project org.eclipse.linuxtools.releng-site: Missing required file "local-artifacts.properties" in target folder of module org.eclipse.linuxtools.profiling:org.eclipse.linuxtools.binutils:eclipse-plugin:4.0.0-SNAPSHOT -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) on project org.eclipse.linuxtools.releng-site: Missing required file "local-artifacts.properties" in target folder of module org.eclipse.linuxtools.profiling:org.eclipse.linuxtools.binutils:eclipse-plugin:4.0.0-SNAPSHOT
	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:319)
	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: Missing required file "local-artifacts.properties" in target folder of module org.eclipse.linuxtools.profiling:org.eclipse.linuxtools.binutils:eclipse-plugin:4.0.0-SNAPSHOT
	at org.eclipse.tycho.p2.facade.RepositoryReferenceTool.addTargetPlatformRepository(RepositoryReferenceTool.java:142)
	at org.eclipse.tycho.p2.facade.RepositoryReferenceTool.getVisibleRepositories(RepositoryReferenceTool.java:97)
	at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.createPublisherService(AbstractPublishMojo.java:53)
	at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute(AbstractPublishMojo.java:37)
	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/MojoExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.linuxtools.profiling.launch
[INFO] Build failures were ignored.
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
Terminating xvnc.
[DRY] Collecting duplicate code analysis files...
[FINDBUGS] Collecting findbugs analysis files...
Recording test results
Publishing Javadoc
ERROR: Publisher hudson.tasks.JavadocArchiver aborted due to exception
<https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/target/site/apidocs> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:474)
	at hudson.FilePath$34.hasMatch(FilePath.java:1774)
	at hudson.FilePath$34.invoke(FilePath.java:1683)
	at hudson.FilePath$34.invoke(FilePath.java:1674)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	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:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Archiving artifacts



Back to the top