Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[incquery-dev] Build failed in Jenkins: EMF-IncQuery Testing - Ecore Tests #1043

See <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/1043/changes>

Changes:

[istvan.rath] Update README

------------------------------------------
Started by upstream project "EMF-IncQueryv2" build number 2015
originally caused by:
 Started by an SCM change
Building remotely on cloud in workspace <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/ujhelyiz/EMF-IncQuery-Examples.git
Fetching upstream changes from git://github.com/ujhelyiz/EMF-IncQuery-Examples.git
 > git --version
 > git fetch --tags --progress git://github.com/ujhelyiz/EMF-IncQuery-Examples.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision 67bf493a803e96d6ad022a5a4ddfa45d5d887780 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 67bf493a803e96d6ad022a5a4ddfa45d5d887780
 > git rev-list 008c136be3690be7a71331610ef4bf84b3386085
Parsing POMs
using settings config with name Mirrors
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[hu.bme.mit.ecorequery.test.parent] $ java -Xmx512m -XX:MaxPermSize=256m -cp /home/26994/maven3-agent.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven /home/26994/slave.jar /home/26994/maven3-interceptor.jar /home/26994/maven3-interceptor-commons.jar 56984
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name Mirrors
Executing Maven:  -B -f <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/ecorequery/hu.bme.mit.ecorequery.test.parent/pom.xml> -s /tmp/settings5829118890218270907.xml clean install
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.incquery:hu.bme.mit.ecorequery:0.8.0-SNAPSHOT @ <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/ecorequery/hu.bme.mit.ecorequery/pom.xml>
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/releases/indigo
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/indigo/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201202240900/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201109230900/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/indigo/201106220900/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.7/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.7
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/m2t/xpand/updates/releases/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ (0B at 0B/s)
[ERROR] Internal error: java.lang.RuntimeException: Failed to resolve target definition <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/ecorequery/hu.bme.mit.ecorequery.test.parent/ecoretest.target>: Could not find "org.eclipse.emf.sdk.feature.group/2.9.1.v20130902-0605" in the repositories of the current location -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to resolve target definition <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/ecorequery/hu.bme.mit.ecorequery.test.parent/ecoretest.target>
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	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.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	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 hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.RuntimeException: Failed to resolve target definition <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-Ecore/ws/ecorequery/hu.bme.mit.ecorequery.test.parent/ecoretest.target>
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:85)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments(TargetDefinitionResolverService.java:65)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent(TargetDefinitionResolverService.java:55)
	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions(TargetPlatformFactoryImpl.java:210)
	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:144)
	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:117)
	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:1)
	at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.computeTargetPlatform(P2TargetPlatformResolver.java:214)
	at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:100)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	... 22 more
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Could not find "org.eclipse.emf.sdk.feature.group/2.9.1.v20130902-0605" in the repositories of the current location
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.getUnitInstance(TargetDefinitionResolver.java:214)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions(TargetDefinitionResolver.java:128)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:80)
	... 33 more
[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/InternalErrorException
channel stopped


Back to the top