Return-Path: X-Original-To: apmail-qpid-notifications-archive@minotaur.apache.org Delivered-To: apmail-qpid-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4168318FD4 for ; Sun, 5 Jul 2015 23:46:27 +0000 (UTC) Received: (qmail 47034 invoked by uid 500); 5 Jul 2015 23:46:27 -0000 Delivered-To: apmail-qpid-notifications-archive@qpid.apache.org Received: (qmail 47008 invoked by uid 500); 5 Jul 2015 23:46:27 -0000 Mailing-List: contact notifications-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: notifications@qpid.apache.org Delivered-To: mailing list notifications@qpid.apache.org Received: (qmail 46999 invoked by uid 99); 5 Jul 2015 23:46:26 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2015 23:46:26 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 22D769C13FC for ; Sun, 5 Jul 2015 23:46:23 +0000 (UTC) Date: Sun, 5 Jul 2015 23:46:22 +0000 (UTC) From: Apache Jenkins Server To: notifications@qpid.apache.org Message-ID: <1122031459.731.1436139982984.JavaMail.jenkins@crius> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_Qpid-proton-j_=C2=BB_proton-j_#1032?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: proton-j X-Jenkins-Result: FAILURE See 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 [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 [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[73,19] [deprecation] TransportImpl() in org.apache.qpid.proton.engine.impl.TransportImpl has been deprecated [ERROR] :[46,19] [deprecation] ConnectionImpl() in org.apache.qpid.proton.engine.impl.ConnectionImpl has been deprecated [ERROR] :[32,19] [deprecation] SslDomainImpl() in org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl has been deprecated [ERROR] :[37,19] [deprecation] SslPeerDetailsImpl(java.lang.String,int) in org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl has been deprecated [ERROR] :[78,19] [deprecation] MessengerImpl() in org.apache.qpid.proton.messenger.impl.MessengerImpl has been deprecated [ERROR] :[82,19] [deprecation] MessengerImpl(java.lang.String) in org.apache.qpid.proton.messenger.impl.MessengerImpl has been deprecated [ERROR] :[45,19] [deprecation] MessageImpl() in org.apache.qpid.proton.message.impl.MessageImpl has been deprecated [ERROR] :[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] :[347,16] [deprecation] setRemoteSenderSettleMode(org.apache.qpid.proton.amqp.transport.SenderSettleMode) in org.apache.qpid.proton.engine.Link has been deprecated [ERROR] :[312,15] [deprecation] output(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated [ERROR] :[281,15] [deprecation] input(byte[],int,int) in org.apache.qpid.proton.engine.Transport has been deprecated [ERROR] :[95,11] cannot find symbol symbol : method bind(java.net.InetSocketAddress) location: class java.nio.channels.ServerSocketChannel [ERROR] :[125,38] cannot find symbol symbol : method getLocalAddress() location: class java.nio.channels.ServerSocketChannel [INFO] 13 errors [INFO] ------------------------------------------------------------- [JENKINS] Archiving disabled