Started by an SCM change Started by an SCM change Building remotely on build2 (digibib) in workspace /mnt/data/jenkins/workspace/Aggregator > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@git.projects.gwdg.de:aggregator.git # timeout=10 Fetching upstream changes from git@git.projects.gwdg.de:aggregator.git > git --version # timeout=10 using GIT_SSH to set credentials git for projects.gwdg.de > git -c core.askpass=true fetch --tags --progress git@git.projects.gwdg.de:aggregator.git +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/develop Seen branch in repository origin/feature/basket Seen branch in repository origin/feature/export-by-list Seen branch in repository origin/feature/faust-rendering Seen branch in repository origin/feature/instrumentation Seen branch in repository origin/feature/license Seen branch in repository origin/feature/new-structure Seen branch in repository origin/feature/stream Seen branch in repository origin/feature/tei-xsl-7 Seen branch in repository origin/feature/tei-xsl-update Seen branch in repository origin/feature/tei-xsl7-corpus Seen branch in repository origin/feature/tei-xsl7-groups Seen branch in repository origin/feature/xslmanager Seen branch in repository origin/feature/zip-config Seen branch in repository origin/feature/zip-performance Seen branch in repository origin/master Seen branch in repository origin/package-tei-xsl Seen branch in repository origin/refactor-html Seen branch in repository origin/refactor-it Seen 19 remote branches Checking out Revision c65e5e7d6a6afbe7073d9097124d9813c869d6e0 (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f c65e5e7d6a6afbe7073d9097124d9813c869d6e0 # timeout=10 > git branch -a # timeout=10 > git rev-parse origin/develop^{commit} # timeout=10 > git rev-parse origin/feature/stream^{commit} # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 > git rev-parse remotes/origin/develop^{commit} # timeout=10 > git rev-parse remotes/origin/feature/basket^{commit} # timeout=10 > git rev-parse remotes/origin/feature/export-by-list^{commit} # timeout=10 > git rev-parse remotes/origin/feature/faust-rendering^{commit} # timeout=10 > git rev-parse remotes/origin/feature/instrumentation^{commit} # timeout=10 > git rev-parse remotes/origin/feature/license^{commit} # timeout=10 > git rev-parse remotes/origin/feature/new-structure^{commit} # timeout=10 > git rev-parse remotes/origin/feature/stream^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl-7^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl-update^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl7-corpus^{commit} # timeout=10 > git rev-parse remotes/origin/feature/tei-xsl7-groups^{commit} # timeout=10 > git rev-parse remotes/origin/feature/xslmanager^{commit} # timeout=10 > git rev-parse remotes/origin/feature/zip-config^{commit} # timeout=10 > git rev-parse remotes/origin/feature/zip-performance^{commit} # timeout=10 > git rev-parse remotes/origin/master^{commit} # timeout=10 > git rev-parse remotes/origin/package-tei-xsl^{commit} # timeout=10 > git rev-parse remotes/origin/refactor-html^{commit} # timeout=10 > git rev-parse remotes/origin/refactor-it^{commit} # timeout=10 > git branch -D origin/develop # timeout=10 > git checkout -b origin/develop c65e5e7d6a6afbe7073d9097124d9813c869d6e0 > git rev-list a9d0f330132a3a1bff9dc97439bb34f3345b40f6 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursive No emails were triggered. Parsing POMs using settings config with name MavenSettings Replacing all maven server entries not found in credentials list is true ERROR: Failed to parse POMs java.io.IOException: remote file operation failed: /mnt/data/jenkins/workspace/Aggregator at hudson.remoting.Channel@211fb1eb:build2: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-parseable POM /mnt/data/jenkins/workspace/Aggregator/pom.xml: end tag name must be the same as start tag from line 595 (position: TEXT seen ...\n\t\t\t\t perm... @595:28) @ line 595, column 28 at hudson.FilePath.act(FilePath.java:987) at hudson.FilePath.act(FilePath.java:969) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:960) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537) at hudson.model.Run.execute(Run.java:1741) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-parseable POM /mnt/data/jenkins/workspace/Aggregator/pom.xml: end tag name must be the same as start tag from line 595 (position: TEXT seen ...\n\t\t\t\t perm... @595:28) @ line 595, column 28 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1364) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2720) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) 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:745) at ......remote call to build2(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:778) at hudson.FilePath.act(FilePath.java:980) ... 8 more Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-parseable POM /mnt/data/jenkins/workspace/Aggregator/pom.xml: end tag name must be the same as start tag from line 595 (position: TEXT seen ...\n\t\t\t\t perm... @595:28) @ line 595, column 28 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:1301) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1098) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2720) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) 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:745) IRC notifier plugin: Sending notification to: #textgrid [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 1 second Notifying upstream projects of job completion Email was triggered for: Failure - 1st Trigger Failure - Any was overridden by another trigger and will not send an email. Trigger Failure - Still was overridden by another trigger and will not send an email. Sending email for trigger: Failure - 1st Sending email to: funk@sub.uni-goettingen.de thorsten.vitt@uni-wuerzburg.de Finished: FAILURE