See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/63/changes>
Changes: [robbie] QPID-3610: set TCP_NODELAY to true by default, add new system property for changing default, add unit tests for system properties + connection url options. [robbie] QPID-3593: update python Priority Queue tests to use legal values for message priority, since the prior illegal values were preventing them running against the Java broker. Applied patch by Andrew MacBean <[email protected]> [robbie] QPID-3592: ensure that the 'used credit' values are decremented when message transfer commands 'completed' following a message.stop command attempt to restore their credit (to no effect due to the 0 credit limit) when using 0-10 Window credit mode. Add unit test, and break CreditManager dependency on ServerMessages by passing the required size value rather than the message itself. ------------------------------------------ [...truncated 11 lines...] U qpid/java/broker/src/main/java/org/apache/qpid/server/flow/WindowCreditManager.java U qpid/java/broker/src/main/java/org/apache/qpid/server/flow/BytesOnlyCreditManager.java U qpid/java/broker/src/main/java/org/apache/qpid/server/handler/BasicGetMethodHandler.java U qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/Subscription_0_10.java U qpid/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java A qpid/java/common/src/test/java/org/apache/qpid/transport/ConnectionSettingsTest.java U qpid/java/common/src/main/java/org/apache/qpid/configuration/ClientProperties.java U qpid/java/common/src/main/java/org/apache/qpid/transport/ConnectionSettings.java U qpid/java/test-profiles/python_tests/Java010PythonExcludes U qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/BrokerDetails/BrokerDetailsTest.java U qpid/tests/src/py/qpid_tests/broker_0_10/priority.py At revision 1200806 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Could not get all the locks... sleeping for 1 minute [locks-and-latches] Could not get all the locks... sleeping for 1 minute [locks-and-latches] Could not get all the locks... sleeping for 1 minute [locks-and-latches] Could not get all the locks... sleeping for 1 minute [locks-and-latches] Have all the locks, build can start [Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson4202343640819952222.sh configure.ac:513: required file `src/qmf2.pc.in' not found checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for help2man... no checking for doxygen... no checking whether compiler accepts -pedantic... yes checking whether compiler accepts -Wall... yes checking whether compiler accepts -Wextra... yes checking whether compiler accepts -Wno-shadow... yes checking whether compiler accepts -Wpointer-arith... yes checking whether compiler accepts -Wcast-qual... yes checking whether compiler accepts -Wcast-align... yes checking whether compiler accepts -Wno-long-long... yes checking whether compiler accepts -Wvolatile-register-var... yes checking whether compiler accepts -Winvalid-pch... yes checking whether compiler accepts -Wno-system-headers... yes checking whether compiler accepts -Woverloaded-virtual... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for objdir... .libs checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for library containing dlopen... -ldl checking for library containing clock_gettime... -lrt checking for clock_gettime... yes checking for clock_settime... yes checking for valgrind... no checking for rpmlint... no checking for ruby... ruby checking for swig... no configure: WARNING: cannot find 'swig' program. You should look at http://www.swig.org checking for ruby1.8... /usr/bin/ruby1.8 checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYTHON... no configure: WARNING: Couldn't find Python developer libs - you probably don't have a python-dev or python-devel package installed checking for perl... perl checking for "/usr/lib/perl/5.10/CORE/perl.h"... yes checking boost/shared_ptr.hpp usability... yes checking boost/shared_ptr.hpp presence... yes checking for boost/shared_ptr.hpp... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for cpg_local_get in -lcpg... no checking openais/cpg.h usability... no checking openais/cpg.h presence... no checking for openais/cpg.h... no checking corosync/cpg.h usability... no checking corosync/cpg.h presence... no checking for corosync/cpg.h... no checking for cman_is_quorate in -lcman... no checking libcman.h usability... no checking libcman.h presence... no checking for libcman.h... no checking sasl/sasl.h usability... no checking sasl/sasl.h presence... no checking for sasl/sasl.h... no checking for sasl_checkpass in -lsasl2... no checking for saslpasswd2... /usr/sbin/saslpasswd2 checking for _init in -lxerces-c... no checking xercesc/framework/MemBufInputSource.hpp usability... no checking xercesc/framework/MemBufInputSource.hpp presence... no checking for xercesc/framework/MemBufInputSource.hpp... no checking xqilla/xqilla-simple.hpp usability... no checking xqilla/xqilla-simple.hpp presence... no checking for xqilla/xqilla-simple.hpp... no checking for _init in -lxqilla... no checking xqilla/ast/XQEffectiveBooleanValue.hpp usability... no checking xqilla/ast/XQEffectiveBooleanValue.hpp presence... no checking for xqilla/ast/XQEffectiveBooleanValue.hpp... no checking for ibv_create_qp in -libverbs... no checking for rdma_create_id in -lrdmacm... no checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking rdma/rdma_cma.h usability... no checking rdma/rdma_cma.h presence... no checking for rdma/rdma_cma.h... no checking for nspr-config... no checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking port.h usability... no checking port.h presence... no checking for port.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking for library containing acl... no checking for socket in -lsocket... no checking for getipnodebyname in -lnsl... no checking for python version... (cached) 2.6 checking for python platform... (cached) linux2 checking for python script directory... (cached) ${prefix}/lib/python2.6/site-packages checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.6/site-packages configure: creating ./config.status config.status: creating Makefile config.status: creating examples/Makefile config.status: creating examples/old_api/Makefile config.status: creating examples/old_api/direct/Makefile config.status: creating examples/old_api/fanout/Makefile config.status: creating examples/old_api/pub-sub/Makefile config.status: creating examples/old_api/request-response/Makefile config.status: creating examples/old_api/failover/Makefile config.status: creating examples/old_api/xml-exchange/Makefile config.status: creating examples/qmf-console/Makefile config.status: creating examples/old_api/tradedemo/Makefile config.status: creating examples/messaging/Makefile config.status: creating bindings/qpid/Makefile config.status: creating bindings/qpid/ruby/Makefile config.status: creating bindings/qpid/python/Makefile config.status: creating bindings/qpid/perl/Makefile.PL config.status: creating bindings/qpid/dotnet/Makefile config.status: creating bindings/qmf/Makefile config.status: creating bindings/qmf/ruby/Makefile config.status: creating bindings/qmf/python/Makefile config.status: creating bindings/qmf/tests/Makefile config.status: creating bindings/qmf2/Makefile config.status: creating bindings/qmf2/ruby/Makefile config.status: creating bindings/qmf2/python/Makefile config.status: creating bindings/qmf2/examples/cpp/Makefile config.status: creating managementgen/Makefile config.status: creating etc/Makefile config.status: creating src/Makefile config.status: creating src/tests/Makefile config.status: creating src/tests/test_env.sh config.status: creating src/tests/install_env.sh config.status: creating src/qpid.pc config.status: error: cannot find input file: `src/qmf2.pc.in' cd . && /bin/bash <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/build-aux/missing> --run automake-1.11 --foreign configure.ac:513: required file `src/qmf2.pc.in' not found make: *** [Makefile.in] Error 1 cd . && /bin/bash <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/build-aux/missing> --run automake-1.11 --foreign configure.ac:513: required file `src/qmf2.pc.in' not found make: *** [Makefile.in] Error 1 Build step 'Execute shell' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results
