You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/05/16 05:35:38 UTC

ZooKeeper-trunk-openjdk7 - Build # 464 - Failure

See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/464/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
Building remotely on ubuntu5 (Ubuntu ubuntu) in workspace /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7
FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
	at hudson.remoting.Request.call(Request.java:174)
	at hudson.remoting.Channel.call(Channel.java:739)
	at hudson.FilePath.act(FilePath.java:909)
	at hudson.FilePath.act(FilePath.java:893)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:936)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:871)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1251)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513)
	at hudson.model.Run.execute(Run.java:1706)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:802)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:951)
	at hudson.remoting.Channel$2.handle(Channel.java:475)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: hudson.remoting.Channel$OrderlyShutdown
	... 3 more
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:56)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:945)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:943)
	at hudson.remoting.Channel.close(Channel.java:1026)
	at hudson.remoting.Channel.close(Channel.java:1009)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:950)
	... 2 more



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

ZooKeeper-trunk-openjdk7 - Build # 465 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/465/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 366 lines...]
    [javac]                     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/quorum/LearnerHandler.java:710: error: type argument Proposal is not within bounds of type-variable E
    [javac]                 Iterator<Proposal> itr = db.getCommittedLog().iterator();
    [javac]                          ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/quorum/LearnerHandler.java:721: error: type argument Proposal is not within bounds of type-variable E
    [javac]                 Iterator<Proposal> txnLogItr = db.getProposalsFromTxnLog(
    [javac]                          ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/quorum/LearnerHandler.java:729: error: type argument Proposal is not within bounds of type-variable E
    [javac]                     Iterator<Proposal> committedLogItr = db.getCommittedLog().iterator();
    [javac]                              ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/quorum/LearnerHandler.java:771: error: type argument Proposal is not within bounds of type-variable E
    [javac]     protected long queueCommittedProposals(Iterator<Proposal> itr,
    [javac]                                                     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/TxnLogProposalIterator.java:43: error: type argument Proposal is not within bounds of type-variable E
    [javac] public class TxnLogProposalIterator implements Iterator<Proposal> {
    [javac]                                                         ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Iterator
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/util/KerberosUtil.java:39: warning: [rawtypes] found raw type: Class
    [javac]     getInstanceMethod = classRef.getMethod("getInstance", new Class[0]);
    [javac]                                                               ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/util/KerberosUtil.java:42: warning: [rawtypes] found raw type: Class
    [javac]          new Class[0]);
    [javac]              ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/src/java/main/org/apache/zookeeper/server/util/OSMXBean.java:89: warning: [rawtypes] found raw type: Class
    [javac]                 new Class[0]);
    [javac]                     ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] 45 errors
    [javac] 5 warnings

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/trunk/build.xml:436: Compile failed; see the compiler error output for details.

Total time: 35 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.