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 - BPM Tests #578

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

Changes:

[bergmann] [412855] Regenerated EIQ projects

[abel.hegedus] updated and regenerated examples

[abel.hegedus] [435977] updated BPM example to setting delegate QBF

[tamas.szabo] generated_package has the comment just to be on the safe side

[rath] update project metadata to 0.8

------------------------------------------
Started by an SCM change
Building remotely on cloud in workspace <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-BPM/ws/>
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git
 > git init <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-BPM/ws/>
Fetching upstream changes from git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git
 > git --version
 > git fetch --tags --progress git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git
Fetching upstream changes from git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git
 > git fetch --tags --progress git://git.eclipse.org/gitroot/incquery/org.eclipse.incquery.examples.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision 79b9b0b82a0506145917ba82523c34ba339daa82 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 79b9b0b82a0506145917ba82523c34ba339daa82
 > git rev-list 5dc25535970a5f92d2289dc3143dfd59b1f2f032
Parsing POMs
using settings config with name Mirrors
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://build.inf.mit.bme.hu/jenkins/job/EMF-IncQuery-Tests-BPM/ws/> at hudson.remoting.Channel@fb78f2:cloud
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:953)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:681)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:585)
	at hudson.model.Run.execute(Run.java:1684)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.eclipse.incquery:org.eclipse.incquery.parent:pom:0.8.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 10, column 10

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1357)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1091)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)
	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: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.eclipse.incquery:org.eclipse.incquery.parent:pom:0.8.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 10, column 10

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1294)
	... 10 more


Back to the top