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 A81291161F for ; Tue, 3 Jun 2014 20:48:26 +0000 (UTC) Received: (qmail 80883 invoked by uid 500); 3 Jun 2014 20:48:26 -0000 Delivered-To: apmail-qpid-notifications-archive@qpid.apache.org Received: (qmail 80859 invoked by uid 500); 3 Jun 2014 20:48:26 -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 80851 invoked by uid 99); 3 Jun 2014 20:48:26 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 20:48:26 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id 47810E00639 for ; Tue, 3 Jun 2014 20:48:26 +0000 (UTC) Date: Tue, 3 Jun 2014 20:48:24 +0000 (UTC) From: Apache Jenkins Server To: notifications@qpid.apache.org Message-ID: <1101428131.53.1401828504790.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Qpid-proton-c #340 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Qpid-proton-c X-Jenkins-Result: FAILURE See Changes: [astitcher] PROTON-591, PROTON-590: Change frame dispatch to use switch statement - Rather than an explicit function table - This reduces the per connection memory use significantly - Fixes a possible crash if Proton receives an unknown performative [astitcher] NO-JIRA: Rearrange the C include file directories a little for more consistency [astitcher] PROTON-516: Don't allocate a frame buffer the size of the remote max frame size [astitcher] NO-JIRA: Removed unused macro definitions ------------------------------------------ Started by an SCM change Building remotely on ubuntu5 (Ubuntu ubuntu) in workspace Cleaning up Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Deleting Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2014-06-03T20:47:08.638 +0000' U examples/CMakeLists.txt U proton-c/src/messenger/messenger.c U proton-c/src/transport/transport.c U proton-c/src/codec/codec.c U proton-c/src/types.c U proton-c/src/dispatcher/dispatcher.h U proton-c/src/dispatcher/dispatcher.c U proton-c/src/buffer.c U proton-c/src/sasl/sasl.c U proton-c/src/proton.c A proton-c/src/dispatch_actions.h U proton-c/src/engine/engine-internal.h U proton-c/CMakeLists.txt U proton-c/include/proton/buffer.h U proton-c/include/proton/types.h U proton-c/include/proton/cproton.i U tests/tools/apps/c/CMakeLists.txt At revision 1599796 [Qpid-proton-c] $ /bin/bash -e /tmp/hudson5722164697562099538.sh No LSB modules are available. Arch: x86_64 Uname: Linux juno 3.2.0-51-generic #77-Ubuntu SMP Wed Jul 24 20:18:19 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux lsb_release: Distributor ID: Ubuntu Description: Ubuntu 12.04.2 LTS Release: 12.04 Codename: precise Java home: ============= Listing pertinent packages ============= + cd proton + rm -rf build testresults + mkdir build testresults + cd build + cmake .. -- The C compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- PN_VERSION: 0.7 CMake Warning at CMakeLists.txt:83 (message): SYSINSTALL_BINDINGS is unspecified, defaulting it to OFF. Please note that the default install behaviour of proton has changed. Proton bindings by default will now be installed under lib/proton/bindings and will no longer be found by system interpreters. This means that every user will be required to manually configure their interpreters to locate the proton bindings. If you wish proton bindings to be installed into the interpreter specified locations as was the default in prior releases, please specify -DSYSINSTALL_BINDINGS=ON -- Found Java: /usr/bin/java -- checking for module 'openssl' -- found openssl, version 1.0.1 -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1..1") -- Found PythonInterp: /usr/bin/python (found version "2.7.3") -- Looking for clock_gettime -- Looking for clock_gettime - not found. -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for uuid_generate -- Looking for uuid_generate - not found. -- Looking for uuid_generate in uuid -- Looking for uuid_generate in uuid - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for atoll -- Looking for atoll - found -- Found SWIG: /usr/bin/swig2.0 (found version "2.0.4") -- Found PythonLibs: /usr/lib/libpython2.7.so -- Found Ruby: /usr/bin/ruby (found version "1.8.7") -- Missing Ruby gem dependency: rspec -- Missing Ruby gem dependency: simplecov -- Skipping Ruby bindings due to missing dependencies... -- Found Perl: /usr/bin/perl -- Trying alternative search for Perl -- PerlLibs Not Found -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for include files INTTYPES_AVAILABLE -- Looking for include files INTTYPES_AVAILABLE - found -- Can't locate the valgrind command; no run-time error detection -- Skipping Ruby tests: missing dependencies -- Configuring done -- Generating done -- Build files have been written to: + make all Scanning dependencies of target proton-j [ 2%] Building Java objects for proton-j.jar Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [ 4%] Generating CMakeFiles/proton-j.dir/java_class_filelist [ 6%] Creating Java archive proton-j-0.7.jar Rebuilding proton-j-0.7.jar to include missing resources [ 6%] Built target proton-j [ 8%] Generating src/protocol.h [ 10%] Generating src/encodings.h Scanning dependencies of target qpid-proton [ 12%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/object.c.o [ 14%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/util.c.o [ 16%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/error.c.o [ 18%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/buffer.c.o [ 20%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/parser.c.o [ 22%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/scanner.c.o [ 25%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/types.c.o [ 27%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/framing/framing.c.o [ 29%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/codec.c.o [ 31%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/decoder.c.o [ 33%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/encoder.c.o [ 35%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/dispatcher/dispatcher.c.o [ 37%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/engine/engine.c.o [ 39%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/engine/event.c.o [ 41%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/transport/transport.c.o [ 43%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/message/message.c.o [ 45%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/sasl/sasl.c.o [ 47%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/messenger.c.o [ 50%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/subscription.c.o [ 52%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/store.c.o [ 54%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/transform.c.o [ 56%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/selectable.c.o [ 58%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/posix/io.c.o [ 60%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/posix/selector.c.o [ 62%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/posix/driver.c.o [ 64%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/platform.c.o [ 66%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/ssl/openssl.c.o Linking C shared library libqpid-proton.so CMakeFiles/qpid-proton.dir/src/dispatcher/dispatcher.c.o: In function `pn_dispatch_frame': dispatcher.c:(.text+0x5c5): undefined reference to `pni_dispatch_action' collect2: ld returned 1 exit status make[2]: *** [proton-c/libqpid-proton.so.2.0.0] Error 1 make[1]: *** [proton-c/CMakeFiles/qpid-proton.dir/all] Error 2 make: *** [all] Error 2 Build step 'Execute shell' marked build as failure Recording test results