Console Output

Started by an SCM change
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/lab-sadepublish
No JDK named ‘(Vorgabewert)’ found
No JDK named ‘(Vorgabewert)’ found
Cloning the remote Git repository
Cloning repository git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git
 > git init /mnt/data/jenkins/workspace/lab-sadepublish # timeout=10
Fetching upstream changes from git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git
 > git --version # timeout=10
using GIT_SSH to set credentials git for projects.gwdg.de
 > git fetch --tags --progress git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git # timeout=10
Fetching upstream changes from git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git
using GIT_SSH to set credentials git for projects.gwdg.de
 > git fetch --tags --progress git@git.projects.gwdg.de:dariah-de/tg/textgrid-laboratory/sadepublish.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
No JDK named ‘(Vorgabewert)’ found
Checking out Revision 7b10dc703c9118837a57eded2ab97d820b14ec92 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b10dc703c9118837a57eded2ab97d820b14ec92
Commit message: "some changes made! yeah!"
 > git rev-list c624cf5d34902cfb4abcf8004ed6d43706193a8a # timeout=10
No JDK named ‘(Vorgabewert)’ found
Set build name.
No JDK named ‘(Vorgabewert)’ found
New build name is 'origin/master #24'
No JDK named ‘(Vorgabewert)’ found
Parsing POMs
Downloaded artifact http://dev.dariah.eu/nexus/content/groups/public/info/textgrid/lab/parent/3.1.0-SNAPSHOT/maven-metadata.xml
Set build name.
No JDK named ‘(Vorgabewert)’ found
New build name is 'origin/master #24'
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: 'origin/master #24', new value: 'origin/master #24'
run PrePostClean
running on Rechenknecht
skipping roaming project.
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: /mnt/data/jenkins/workspace/lab-sadepublish at hudson.remoting.Channel@26c7ab0f:Rechenknecht: 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 info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 10
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 13

	at hudson.FilePath.act(FilePath.java:994)
	at hudson.FilePath.act(FilePath.java:976)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:986)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:691)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:496)
	at hudson.model.Run.execute(Run.java:1737)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)
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 info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 10
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2750)
	at hudson.remoting.UserRequest.perform(UserRequest.java:208)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:360)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	at ......remote call to Rechenknecht(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1654)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:311)
	at hudson.remoting.Channel.call(Channel.java:905)
	at hudson.FilePath.act(FilePath.java:987)
	... 8 more
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 info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 10
[FATAL] Non-resolvable parent POM: Could not find artifact info.textgrid.lab:sadepublish:pom:0.0.2-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 13

	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:1328)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1125)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2750)
	at hudson.remoting.UserRequest.perform(UserRequest.java:208)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:360)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
IRC notifier plugin: Sending notification to: #textgrid
SSH: Current build result is [FAILURE], not going to run.
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Notifying upstream projects of job completion
Finished: FAILURE