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 2013/08/09 17:02:01 UTC

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

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

Changes:

[mcpierce] PROTON-399: Ruby bindings now install with the rest of Proton.

It will not install as a gem but instead as a site library using the
Cmake build environment.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu6 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 '2013-08-09T15:01:45.184 +0000'
A         tools/cmake/Modules/WindowsC99SymbolCheck.py
A         tools/cmake/Modules/WindowsC99CheckDef.cmake
U         proton-c/src/posix/driver.c
U         proton-c/src/util.h
U         proton-c/src/platform.c
U         proton-c/src/engine/engine.c
U         proton-c/src/object/object.c
U         proton-c/src/error.c
U         proton-c/src/platform.h
U         proton-c/src/codec/codec.c
U         proton-c/src/messenger/messenger.c
U         proton-c/src/windows/driver.c
U         proton-c/CMakeLists.txt
U         proton-c/bindings/ruby/CMakeLists.txt
U         proton-c/include/proton/object.h
U         proton-c/include/proton/codec.h
U         tests/python/proton_tests/transport.py
U         tests/pom.xml
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/TrackerQueue.java
At revision 1512329
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson7153102219611235068.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux quirinus.apache.org 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so;/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so
-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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


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

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

Changes:

[chug] PROTON-407: [proton-c] Windows install does not install .lib nor .pdb files
This patch installs the .lib file(s) to the /bin directory.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-19T21:53:59.326 +0000'
U         proton-c/CMakeLists.txt
At revision 1515623
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson9033696137616840957.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux janus 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[chug] PROTON-408: [proton-c] Windows build does not put "d" suffix on debug file names

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-19T19:01:43.528 +0000'
U         proton-c/CMakeLists.txt
At revision 1515559
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson2384402803361767516.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux janus 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[philharveyonline] PROTON-343: Removed proton-logging module and its usages (all of which are functionally insignificant),
so that the upcoming Proton 0.5 release does not contain this not-yet-prime-time module.

------------------------------------------
[...truncated 758 lines...]
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/Decimal32Element.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/TimestampElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/AbstractElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/ByteElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/FloatElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/SymbolElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/StringElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/NullElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/impl/ArrayElement.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/BinaryType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/TypeConstructor.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DecoderImpl.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/TypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DynamicDescribedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/Decimal128Type.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DynamicTypeConstructor.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ByteBufferEncoder.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/CharacterType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/AMQPType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/LongType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/EncodingCodes.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/Decoder.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ByteType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/SymbolType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/UUIDType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/AbstractDescribedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/PrimitiveType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DoubleType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/EncodeException.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/MapType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ArrayType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/BooleanType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/PrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ByteBufferDecoder.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security/SaslMechanismsType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security/SaslOutcomeType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security/SaslResponseType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security/SaslChallengeType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/security/SaslInitType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/SmallFloatingSizePrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DescribedTypeConstructor.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/FixedSizePrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/UnsignedIntegerType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/AmqpValueType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/PropertiesType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DeleteOnNoLinksType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/FooterType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/SourceType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/MessageAnnotationsType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/AcceptedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DataType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/ApplicationPropertiesType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/ModifiedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/ReleasedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DeleteOnNoMessagesType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/RejectedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/ReceivedType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/DeleteOnNoLinksOrMessagesType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/TargetType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/AmqpSequenceType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/messaging/HeaderType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/UnsignedLongType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/AbstractPrimitiveType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/UnsignedShortType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/IntegerType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/FloatingSizePrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/EncoderImpl.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ShortType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/UnsignedByteType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/AMQPDefinedTypes.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DecodeException.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/WritableBuffer.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction/DischargeType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction/DeclareType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction/CoordinatorType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction/DeclaredType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transaction/TransactionalStateType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/AbstractPrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/Decimal32Type.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/TimestampType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/DroppingWritableBuffer.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/FloatType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/StringType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/Decimal64Type.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/LargeFloatingSizePrimitiveTypeEncoding.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/NullType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/DetachType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/ErrorConditionType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/OpenType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/AttachType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/BeginType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/DispositionType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/TransferType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/CloseType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/EndType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/transport/FlowType.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/codec/ListType.java
A         proton-j/proton/pom.xml
A         proton-j/proton/CMakeLists.txt
A         proton-j/proton/LICENSE
A         design
A         design/build.xml
AU        design/proton_objects.dia
A         design/src
A         design/src/proton
A         design/src/proton/Connection.java
A         design/src/proton/Receiver.java
A         design/src/proton/Accepted.java
A         design/src/proton/Outcome.java
A         design/src/proton/DeliveryBuffer.java
A         design/src/proton/package.html
A         design/src/proton/Endpoint.java
A         design/src/proton/Modified.java
A         design/src/proton/Sender.java
A         design/src/proton/Delivery.java
A         design/src/proton/Session.java
A         design/src/proton/DeliveryState.java
A         design/src/proton/Released.java
A         design/src/proton/Rejected.java
A         design/src/proton/Received.java
A         design/src/proton/Transport.java
A         design/src/proton/Link.java
A         design/api-reconciliation
A         design/api-reconciliation/src
A         design/api-reconciliation/src/test
A         design/api-reconciliation/src/test/resources
A         design/api-reconciliation/src/test/resources/org
A         design/api-reconciliation/src/test/resources/org/apache
A         design/api-reconciliation/src/test/resources/org/apache/qpid
A         design/api-reconciliation/src/test/resources/org/apache/qpid/proton
A         design/api-reconciliation/src/test/resources/org/apache/qpid/proton/apireconciliation
A         design/api-reconciliation/src/test/resources/org/apache/qpid/proton/apireconciliation/reportwriter
A         design/api-reconciliation/src/test/resources/org/apache/qpid/proton/apireconciliation/reportwriter/expectedsingle.csv
A         design/api-reconciliation/src/test/resources/org/apache/qpid/proton/apireconciliation/reportwriter/expectedmany.csv
A         design/api-reconciliation/src/test/java
A         design/api-reconciliation/src/test/java/org
A         design/api-reconciliation/src/test/java/org/apache
A         design/api-reconciliation/src/test/java/org/apache/qpid
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/TestUtils.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/ReportRowTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/JoinerTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/CFunctionNameListReaderTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/PackageSearcherTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree/leaf
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree/leaf/InterfaceAtLeaf.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree/leaf/ImplAtLeaf.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree/InterfaceAtTreeTop.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/tree/ImplAtTreeTop.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/subpackage
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/subpackage/InterfaceInSubPackage.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/subpackage/impl
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/subpackage/impl/ImplOfInterfaceInSubPackage.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/manyimpls
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/manyimpls/Impl1.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/manyimpls/Impl2.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/manyimpls/InterfaceWithManyImpls.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/noimpl
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/packagesearcher/testdata/noimpl/InterfaceWithoutImpl.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/reportwriter
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/reportwriter/ReconciliationReportWriterTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/reportwriter/AnnotationAccessorTest.java
A         design/api-reconciliation/src/test/java/org/apache/qpid/proton/apireconciliation/TestAnnotation.java
A         design/api-reconciliation/src/main
A         design/api-reconciliation/src/main/java
A         design/api-reconciliation/src/main/java/org
A         design/api-reconciliation/src/main/java/org/apache
A         design/api-reconciliation/src/main/java/org/apache/qpid
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/ReconciliationReport.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/Reconciliation.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/ReportRow.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/Main.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/Joiner.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/CFunctionNameListReader.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/packagesearcher
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/packagesearcher/PackageSearcher.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/reportwriter
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/reportwriter/ReconciliationReportWriter.java
A         design/api-reconciliation/src/main/java/org/apache/qpid/proton/apireconciliation/reportwriter/AnnotationAccessor.java
AU        design/api-reconciliation/generate-c-functions.sh
A         design/api-reconciliation/pom.xml
A         design/api-reconciliation/README
 U        .
At revision 1515456
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson5420413937114509420.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux janus 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] PROTON-393: fixed concurrent modification exception

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-15T16:31:45.035 +0000'
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/MessengerImpl.java
U         tests/python/proton_tests/messenger.py
At revision 1514351
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson4995160058554701102.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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so;/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so
-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] PROTON-393: fixed recv to not error in non blocking mode; fixed python binding to use seconds (in floats) rather than milliseconds; fixed a stall in java messenger

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-15T13:34:29.673 +0000'
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/JNITransport.java
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/messenger/jni/JNIMessenger.java
U         proton-c/bindings/java/java.i
U         proton-c/bindings/python/proton.py
U         proton-c/bindings/python/python.i
U         proton-c/include/proton/engine.h
U         proton-c/src/messenger/messenger.c
U         proton-c/src/windows/driver.c
U         proton-c/src/posix/driver.c
U         proton-c/src/engine/engine.c
U         tests/python/proton_tests/engine.py
U         tests/python/proton_tests/messenger.py
U         tests/python/proton_tests/sasl.py
A         proton-j/contrib/proton-hawtdispatch/src/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test/MessengerServer.java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api/SampleTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/FrameParserTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptorTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/CannedTransportOutput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/RememberingTransportInput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ByteBufferUtils.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/PlainTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameHandler.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputWriter.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptor.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslFrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportInput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/MessengerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ListenerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ConnectorImpl.java
U         proton-j/proton-api/src/main/resources/proton.py
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/TransportException.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java
At revision 1514265
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson8294276286621285057.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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so;/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so
-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] PROTON-394 and PROTON-404: fixed head of line blocking issue in proton-c and fixed delivery-id sequence for proton-j; both these issues where exposed by the same test

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-13T18:54:31.916 +0000'
A         proton-j/contrib/proton-hawtdispatch/src/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api/SampleTest.java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test/MessengerServer.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/CannedTransportOutput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/RememberingTransportInput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/FrameParserTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptorTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameHandler.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslFrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ByteBufferUtils.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/PlainTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptor.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputWriter.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportInput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/MessengerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ListenerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ConnectorImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
U         proton-j/proton-api/src/main/resources/proton.py
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/TransportException.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java
U         proton-c/src/windows/driver.c
U         proton-c/src/posix/driver.c
U         proton-c/src/engine/engine.c
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/messenger/jni/JNIMessenger.java
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/JNITransport.java
U         proton-c/bindings/java/java.i
U         proton-c/bindings/python/proton.py
U         proton-c/bindings/python/python.i
U         proton-c/include/proton/engine.h
U         tests/python/proton_tests/messenger.py
U         tests/python/proton_tests/sasl.py
U         tests/python/proton_tests/engine.py
U         tests/ruby/proton_tests/smoke.rb
At revision 1513614
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson4189995004809112155.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux minerva 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] PROTON-370: tests as submitted by Bozo Dragojevic and cleaned up by Philip Harvey

------------------------------------------
Started by an SCM change
Building remotely on ubuntu6 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-13T16:03:40.673 +0000'
A         proton-j/contrib/proton-hawtdispatch/src/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/test/MessengerServer.java
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api
A         proton-j/contrib/proton-hawtdispatch/src/test/java/org/apache/qpid/proton/hawtdispatch/api/SampleTest.java
At revision 1513572
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson939598027019732146.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux quirinus.apache.org 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so;/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so
-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] Fix for PROTON-403, this includes the following changes:
 - reconciled proton-c and proton-j transport semantics
 - fixed the java transport stack to propogate end of stream conditions
 - fixed the java driver to properly communicate end of stream conditions
 - modified python binding to permit testing of new transport
   interfaces rather than using the deprecated interface
 - modified python tests to use the new transport interfaces

------------------------------------------
Started by an SCM change
Building remotely on ubuntu6 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-13T15:48:29.200 +0000'
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/JNITransport.java
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/messenger/jni/JNIMessenger.java
U         proton-c/bindings/java/java.i
U         proton-c/bindings/python/proton.py
U         proton-c/bindings/python/python.i
U         proton-c/bindings/perl/CMakeLists.txt
U         proton-c/include/proton/engine.h
U         proton-c/src/windows/driver.c
U         proton-c/src/proton.c
U         proton-c/src/posix/driver.c
U         proton-c/src/engine/engine.c
U         tests/python/proton_tests/sasl.py
U         tests/python/proton_tests/messenger.py
U         tests/ruby/proton_tests/smoke.rb
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/CannedTransportOutput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/RememberingTransportInput.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/FrameParserTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptorTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
U         proton-j/proton/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/MessengerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ListenerImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/ConnectorImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/driver/impl/DriverImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ByteBufferUtils.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ssl/SslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/PlainTransportWrapper.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptor.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputWriter.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportInput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutput.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameHandler.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslFrameParser.java
U         proton-j/proton-api/src/main/resources/proton.py
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/TransportException.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java
At revision 1513564
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson658924097959143337.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux quirinus.apache.org 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so;/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so
-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] fixed ruby tests

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 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 '2013-08-13T15:31:44.075 +0000'
A         tools/cmake/Modules/WindowsC99SymbolCheck.py
A         tools/cmake/Modules/WindowsC99CheckDef.cmake
D         proton-c/pn_config.h.in
A         proton-c/include/proton/version.h.in
U         proton-c/include/proton/object.h
U         proton-c/include/proton/codec.h
U         proton-c/soversion.cmake
U         proton-c/src/proton.c
U         proton-c/src/posix/driver.c
U         proton-c/src/util.h
U         proton-c/src/platform.c
U         proton-c/src/engine/engine.c
U         proton-c/src/object/object.c
U         proton-c/src/platform.h
U         proton-c/src/error.c
U         proton-c/src/codec/codec.c
U         proton-c/src/messenger/messenger.c
U         proton-c/src/windows/driver.c
U         proton-c/CMakeLists.txt
A         proton-c/bindings/java/src/main/resources/META-INF/services/org.apache.qpid.proton.driver.DriverFactory
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/JNISession.java
U         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/engine/jni/JNITransport.java
A         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/driver
A         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/driver/jni
A         proton-c/bindings/java/src/main/java/org/apache/qpid/proton/driver/jni/JNIDriverFactory.java
U         proton-c/bindings/ruby/spec/qpid/proton/message_spec.rb
U         proton-c/bindings/ruby/CMakeLists.txt
U         proton-c/bindings/ruby/lib/qpid_proton/messenger.rb
U         proton-c/bindings/ruby/lib/qpid_proton/mapping.rb
U         proton-c/bindings/ruby/lib/qpid_proton/message.rb
U         proton-c/bindings/ruby/ChangeLog
U         proton-c/bindings/perl/CMakeLists.txt
U         tests/pom.xml
U         tests/python/proton_tests/engine.py
U         tests/python/proton_tests/transport.py
U         tests/ruby/proton_tests/smoke.rb
U         version.txt
U         proton-j/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SessionImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportSession.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameParser.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ConnectionImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/ReceiverImpl.java
A         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/FrameWriter.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/TransportOutputAdaptor.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/engine/impl/SenderImpl.java
U         proton-j/proton/src/main/java/org/apache/qpid/proton/messenger/impl/TrackerQueue.java
U         proton-j/proton-api/src/main/resources/proton.py
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/amqp/Binary.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Session.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Transport.java
U         proton-j/proton-api/src/main/java/org/apache/qpid/proton/engine/Connection.java
U         CMakeLists.txt
A         examples/messenger/ruby/client.rb
U         examples/messenger/ruby/recv.rb
A         examples/messenger/ruby/mailserver.rb
U         examples/messenger/ruby/send.rb
U         examples/messenger/c/CMakeLists.txt
At revision 1513552
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson6977384032728867081.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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- Using JNI libraries: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so;/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so
-- 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
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[chug] PROTON-402: [proton-c] Example proton.c with no args causes seg fault
allocate a bigger buffer to hold received message.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 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>
Updating https://svn.apache.org/repos/asf/qpid/proton/trunk at revision '2013-08-09T21:18:31.646 +0000'
U         proton-c/src/proton.c
At revision 1512499
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson2164108474781487401.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux minerva 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[mcpierce] PROTON-400: Perl bindings are installed via CMake.

If the CMake FindPerlLib module fails to set the PERL_VENDORLIB
directory, then our environment will attempt to local that directory
itself.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 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 '2013-08-09T18:57:47.251 +0000'
A         tools/cmake/Modules/WindowsC99SymbolCheck.py
A         tools/cmake/Modules/WindowsC99CheckDef.cmake
U         proton-c/CMakeLists.txt
U         proton-c/bindings/ruby/CMakeLists.txt
U         proton-c/bindings/perl/CMakeLists.txt
U         proton-c/src/codec/codec.c
U         proton-c/src/windows/driver.c
U         proton-c/src/engine/engine.c
U         proton-c/src/platform.c
U         proton-c/src/object/object.c
U         proton-c/src/error.c
U         proton-c/src/platform.h
At revision 1512446
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson5597099770239625171.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux minerva 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
=============
-- 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.5
-- Found Java: /usr/bin/java 
-- Java version: 1.6.0.27. javac is at: /usr/bin/javac
Loading Proton's UseJava module
-- Locations of Bouncycastle 1.47 jars: BOUNCYCASTLE_BCPROV_JAR-NOTFOUND BOUNCYCASTLE_BCPKIX_JAR-NOTFOUND
-- Won't build proton-j-impl because one or more Bouncycastle jars were not found. PROTON_JAR_DEPEND_DIR was: /usr/share/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")
-- 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")
-- Found Perl: /usr/bin/perl 
-- Trying alternative search for Perl
-- PerlLibs Not Found
-- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
CMake Error at proton-c/bindings/ruby/CMakeLists.txt:51 (install):
  install FILES given no DESTINATION!


-- 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
-- Cannot find both Java and Maven: testing disabled for Proton-J and JNI Bindings
-- Configuring incomplete, errors occurred!
Build step 'Execute shell' marked build as failure
Recording test results