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 2014/09/23 15:47:34 UTC

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

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

Changes:

[robbie] PROTON-576: update String UTF-8 encoding to handle high range unicode characters / surrogate pairs

Applied patch from Dominic Evans with modifications by Rob Godfrey

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[322,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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


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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[323,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[323,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[323,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

Changes:

[rhs] PROTON-677: added support for detach

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[323,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[322,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

Changes:

[aconway] PROTON-693: Implement C-API wrappers in Java for jython, clean up Url implementation.

- Java implementation of fake C API for Jython SWIG wrappers based on messenger.impl.Address.
- Minor extensions to Address.java
- Minor change to Address.java to be consistent with C parser on one corner case:
  - is url("/foo") a host called "/foo" or an empty host and a path "foo"
  - fixed Java parser to agree with C - path "foo"
- Rename getters from url_* to url_get_*.
- Use pn_string_t formatting functions to build URL string.

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ proton-j ---
[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 16 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 299 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>:[72,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/engine/impl/LinkImpl.java>:[322,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>:[285,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>:[254,15] [deprecation] input(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/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/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
[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 30 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/codec/StringTypeTest.java>:[27,23] cannot find symbol
symbol  : class StandardCharsets
location: package java.nio.charset
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[65,39] cannot find symbol
symbol  : method highSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[66,39] cannot find symbol
symbol  : method lowSurrogate(int)
location: class java.lang.Character
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[89,100] cannot find symbol
symbol  : variable StandardCharsets
location: class org.apache.qpid.proton.codec.StringTypeTest
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[131,69] cannot find symbol
symbol  : variable MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[133,69] cannot find symbol
symbol  : variable EMOTICONS
location: class java.lang.Character.UnicodeBlock
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/test/java/org/apache/qpid/proton/codec/StringTypeTest.java>:[134,69] cannot find symbol
symbol  : variable PLAYING_CARDS
location: class java.lang.Character.UnicodeBlock
[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
[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/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
[INFO] 20 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled