FailedConsole Output

Started by user Colin Rosenthal (csr)
Building remotely on NetarchiveSuite in workspace /home/cibuild02/workspace/NetarchiveSuite-Full-Test-staging
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/netarchivesuite/netarchivesuite.git # timeout=10
Fetching upstream changes from https://github.com/netarchivesuite/netarchivesuite.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/netarchivesuite/netarchivesuite.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/bitmag^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/bitmag^{commit} # timeout=10
Checking out Revision 5eecac9cb830b01f709ef06f7ea997875cf164c2 (refs/remotes/origin/bitmag)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5eecac9cb830b01f709ef06f7ea997875cf164c2
 > git rev-list 5eecac9cb830b01f709ef06f7ea997875cf164c2 # timeout=10
 > git tag -a -f -m Jenkins Build #42 jenkins-NetarchiveSuite-Full-Test-staging-42 # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: /home/cibuild02/workspace/NetarchiveSuite-Full-Test-staging at hudson.remoting.Channel@4c8c9116:NetarchiveSuite: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /home/cibuild02/workspace/NetarchiveSuite-Full-Test-staging/common/common-core/pom.xml: Unrecognised tag: 'properties' (position: START_TAG seen ...<!-- bitrepository settings complete -->\n\n\n\n  <properties>... @38:15)  @ line 38, column 15
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 47, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 48, column 23
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 60, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 61, column 23
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> version (?) vs 1.7.10 @ line 145, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 39, column 15

	at hudson.FilePath.act(FilePath.java:977)
	at hudson.FilePath.act(FilePath.java:959)
	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:533)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
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 /home/cibuild02/workspace/NetarchiveSuite-Full-Test-staging/common/common-core/pom.xml: Unrecognised tag: 'properties' (position: START_TAG seen ...<!-- bitrepository settings complete -->\n\n\n\n  <properties>... @38:15)  @ line 38, column 15
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 47, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 48, column 23
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 60, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 61, column 23
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> version (?) vs 1.7.10 @ line 145, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 39, column 15

	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:2677)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	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 NetarchiveSuite(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.FilePath.act(FilePath.java:970)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /home/cibuild02/workspace/NetarchiveSuite-Full-Test-staging/common/common-core/pom.xml: Unrecognised tag: 'properties' (position: START_TAG seen ...<!-- bitrepository settings complete -->\n\n\n\n  <properties>... @38:15)  @ line 38, column 15
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 47, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:archive-core:jar with value '*' does not match a valid id pattern. @ line 48, column 23
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 60, column 20
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.netarchivesuite:monitor-core:jar with value '*' does not match a valid id pattern. @ line 61, column 23
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> version (?) vs 1.7.10 @ line 145, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 39, column 15

	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:2677)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	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)
An attempt to send an e-mail to empty list of recipients, ignored.
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Finished: FAILURE