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/06/03 22:48:24 UTC

Build failed in Jenkins: Qpid-proton-c #340

See <https://builds.apache.org/job/Qpid-proton-c/340/changes>

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 <https://builds.apache.org/job/Qpid-proton-c/ws/>
Cleaning up <https://builds.apache.org/job/Qpid-proton-c/ws/proton>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/build>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/testresults>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/__init__.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/codec.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/common.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/engine.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/interop.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/message.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/messenger.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/sasl.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/soak.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/ssl.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/tests/python/proton_tests/transport.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/src/protocol.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/mllib/__init__.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/mllib/dom.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/mllib/parsers.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/mllib/transforms.pyc>
Deleting <https://builds.apache.org/job/Qpid-proton-c/ws/proton/proton-c/bindings/python/proton.pyc>
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: <https://builds.apache.org/job/Qpid-proton-c/ws/proton/build>
+ 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

Jenkins build is back to normal : Qpid-proton-c #341

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