You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/02/19 22:06:20 UTC

Build failed in Jenkins: Qpid-proton-j » proton-j #856

See <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/856/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[INFO] Deleting <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ proton-j ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proton-j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 301 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Transport.java>:[73,19] [deprecation] TransportImpl() in org.apache.qpid.proton.engine.impl.TransportImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[44,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/SslDomain.java>:[32,19] [deprecation] SslDomainImpl() in org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/SslPeerDetails.java>:[37,19] [deprecation] SslPeerDetailsImpl(java.lang.String,int) in org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/messenger/Messenger.java>:[78,19] [deprecation] MessengerImpl() in org.apache.qpid.proton.messenger.impl.MessengerImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/messenger/Messenger.java>:[82,19] [deprecation] MessengerImpl(java.lang.String) in org.apache.qpid.proton.messenger.impl.MessengerImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/message/Message.java>:[45,19] [deprecation] MessageImpl() in org.apache.qpid.proton.message.impl.MessageImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/message/Message.java>:[55,19] [deprecation] MessageImpl(org.apache.qpid.proton.amqp.messaging.Header,org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations,org.apache.qpid.proton.amqp.messaging.MessageAnnotations,org.apache.qpid.proton.amqp.messaging.Properties,org.apache.qpid.proton.amqp.messaging.ApplicationProperties,org.apache.qpid.proton.amqp.messaging.Section,org.apache.qpid.proton.amqp.messaging.Footer) in org.apache.qpid.proton.message.impl.MessageImpl has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/impl/LinkImpl.java>:[329,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[302,15] [deprecation] output(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[WARNING] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[271,15] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proton-j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ proton-j ---
[INFO] Compiling 32 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/engine/impl/ssl/RememberingTransportInput.java>:[28,0] org.apache.qpid.proton.engine.impl.ssl.RememberingTransportInput is not abstract and does not override abstract method position() in org.apache.qpid.proton.engine.impl.TransportInput
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[91,45] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[118,45] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[149,45] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[167,45] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[194,44] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[213,33] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/ConnectionTest.java>:[401,24] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportPumper.java>:[64,40] [deprecation] output(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportPumper.java>:[67,52] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java>:[231,12] [deprecation] TransportImpl() in org.apache.qpid.proton.engine.impl.TransportImpl has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportTest.java>:[54,22] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportTest.java>:[66,37] [deprecation] output(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportTest.java>:[79,37] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/systemtests/engine/TransportTest.java>:[83,36] [deprecation] output(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated
[INFO] 15 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

Jenkins build is back to normal : Qpid-proton-j » proton-j #857

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/857/changes>