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/07/06 01:46:22 UTC

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

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

Changes:

[prestona] PROTON-881: Initial commit of proton-j reactor implementation

[prestona] PROTON-881: Write an Echo example and get it working

[prestona] PROTON-881: Add a Send example, and supporting changes in the reactor.

[prestona] PROTON-881: Add Recv sample and required code changes / additions to the reactor

[prestona] PROTON-881: Tidy up Selectable to remove bits of a c style record implementation

[prestona] PROTON-881: Add error handling for "accept socket connection" path through Acceptor

[prestona] PROTON-881: Add reactor unit tests based on those in proton-c/src/tests/reactor.c

[prestona] PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.)

[prestona] PROTON-881: tidy up comments and TODO's

[rhs] PROTON-881: build the reactor interop test into the proton-j jar

[rhs] PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers

[rhs] make the timer selectable read from the wakeup pipe

[rhs] added launcher script for examples; added null check to IOHandler.java

[rhs] PROTON-881: added Extendable interface for things that support attachments and modified the reactor code to use it for handlers

[prestona] PROTON-881: make unittests check for Java I/O object leaks

[rhs] first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and tornado

[rhs] added more shim for selectabes; cat and echo still don't work because you can't select on files in java

[rhs] PROTON-881: Graceful handling of runtime exceptions thrown within handlers

[rhs] Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37.

[rhs] implemented sasl sniffing for proton-j; this allows the reactor interop tests to pass

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[95,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[125,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

Jenkins build is back to stable : Qpid-proton-j » proton-j #1049

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


Jenkins build is still unstable: Qpid-proton-j » proton-j #1048

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


Jenkins build is still unstable: Qpid-proton-j » proton-j #1047

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


Jenkins build is still unstable: Qpid-proton-j » proton-j #1046

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


Jenkins build is still unstable: Qpid-proton-j » proton-j #1045

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


Jenkins build is still unstable: Qpid-proton-j » proton-j #1044

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


Jenkins build is unstable: Qpid-proton-j » proton-j #1043

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


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

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

Changes:

[bozzo] PROTON-928: cancellable tasks

[bozzo] PROTON-937: LinkImpl.localOpen() does not initialize source and target

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 322.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1443.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 487.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 673.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 1416.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 271.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1510.2 KB/sec)
[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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 38.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 178.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 140.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 865.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 33.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 32.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 57.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 994.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 202.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 665.6 KB/sec)
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/messenger/Messenger.java>:[78,19] [deprecation] MessengerImpl() in org.apache.qpid.proton.messenger.impl.MessengerImpl has been deprecated
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

Changes:

[rhs] wired in allowSkip

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled

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

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

Changes:

[rhs] PROTON-881: Make connect a non-blocking operation

[rhs] PROTON-881: Tidy up TODOs in proton-j reactor code

[rhs] PROTON-881: Tidy up and doc reactor interfaces

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building proton-j 0.10-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 20 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ proton-j ---
[INFO] Compiling 325 source files to <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <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
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/engine/Connection.java>:[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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
[ERROR] <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>:[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated
[ERROR] <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>:[312,15] [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/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java>:[281,15] [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/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[90,11] cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
[ERROR] <https://builds.apache.org/job/Qpid-proton-j/org.apache.qpid$proton-j/ws/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java>:[119,38] cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled