See 
<https://builds.apache.org/job/oodt-trunk/2142/display/redirect?page=changes>

Changes:

[mattmann] Fix for OODT-305: Make the Resource Manager manage different queues 
of

------------------------------------------
[...truncated 529.97 KB...]
        at hudson.model.Executor$2.call(Executor.java:914)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy139.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:19)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Failed to create 
a temporary file in /x1/jenkins/jenkins-home/fingerprints/20/1b
        at hudson.remoting.Channel$2.adapt(Channel.java:862)
        at hudson.remoting.Channel$2.adapt(Channel.java:857)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
        at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:146)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        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:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Failed to create a temporary file in 
/x1/jenkins/jenkins-home/fingerprints/20/1b
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:70)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:57)
        at hudson.model.Fingerprint.save(Fingerprint.java:1256)
        at hudson.model.Fingerprint.save(Fingerprint.java:1245)
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project cas-workflow: Compilation failure
[ERROR] 
<https://builds.apache.org/job/oodt-trunk/ws/workflow/src/main/java/org/apache/oodt/cas/workflow/structs/TaskJobInput.java>:[54,8]
 org.apache.oodt.cas.workflow.structs.TaskJobInput is not abstract and does not 
override abstract method getMetadata() in 
org.apache.oodt.cas.resource.structs.JobInput
[ERROR] -> [Help 1]
[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.
        at hudson.model.Fingerprint.add(Fingerprint.java:1031)
[ERROR] 
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1023)
        at hudson.model.Fingerprint.add(Fingerprint.java:1014)
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:123)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:112)
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:426)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:558)
[ERROR] 
        at sun.reflect.GeneratedMethodAccessor927.invoke(Unknown Source)
[ERROR] After correcting the problems, you can resume the build with the command
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR]   mvn <goals> -rf :cas-workflow
        at hudson.model.Executor$2.call(Executor.java:914)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy139.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:19)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at ......remote call to channel(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel$2.adapt(Channel.java:860)
        ... 13 more
Caused by: java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createTempFile(File.java:2024)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:68)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:57)
        at hudson.model.Fingerprint.save(Fingerprint.java:1256)
        at hudson.model.Fingerprint.save(Fingerprint.java:1245)
        at hudson.model.Fingerprint.add(Fingerprint.java:1031)
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1023)
        at hudson.model.Fingerprint.add(Fingerprint.java:1014)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:123)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:112)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:426)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:558)
        at sun.reflect.GeneratedMethodAccessor927.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.model.Executor$2.call(Executor.java:914)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy139.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:19)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Failed to create 
a temporary file in /x1/jenkins/jenkins-home/fingerprints/2b/46
        at hudson.remoting.Channel$2.adapt(Channel.java:862)
        at hudson.remoting.Channel$2.adapt(Channel.java:857)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
        at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:146)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        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:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Failed to create a temporary file in 
/x1/jenkins/jenkins-home/fingerprints/2b/46
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:70)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:57)
        at hudson.model.Fingerprint.save(Fingerprint.java:1256)
        at hudson.model.Fingerprint.save(Fingerprint.java:1245)
        at hudson.model.Fingerprint.add(Fingerprint.java:1031)
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1023)
        at hudson.model.Fingerprint.add(Fingerprint.java:1014)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:125)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:112)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:426)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:558)
        at sun.reflect.GeneratedMethodAccessor927.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.model.Executor$2.call(Executor.java:914)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy139.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:19)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at ......remote call to channel(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
        at hudson.remoting.Channel$2.adapt(Channel.java:860)
        ... 13 more
Caused by: java.io.IOException: Too many open files
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createTempFile(File.java:2024)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:68)
        at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:57)
        at hudson.model.Fingerprint.save(Fingerprint.java:1256)
        at hudson.model.Fingerprint.save(Fingerprint.java:1245)
        at hudson.model.Fingerprint.add(Fingerprint.java:1031)
        at hudson.model.Fingerprint.addFor(Fingerprint.java:1023)
        at hudson.model.Fingerprint.add(Fingerprint.java:1014)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:125)
        at 
hudson.maven.reporters.MavenFingerprinter$1.call(MavenFingerprinter.java:112)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:426)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:558)
        at sun.reflect.GeneratedMethodAccessor927.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.model.Executor$2.call(Executor.java:914)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy139.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:153)
        at hudson.remoting.UserRequest.perform(UserRequest.java:50)
        at hudson.remoting.Request$2.run(Request.java:336)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:19)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
[JENKINS] Archiving 
<https://builds.apache.org/job/oodt-trunk/ws/pcs/services/pom.xml> to 
org.apache.oodt/pcs-services/1.1-SNAPSHOT/pcs-services-1.1-SNAPSHOT.pom
[Fast Archiver] No artifacts from oodt-trunk ยป OODT Process Control System 
JAX-RS service layer #2141 to compare, so performing full copy of artifacts
Sending e-mails to: dev@oodt.apache.org
ERROR: Could not connect to SMTP host: localhost, port: 25
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 
25;
  nested exception is:
        java.net.SocketException: Too many open files
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934)
        at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
        at javax.mail.Service.connect(Service.java:295)
        at javax.mail.Service.connect(Service.java:176)
        at javax.mail.Service.connect(Service.java:125)
        at javax.mail.Transport.send0(Transport.java:194)
        at javax.mail.Transport.send(Transport.java:124)
        at hudson.tasks.MailSender.run(MailSender.java:131)
        at hudson.tasks.MailSender.execute(MailSender.java:106)
        at hudson.maven.reporters.MavenMailer.end(MavenMailer.java:74)
        at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:884)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
        at hudson.model.Run.execute(Run.java:1735)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:405)
Caused by: java.net.SocketException: Too many open files
        at java.net.Socket.createImpl(Socket.java:460)
        at java.net.Socket.connect(Socket.java:587)
        at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:286)
        at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:231)
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900)
        ... 16 more
ERROR: Failed to parse POMs
java.io.IOException: Failed to extract 
<https://builds.apache.org/job/oodt-trunk/ws/pcs/services/transfer> of 1 files
        at hudson.FilePath.readFromTar(FilePath.java:2297)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2207)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:128)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
        at 
hudson.maven.MavenBuild$ProxyImpl.performArchiving(MavenBuild.java:486)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:880)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
        at hudson.model.Run.execute(Run.java:1735)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:405)
Caused by: java.nio.file.FileSystemException: 
/x1/jenkins/jenkins-home/jobs/oodt-trunk/modules/org.apache.oodt$pcs-services/builds/2142/archive/org.apache.oodt/pcs-services/1.1-SNAPSHOT/pcs-services-1.1-SNAPSHOT.pom:
 Too many open files
        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
        at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
        at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
        at 
sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
        at 
java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
        at java.nio.file.Files.newOutputStream(Files.java:216)
        at hudson.util.IOUtils.copy(IOUtils.java:39)
        at hudson.FilePath.readFromTar(FilePath.java:2287)
        ... 11 more
channel stopped

Reply via email to