Re-attaching the log as it seems the mailing server rejected the first one.


Adel

________________________________
From: Adel Boutros <[email protected]>
Sent: Thursday, October 19, 2017 6:38:58 PM
To: [email protected]
Subject: Re: [VOTE] Release Apache Qpid Proton 0.18.0


Hello Andrew,


Yes, we are using a gcc which we built without any patching.


Just note that we are using the epoll implementation of the proactor in case it 
might help the analysis.

Please also note that proton compiles successfully on windows and tests are 
fully green (using Visual Studio 2013)


You will find attached the full build log for proton on Linux.


Regards,

Adel

________________________________
From: Andrew Stitcher <[email protected]>
Sent: Thursday, October 19, 2017 6:35:15 PM
To: [email protected]
Subject: Re: [VOTE] Release Apache Qpid Proton 0.18.0

On Thu, 2017-10-19 at 16:25 +0000, Adel Boutros wrote:
> Hello Robbie,
>
>
> It is GCC 4.9.2 on Red Hat Enterprise Linux Server release 6.4

Are you using a custom compiler? As far as I know RHEL6 has gcc 4.4.7.

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

-DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_FLAGS=" -m64 -D_REENTRANT" 
-DCMAKE_CXX_FLAGS=" -m64 -D_REENTRANT -std=c++11" -DENABLE_VALGRIND=FALSE 
-DBUILD_PERL=FALSE -DSASL_IMPL=none -DBUILD_PYTHON=TRUE 
-DPYTHON_EXECUTABLE=/python278/bin/python 
-DPYTHON_LIBRARY=/python278/lib/libpython2.7.so 
-DPYTHON_INCLUDE_DIR=/python278/include/python2.7 
-DCMAKE_BUILD_TYPE=RelWithDebInfo 
-DCMAKE_INSTALL_PREFIX=/target/qpid-proton-rel 
-DOPENSSL_ROOT_DIR=/openssl-1.0.2h
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type is "RelWithDebInfo" (has debug symbols)
-- PN_VERSION: 0.18.0 ()
-- Found OpenSSL: 
/openssl-1.0.2h/lib/libssl.so;/openssl-1.0.2h/lib/libcrypto.so (found version 
"1.0.2h") 
-- Found PythonInterp: /python278/bin/python (found version "2.7.8") 
-- Found SWIG: /usr/bin/swig (found version "1.3.40") 
-- Found CyrusSASL: /usr/lib64/libsasl2.so  
-- 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 strerror_r
-- Looking for strerror_r - found
-- Looking for atoll
-- Looking for atoll - found
-- Found Doxygen: /usr/bin/doxygen (found version "1.7.6.1") 
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for epoll_wait
-- Looking for epoll_wait - found
-- Building the epoll proactor
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Found PythonLibs: /python278/lib/libpython2.7.so (found suitable exact 
version "2.7.8")
-- Found Ruby: /usr/bin/ruby (found version "1.8.7") 
-- Found Perl: /usr/bin/perl (found version "5.10.1") 
-- Could NOT find PerlLibs (missing:  PERL_INCLUDE_PATH) (found version 
"5.10.1")
-- Trying alternative search for Perl
-- Could not find perl.h
-- No Perl devel environment found - skipping Perl bindings
-- The tox tool is not available; skipping the python-tox-tests
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_PERL


-- Build files have been written to: /build-dir/proton
Scanning dependencies of target generated_c_files
[  0%] [  1%] Generating src/encodings.h
Generating src/protocol.h
[  1%] Built target generated_c_files
Scanning dependencies of target py_src_dist
Scanning dependencies of target qpid-proton-core
[  1%] [  2%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/object.c.o
Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/list.c.o
Scanning dependencies of target qpid-proton
[  2%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/object.c.o
[  3%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/list.c.o
[  3%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/map.c.o
[  4%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/string.c.o
[  5%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/map.c.o
[  5%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/iterator.c.o
[  5%] Built target py_src_dist
[  5%] [  6%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/object/record.c.o
Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/string.c.o
[  6%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/log.c.o
[  7%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/util.c.o
[  7%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/error.c.o
[  8%] [  9%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/buffer.c.o
Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/iterator.c.o
[  9%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/types.c.o
[  9%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/object/record.c.o
[ 10%] [ 10%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/framing.c.o
Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/codec.c.o
[ 11%] [ 12%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/log.c.o
Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/decoder.c.o
[ 12%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/encoder.c.o
[ 12%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/util.c.o
[ 13%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/error.c.o
[ 14%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/dispatcher.c.o
[ 14%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/buffer.c.o
[ 14%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/connection_driver.c.o
[ 15%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/engine.c.o
[ 16%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/types.c.o
[ 16%] [ 16%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/framing.c.o
Building C object proton-c/CMakeFiles/qpid-proton.dir/src/core/event.c.o
[ 17%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/codec.c.o
[ 18%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/autodetect.c.o
[ 19%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/transport.c.o
[ 19%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/core/message.c.o
[ 20%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/sasl/sasl.c.o
[ 20%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/sasl/default_sasl.c.o
[ 21%] [ 21%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/sasl/cyrus_stub.c.o
Building C object proton-c/CMakeFiles/qpid-proton-core.dir/src/core/decoder.c.o
[ 21%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/ssl/openssl.c.o
[ 22%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/encoder.c.o
[ 23%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/dispatcher.c.o
[ 23%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/connection_driver.c.o
[ 24%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/engine.c.o
[ 24%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/event.c.o
[ 25%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/proactor/epoll.c.o
[ 26%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/autodetect.c.o
[ 26%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/transport.c.o
[ 26%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/proactor/proactor-internal.c.o
[ 27%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/core/message.c.o
[ 28%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/extra/url.c.o
[ 28%] [ 29%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/reactor.c.o
Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/handler.c.o
[ 29%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/sasl/sasl.c.o
[ 29%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/connection.c.o
[ 30%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/acceptor.c.o
[ 31%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/sasl/default_sasl.c.o
[ 31%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/selectable.c.o
[ 32%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/timer.c.o
[ 32%] Building C object 
proton-c/CMakeFiles/qpid-proton-core.dir/src/sasl/cyrus_stub.c.o
[ 33%] [ 33%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/handlers/handshaker.c.o
Building C object proton-c/CMakeFiles/qpid-proton-core.dir/src/ssl/openssl.c.o
[ 34%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/handlers/iohandler.c.o
[ 34%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/handlers/flowcontroller.c.o
[ 35%] [ 35%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/messenger/messenger.c.o
Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/messenger/subscription.c.o
[ 36%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/messenger/store.c.o
[ 37%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/messenger/transform.c.o
[ 37%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/platform/platform.c.o
[ 38%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/io/posix/io.c.o
[ 38%] Building C object 
proton-c/CMakeFiles/qpid-proton.dir/src/reactor/io/posix/selector.c.o
Linking C shared library libqpid-proton.so
[ 40%] Built target qpid-proton
Scanning dependencies of target msgr-recv
Linking C shared library libqpid-proton-core.so
Scanning dependencies of target msgr-send
[ 41%] Building C object 
tests/tools/apps/c/CMakeFiles/msgr-send.dir/msgr-send.c.o
Scanning dependencies of target reactor-recv
[ 42%] Building C object 
tests/tools/apps/c/CMakeFiles/msgr-recv.dir/msgr-recv.c.o
[ 43%] Building C object 
tests/tools/apps/c/CMakeFiles/reactor-recv.dir/reactor-recv.c.o
[ 43%] Building C object 
tests/tools/apps/c/CMakeFiles/msgr-recv.dir/msgr-common.c.o
[ 44%] Built target qpid-proton-core
[ 44%] Building C object 
tests/tools/apps/c/CMakeFiles/msgr-send.dir/msgr-common.c.o
Linking C executable msgr-recv
Scanning dependencies of target reactor-send
[ 45%] Building C object 
tests/tools/apps/c/CMakeFiles/reactor-send.dir/reactor-send.c.o
[ 45%] Building C object 
tests/tools/apps/c/CMakeFiles/reactor-recv.dir/msgr-common.c.o
[ 45%] Built target msgr-recv
[ 45%] Linking C executable msgr-send
Building C object tests/tools/apps/c/CMakeFiles/reactor-send.dir/msgr-common.c.o
Linking C executable reactor-recv
[ 45%] Swig source
[ 45%] [ 45%] Built target reactor-recv
Built target msgr-send
Scanning dependencies of target c-condition-tests
Linking C executable reactor-send
Scanning dependencies of target c-connection-driver-tests
[ 46%] Building C object 
proton-c/src/tests/CMakeFiles/c-connection-driver-tests.dir/connection_driver.c.o
[ 46%] Building C object 
proton-c/src/tests/CMakeFiles/c-condition-tests.dir/condition.c.o
[ 46%] Built target reactor-send
Scanning dependencies of target c-data-tests
Linking C executable c-condition-tests
[ 46%] Building C object proton-c/src/tests/CMakeFiles/c-data-tests.dir/data.c.o
[ 46%] Linking C executable c-connection-driver-tests
Built target c-condition-tests
Scanning dependencies of target c-engine-tests
[ 46%] Building C object 
proton-c/src/tests/CMakeFiles/c-engine-tests.dir/engine.c.o
[ 46%] Linking C executable c-data-tests
Built target c-connection-driver-tests
Scanning dependencies of target c-event-tests
[ 47%] Building C object 
proton-c/src/tests/CMakeFiles/c-event-tests.dir/event.c.o
Linking C executable c-engine-tests
[ 47%] Built target c-data-tests
Linking C executable c-event-tests
Scanning dependencies of target c-message-tests
[ 47%] [ 47%] Building C object 
proton-c/src/tests/CMakeFiles/c-message-tests.dir/message.c.o
Built target c-engine-tests
[ 47%] Linking C executable c-message-tests
Built target c-event-tests
Scanning dependencies of target c-object-tests
Scanning dependencies of target c-parse-url-tests
[ 48%] Building C object 
proton-c/src/tests/CMakeFiles/c-object-tests.dir/object.c.o
[ 48%] Building C object 
proton-c/src/tests/CMakeFiles/c-parse-url-tests.dir/parse-url.c.o
[ 48%] Built target c-message-tests
Scanning dependencies of target c-proactor-tests
[ 49%] Building C object 
proton-c/src/tests/CMakeFiles/c-proactor-tests.dir/proactor.c.o
Linking C executable c-parse-url-tests
Linking C executable c-object-tests
[ 49%] [ 49%] Built target c-object-tests
Built target c-parse-url-tests
Scanning dependencies of target c-refcount-tests
Scanning dependencies of target qpid-proton-proactor
[ 50%] Building C object 
proton-c/src/tests/CMakeFiles/c-refcount-tests.dir/refcount.c.o
[ 51%] Building C object 
proton-c/CMakeFiles/qpid-proton-proactor.dir/src/proactor/epoll.c.o
Linking C executable c-refcount-tests
[ 51%] Built target c-refcount-tests
[ 52%] Building C object 
proton-c/CMakeFiles/qpid-proton-proactor.dir/src/proactor/proactor-internal.c.o
Scanning dependencies of target _cproton
[ 53%] Linking C shared library libqpid-proton-proactor.so
Building C object 
proton-c/bindings/python/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c.o
Linking C executable c-proactor-tests
[ 53%] Built target qpid-proton-proactor
[ 53%] Built target c-proactor-tests
Scanning dependencies of target c-broker
[ 54%] Scanning dependencies of target c-direct
Building C object examples/c/CMakeFiles/c-broker.dir/broker.c.o
[ 55%] Building C object examples/c/CMakeFiles/c-direct.dir/direct.c.o
Linking C executable broker
Scanning dependencies of target qpid-proton-cpp
[ 55%] Built target c-broker
Scanning dependencies of target c-receive
[ 55%] Linking C executable direct
Building C object examples/c/CMakeFiles/c-receive.dir/receive.c.o
[ 55%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/binary.cpp.o
[ 55%] Linking C executable receive
Built target c-direct
Scanning dependencies of target c-send
[ 55%] [ 55%] Built target c-receive
Building C object examples/c/CMakeFiles/c-send.dir/send.c.o
Scanning dependencies of target c-send-abort
[ 56%] Building C object examples/c/CMakeFiles/c-send-abort.dir/send-abort.c.o
Linking C executable send
[ 57%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/byte_array.cpp.o
Linking C executable send-abort
[ 57%] Built target c-send
Scanning dependencies of target c-send-ssl
[ 57%] Building C object examples/c/CMakeFiles/c-send-ssl.dir/send-ssl.c.o
[ 57%] Built target c-send-abort
[ 57%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/map.cpp.o
Linking C executable send-ssl
[ 57%] Built target c-send-ssl
[ 58%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/connection.cpp.o
[ 58%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/connection_options.cpp.o
[ 59%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/container.cpp.o
[ 59%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/proactor_container_impl.cpp.o
[ 60%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/contexts.cpp.o
[ 60%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/data.cpp.o
[ 61%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/decimal.cpp.o
[ 62%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/decoder.cpp.o
[ 62%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/delivery.cpp.o
[ 63%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/duration.cpp.o
[ 63%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/encoder.cpp.o
[ 64%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/endpoint.cpp.o
[ 64%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/error.cpp.o
[ 65%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/error_condition.cpp.o
[ 65%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/handler.cpp.o
[ 66%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/io/connection_driver.cpp.o
[ 66%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/io/link_namer.cpp.o
[ 67%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/link.cpp.o
[ 67%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/listener.cpp.o
Linking C shared module _cproton.so
[ 67%] Built target _cproton
[ 68%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/message.cpp.o
[ 68%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/messaging_adapter.cpp.o
[ 69%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/node_options.cpp.o
[ 69%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/object.cpp.o
[ 70%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/proton_bits.cpp.o
[ 70%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/receiver.cpp.o
[ 71%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/receiver_options.cpp.o
[ 71%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/reconnect_options.cpp.o
[ 72%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/returned.cpp.o
[ 73%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/sasl.cpp.o
[ 73%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/scalar_base.cpp.o
[ 74%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/sender.cpp.o
[ 74%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/sender_options.cpp.o
[ 75%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/session.cpp.o
[ 75%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/session_options.cpp.o
[ 76%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/source.cpp.o
[ 76%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/ssl.cpp.o
[ 77%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/ssl_domain.cpp.o
[ 77%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/target.cpp.o
[ 78%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/terminus.cpp.o
[ 78%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/timestamp.cpp.o
[ 79%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/tracker.cpp.o
[ 79%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/transfer.cpp.o
[ 80%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/transport.cpp.o
[ 80%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/type_id.cpp.o
[ 81%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/url.cpp.o
[ 81%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/uuid.cpp.o
[ 82%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/value.cpp.o
[ 82%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/work_queue.cpp.o
Linking CXX shared library libqpid-proton-cpp.so
[ 82%] Built target qpid-proton-cpp
Scanning dependencies of target codec_test
Scanning dependencies of target interop_test
[ 83%] [ 83%] Scanning dependencies of target container_test
Building CXX object 
proton-c/bindings/cpp/CMakeFiles/interop_test.dir/src/interop_test.cpp.o
Scanning dependencies of target connection_driver_test
[ 83%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/codec_test.dir/src/codec_test.cpp.o
Building CXX object 
proton-c/bindings/cpp/CMakeFiles/container_test.dir/src/container_test.cpp.o
[ 84%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/connection_driver_test.dir/src/connection_driver_test.cpp.o
Linking CXX executable interop_test
[ 84%] Built target interop_test
Scanning dependencies of target map_test
[ 84%] Linking CXX executable container_test
Building CXX object 
proton-c/bindings/cpp/CMakeFiles/map_test.dir/src/map_test.cpp.o
[ 84%] Built target container_test
Scanning dependencies of target message_test
[ 84%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/message_test.dir/src/message_test.cpp.o
Linking CXX executable codec_test
[ 84%] Built target codec_test
Scanning dependencies of target reconnect_test
[ 85%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/reconnect_test.dir/src/reconnect_test.cpp.o
Linking CXX executable connection_driver_test
[ 85%] Built target connection_driver_test
Scanning dependencies of target scalar_test
[ 85%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/scalar_test.dir/src/scalar_test.cpp.o
Linking CXX executable map_test
[ 85%] Built target map_test
Scanning dependencies of target url_test
[ 86%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/url_test.dir/src/url_test.cpp.o
Linking CXX executable reconnect_test
[ 86%] Built target reconnect_test
Scanning dependencies of target value_test
[ 87%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/value_test.dir/src/value_test.cpp.o
Linking CXX executable url_test
[ 87%] Built target url_test
Scanning dependencies of target reactor_send_cpp
[ 88%] Building CXX object 
tests/tools/apps/cpp/CMakeFiles/reactor_send_cpp.dir/reactor_send.cpp.o
Linking CXX executable message_test
[ 88%] Built target message_test
Scanning dependencies of target broker
[ 88%] Building CXX object examples/cpp/CMakeFiles/broker.dir/broker.cpp.o
Linking CXX executable reactor_send_cpp
[ 88%] Built target reactor_send_cpp
Scanning dependencies of target client
[ 89%] Building CXX object examples/cpp/CMakeFiles/client.dir/client.cpp.o
Linking CXX executable client
[ 89%] Built target client
Scanning dependencies of target connection_options
[ 90%] Building CXX object 
examples/cpp/CMakeFiles/connection_options.dir/connection_options.cpp.o
Linking CXX executable broker
[ 90%] Built target broker
Scanning dependencies of target direct_recv
[ 91%] Building CXX object 
examples/cpp/CMakeFiles/direct_recv.dir/direct_recv.cpp.o
Linking CXX executable connection_options
[ 91%] Built target connection_options
Scanning dependencies of target direct_send
[ 91%] Building CXX object 
examples/cpp/CMakeFiles/direct_send.dir/direct_send.cpp.o
Linking CXX executable direct_recv
[ 91%] Built target direct_recv
Scanning dependencies of target encode_decode
[ 92%] Building CXX object 
examples/cpp/CMakeFiles/encode_decode.dir/encode_decode.cpp.o
Linking CXX executable direct_send
[ 92%] Built target direct_send
Scanning dependencies of target flow_control
[ 92%] Building CXX object 
examples/cpp/CMakeFiles/flow_control.dir/flow_control.cpp.o
Linking CXX executable flow_control
[ 92%] Built target flow_control
Scanning dependencies of target helloworld
[ 93%] Linking CXX executable encode_decode
Building CXX object examples/cpp/CMakeFiles/helloworld.dir/helloworld.cpp.o
[ 93%] Built target encode_decode
Scanning dependencies of target helloworld_direct
[ 93%] Building CXX object 
examples/cpp/CMakeFiles/helloworld_direct.dir/helloworld_direct.cpp.o
Linking CXX executable helloworld
[ 93%] Built target helloworld
Scanning dependencies of target message_properties
[ 94%] Building CXX object 
examples/cpp/CMakeFiles/message_properties.dir/message_properties.cpp.o
Linking CXX executable helloworld_direct
[ 94%] Built target helloworld_direct
Scanning dependencies of target multithreaded_client
[ 95%] Building CXX object 
examples/cpp/CMakeFiles/multithreaded_client.dir/multithreaded_client.cpp.o
Linking CXX executable message_properties
[ 95%] Built target message_properties
Scanning dependencies of target multithreaded_client_flow_control
[ 95%] Building CXX object 
examples/cpp/CMakeFiles/multithreaded_client_flow_control.dir/multithreaded_client_flow_control.cpp.o
Linking CXX executable multithreaded_client
[ 95%] Built target multithreaded_client
Scanning dependencies of target queue_browser
[ 95%] Building CXX object 
examples/cpp/CMakeFiles/queue_browser.dir/queue_browser.cpp.o
Linking CXX executable queue_browser
[ 95%] Built target queue_browser
Scanning dependencies of target reconnect_client
[ 95%] Building CXX object 
examples/cpp/CMakeFiles/reconnect_client.dir/reconnect_client.cpp.o
Linking CXX executable multithreaded_client_flow_control
[ 95%] Built target multithreaded_client_flow_control
Scanning dependencies of target scheduled_send
[ 96%] Building CXX object 
examples/cpp/CMakeFiles/scheduled_send.dir/scheduled_send.cpp.o
Linking CXX executable reconnect_client
[ 96%] Built target reconnect_client
Scanning dependencies of target scheduled_send_03
[ 96%] Building CXX object 
examples/cpp/CMakeFiles/scheduled_send_03.dir/scheduled_send_03.cpp.o
Linking CXX executable scheduled_send
[ 96%] Built target scheduled_send
Scanning dependencies of target selected_recv
[ 97%] Building CXX object 
examples/cpp/CMakeFiles/selected_recv.dir/selected_recv.cpp.o
Linking CXX executable scheduled_send_03
[ 97%] Built target scheduled_send_03
Scanning dependencies of target server
[ 97%] Building CXX object examples/cpp/CMakeFiles/server.dir/server.cpp.o
Linking CXX executable selected_recv
[ 97%] Built target selected_recv
Scanning dependencies of target server_direct
[ 98%] Building CXX object 
examples/cpp/CMakeFiles/server_direct.dir/server_direct.cpp.o
Linking CXX executable server
[ 98%] Built target server
Scanning dependencies of target service_bus
[ 98%] Building CXX object 
examples/cpp/CMakeFiles/service_bus.dir/service_bus.cpp.o
Linking CXX executable server_direct
[ 98%] Built target server_direct
Scanning dependencies of target simple_recv
[ 99%] Building CXX object 
examples/cpp/CMakeFiles/simple_recv.dir/simple_recv.cpp.o
Linking CXX executable service_bus
[ 99%] Built target service_bus
Scanning dependencies of target simple_send
[ 99%] Building CXX object 
examples/cpp/CMakeFiles/simple_send.dir/simple_send.cpp.o
Linking CXX executable simple_recv
[ 99%] Built target simple_recv
Linking CXX executable scalar_test
Scanning dependencies of target ssl
[100%] Building CXX object examples/cpp/CMakeFiles/ssl.dir/ssl.cpp.o
[100%] Built target scalar_test
Scanning dependencies of target ssl_client_cert
[100%] Building CXX object 
examples/cpp/CMakeFiles/ssl_client_cert.dir/ssl_client_cert.cpp.o
Linking CXX executable simple_send
[100%] Built target simple_send
Linking CXX executable ssl
Linking CXX executable ssl_client_cert
[100%] Built target ssl
[100%] Built target ssl_client_cert
Linking CXX executable value_test
[100%] Built target value_test
UpdateCTestConfiguration  from :/build-dir/proton/DartConfiguration.tcl
Parse Config file:/build-dir/proton/DartConfiguration.tcl
UpdateCTestConfiguration  from :/build-dir/proton/DartConfiguration.tcl
Parse Config file:/build-dir/proton/DartConfiguration.tcl
Test project /build-dir/proton
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: python-test

1: Test command: /python278/bin/python 
"/qpid-proton-0.18.0-rc1/proton-c/env.py" 
"PATH=/build-dir/proton/proton-c:/build-dir/proton/tests/tools/apps/c:/qpid-proton-0.18.0-rc1/tests/tools/apps/python:/usr/local/java/jdk1.8.0_111-x64/bin:/python278/bin:/usr/local/java/jdk1.8.0_111/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/tools:/nfs_tools/common/maven/maven-3.0.3-mx1/bin"
 
"PYTHONPATH=/qpid-proton-0.18.0-rc1/tests/python:/qpid-proton-0.18.0-rc1/proton-c/bindings/python:/build-dir/proton/proton-c/bindings/python:/build-dir/proton/proton-c/bindings/python"
 "CLASSPATH=/build-dir/proton/proton-j/proton-j.jar" 
"SASLPASSWD=/usr/sbin/saslpasswd2" "/python278/bin/python" 
"/qpid-proton-0.18.0-rc1/tests/python/proton-test"
1: Test timeout computed to be: 1500
1: proton_tests.codec.DataTest.testBinary .................................. 
pass
1: proton_tests.codec.DataTest.testBuffer .................................. 
pass
1: proton_tests.codec.DataTest.testByte .................................... 
pass
1: proton_tests.codec.DataTest.testByteArray ............................... 
pass
1: proton_tests.codec.DataTest.testChar .................................... 
pass
1: proton_tests.codec.DataTest.testCopy .................................... 
pass
1: proton_tests.codec.DataTest.testCopyNested .............................. 
pass
1: proton_tests.codec.DataTest.testCopyNestedArray ......................... 
pass
1: proton_tests.codec.DataTest.testDecimal128 .............................. 
pass
1: proton_tests.codec.DataTest.testDecimal32 ............................... 
pass
1: proton_tests.codec.DataTest.testDecimal64 ............................... 
pass
1: proton_tests.codec.DataTest.testDescribedEmptyArray ..................... 
pass
1: proton_tests.codec.DataTest.testDescribedStringArray .................... 
pass
1: proton_tests.codec.DataTest.testDouble .................................. 
pass
1: proton_tests.codec.DataTest.testEmptyArray .............................. 
pass
1: proton_tests.codec.DataTest.testEnterExit ............................... 
pass
1: proton_tests.codec.DataTest.testFloat ................................... 
pass
1: proton_tests.codec.DataTest.testInt ..................................... 
pass
1: proton_tests.codec.DataTest.testIntArray ................................ 
pass
1: proton_tests.codec.DataTest.testLong .................................... 
pass
1: proton_tests.codec.DataTest.testLongArray ............................... 
pass
1: proton_tests.codec.DataTest.testLookup .................................. 
pass
1: proton_tests.codec.DataTest.testMemoryView .............................. 
pass
1: proton_tests.codec.DataTest.testNestedNext .............................. 
pass
1: proton_tests.codec.DataTest.testRoundTrip ............................... 
pass
1: proton_tests.codec.DataTest.testShort ................................... 
pass
1: proton_tests.codec.DataTest.testShortArray .............................. 
pass
1: proton_tests.codec.DataTest.testString .................................. 
pass
1: proton_tests.codec.DataTest.testStringArray ............................. 
pass
1: proton_tests.codec.DataTest.testSymbol .................................. 
pass
1: proton_tests.codec.DataTest.testTimestamp ............................... 
pass
1: proton_tests.codec.DataTest.testTopLevelNext ............................ 
pass
1: proton_tests.codec.DataTest.testUUID .................................... 
pass
1: proton_tests.codec.DataTest.testUUIDArray ............................... 
pass
1: proton_tests.codec.DataTest.testUbyte ................................... 
pass
1: proton_tests.codec.DataTest.testUbyteArray .............................. 
pass
1: proton_tests.codec.DataTest.testUint .................................... 
pass
1: proton_tests.codec.DataTest.testUintArray ............................... 
pass
1: proton_tests.codec.DataTest.testUlong ................................... 
pass
1: proton_tests.codec.DataTest.testUlongArray .............................. 
pass
1: proton_tests.codec.DataTest.testUshort .................................. 
pass
1: proton_tests.codec.DataTest.testUshortArray ............................. 
pass
1: proton_tests.engine.ConnectionTest.test_capabilities .................... 
pass
1: proton_tests.engine.ConnectionTest.test_channel_max_high ................ 
pass
1: proton_tests.engine.ConnectionTest.test_channel_max_limits_sessions ..... 
pass
1: proton_tests.engine.ConnectionTest.test_channel_max_low ................. 
pass
1: [0x14d3d10]:Cannot change local channel-max after OPEN frame sent.
1: proton_tests.engine.ConnectionTest.test_channel_max_raise_and_lower ..... 
pass
1: proton_tests.engine.ConnectionTest.test_cleanup ......................... 
pass
1: proton_tests.engine.ConnectionTest.test_condition ....................... 
pass
1: proton_tests.engine.ConnectionTest.test_open_close ...................... 
pass
1: proton_tests.engine.ConnectionTest.test_properties ...................... 
pass
1: proton_tests.engine.ConnectionTest.test_simultaneous_open_close ......... 
pass
1: proton_tests.engine.ConnectionTest.test_user_config ..................... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseConnectionConnection . 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseConnectionLink ....... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseConnectionSession .... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseLinkConnection ....... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseLinkLink ............. 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseLinkSession .......... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseSessionConnection .... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseSessionLink .......... 
pass
1: proton_tests.engine.CreditTest.testBufferingOnCloseSessionSession ....... 
pass
1: proton_tests.engine.CreditTest.testCreditReceiver ....................... 
pass
1: proton_tests.engine.CreditTest.testCreditSender ......................... 
pass
1: proton_tests.engine.CreditTest.testDrainFlow ............................ 
pass
1: proton_tests.engine.CreditTest.testDrainOrder ........................... 
pass
1: proton_tests.engine.CreditTest.testDrainZero ............................ 
pass
1: proton_tests.engine.CreditTest.testFullDrain ............................ 
pass
1: proton_tests.engine.CreditTest.testHeadOfLineBlocking ................... 
pass
1: proton_tests.engine.CreditTest.testNegative ............................. 
pass
1: proton_tests.engine.CreditTest.testPartialDrain ......................... 
pass
1: proton_tests.engine.CreditTest.testPushback ............................. 
pass
1: proton_tests.engine.DeliverySegFaultTest.testDeliveryAfterUnbind ........ 
pass
1: proton_tests.engine.DeliveryTest.testCustom ............................. 
pass
1: proton_tests.engine.DeliveryTest.testDisposition ........................ 
pass
1: proton_tests.engine.DeliveryTest.testModified ........................... 
pass
1: proton_tests.engine.DeliveryTest.testReceived ........................... 
pass
1: proton_tests.engine.DeliveryTest.testRejected ........................... 
pass
1: proton_tests.engine.DeliveryTest.testReleased ........................... 
pass
1: proton_tests.engine.EventTest.testConnectionBOUND_UNBOUND ............... 
pass
1: proton_tests.engine.EventTest.testConnectionINIT_FINAL .................. 
pass
1: proton_tests.engine.EventTest.testDeliveryEvents ........................ 
pass
1: proton_tests.engine.EventTest.testDeliveryEventsDisp .................... 
pass
1: proton_tests.engine.EventTest.testEndpointEvents ........................ 
pass
1: proton_tests.engine.EventTest.testFlowEvents ............................ 
pass
1: proton_tests.engine.EventTest.testLinkDetach ............................ 
pass
1: proton_tests.engine.EventTest.testLinkINIT_FINAL ........................ 
pass
1: proton_tests.engine.EventTest.testSessionINIT_FINAL ..................... 
pass
1: proton_tests.engine.EventTest.testTransportCLOSED ....................... 
pass
1: proton_tests.engine.EventTest.testTransportERROR_CLOSE .................. 
pass
1: proton_tests.engine.IdleTimeoutEventTest.testTimeoutWithZombieServer .... 
pass
1: proton_tests.engine.IdleTimeoutEventTest. \
1:     testTimeoutWithZombieServerAndSASL .................................. 
pass
1: proton_tests.engine.IdleTimeoutTest.testGetSet .......................... 
pass
1: proton_tests.engine.IdleTimeoutTest.testTimeout ......................... 
pass
1: proton_tests.engine.LinkTest.test_cleanup ............................... 
pass
1: proton_tests.engine.LinkTest.test_closing_connection .................... 
pass
1: proton_tests.engine.LinkTest.test_closing_session ....................... 
pass
1: proton_tests.engine.LinkTest.test_condition ............................. 
pass
1: proton_tests.engine.LinkTest.test_coordinator ........................... 
pass
1: proton_tests.engine.LinkTest.test_distribution_mode ..................... 
pass
1: proton_tests.engine.LinkTest.test_dynamic_link .......................... 
pass
1: proton_tests.engine.LinkTest.test_max_message_size ...................... 
pass
1: proton_tests.engine.LinkTest.test_multiple .............................. 
pass
1: proton_tests.engine.LinkTest.test_open_close ............................ 
pass
1: proton_tests.engine.LinkTest.test_settle_mode ........................... 
pass
1: proton_tests.engine.LinkTest.test_simultaneous_open_close ............... 
pass
1: proton_tests.engine.LinkTest.test_source ................................ 
pass
1: proton_tests.engine.LinkTest.test_source_target ......................... 
pass
1: proton_tests.engine.LinkTest.test_source_target_full .................... 
pass
1: proton_tests.engine.LinkTest.test_target ................................ 
pass
1: proton_tests.engine.MaxFrameTransferTest.testBigMessage ................. 
pass
1: proton_tests.engine.MaxFrameTransferTest.testMinFrame ................... 
pass
1: proton_tests.engine.MaxFrameTransferTest.testOddFrame ................... 
pass
1: proton_tests.engine.MaxFrameTransferTest. \
1:     testSendQueuedMultiFrameMessages .................................... 
pass
1: proton_tests.engine.MaxFrameTransferTest. \
1:     testSendQueuedMultiFrameMessagesThenSingleFrameMessage .............. 
pass
1: proton_tests.engine.PipelineTest.test ................................... 
pass
1: proton_tests.engine.SaslEventTest.testAnonymousNoInitialResponse ........ 
pass
1: proton_tests.engine.SaslEventTest.testPipelinedServerReadFirst .......... 
pass
1: proton_tests.engine.SaslEventTest.testPipelinedServerWriteFirst ......... 
pass
1: proton_tests.engine.ServerTest.testIdleTimeout .......................... 
pass
1: proton_tests.engine.ServerTest.testKeepalive ............................ 
pass
1: proton_tests.engine.SessionCreditTest.testBuffering ..................... 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize1023 ............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize1025 ............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize1059 ............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize16 ............... 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize2048 ............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize256 .............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize512 .............. 
pass
1: proton_tests.engine.SessionCreditTest.testBufferingSize989 .............. 
pass
1: proton_tests.engine.SessionCreditTest.testCreditWithBuffering ........... 
pass
1: proton_tests.engine.SessionTest.test_cleanup ............................ 
pass
1: proton_tests.engine.SessionTest.test_closing_connection ................. 
pass
1: proton_tests.engine.SessionTest.test_condition .......................... 
pass
1: proton_tests.engine.SessionTest.test_open_close ......................... 
pass
1: proton_tests.engine.SessionTest. \
1:     test_reopen_on_same_session_without_free ............................ 
pass
1: proton_tests.engine.SessionTest.test_set_get_outgoing_window ............ 
pass
1: proton_tests.engine.SessionTest.test_simultaneous_close ................. 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled ................ 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled1K2K ............ 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled2K1K ............ 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled2K2K ............ 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled4K1K ............ 
pass
1: proton_tests.engine.SettlementTest.testMultipleUnsettled4K2K ............ 
pass
1: proton_tests.engine.SettlementTest.testSettleCurrent .................... 
pass
1: proton_tests.engine.SettlementTest.testUnsettled ........................ 
pass
1: proton_tests.engine.TeardownLeakTest.testLeak ........................... 
pass
1: proton_tests.engine.TeardownLeakTest.testLocalLeak ...................... 
pass
1: proton_tests.engine.TeardownLeakTest.testLocalRemoteLeak ................ 
pass
1: proton_tests.engine.TeardownLeakTest.testRemoteLeak ..................... 
pass
1: proton_tests.engine.TransferTest.test_cleanup ........................... 
pass
1: proton_tests.engine.TransferTest.test_delivery_id_ordering .............. 
pass
1: proton_tests.engine.TransferTest.test_disposition ....................... 
pass
1: proton_tests.engine.TransferTest.test_multiframe ........................ 
pass
1: proton_tests.engine.TransferTest.test_work_queue ........................ 
pass
1: proton_tests.handler.HandlerTest.test_add_handler ....................... 
pass
1: proton_tests.handler.HandlerTest.test_add_root .......................... 
pass
1: proton_tests.handler.HandlerTest.test_append_handler .................... 
pass
1: proton_tests.handler.HandlerTest.test_append_root ....................... 
pass
1: proton_tests.handler.HandlerTest.test_reactorHandlerCycling ............. 
pass
1: proton_tests.handler.HandlerTest.test_reactorHandlerCycling100 .......... 
pass
1: proton_tests.handler.HandlerTest.test_reactorHandlerCycling10k .......... 
pass
1: proton_tests.handler.HandlerTest.test_set_handler ....................... 
pass
1: proton_tests.handler.HandlerTest.test_set_root .......................... 
pass
1: proton_tests.interop.InteropTest.test_arrays ............................ 
pass
1: proton_tests.interop.InteropTest.test_described ......................... 
pass
1: proton_tests.interop.InteropTest.test_described_array ................... 
pass
1: proton_tests.interop.InteropTest.test_lists ............................. 
pass
1: proton_tests.interop.InteropTest.test_maps .............................. 
pass
1: proton_tests.interop.InteropTest.test_message ........................... 
pass
1: proton_tests.interop.InteropTest.test_primitives ........................ 
pass
1: proton_tests.interop.InteropTest.test_strings ........................... 
pass
1: proton_tests.message.AccessorsTest.testAddress .......................... 
pass
1: proton_tests.message.AccessorsTest.testContentEncoding .................. 
pass
1: proton_tests.message.AccessorsTest.testContentType ...................... 
pass
1: proton_tests.message.AccessorsTest.testCorrelationId .................... 
pass
1: proton_tests.message.AccessorsTest.testCreationTime ..................... 
pass
1: proton_tests.message.AccessorsTest.testDeliveryCount .................... 
pass
1: proton_tests.message.AccessorsTest.testDurable .......................... 
pass
1: proton_tests.message.AccessorsTest.testExpiryTime ....................... 
pass
1: proton_tests.message.AccessorsTest.testFirstAquirer ..................... 
pass
1: proton_tests.message.AccessorsTest.testGroupId .......................... 
pass
1: proton_tests.message.AccessorsTest.testGroupSequence .................... 
pass
1: proton_tests.message.AccessorsTest.testId ............................... 
pass
1: proton_tests.message.AccessorsTest.testPriority ......................... 
pass
1: proton_tests.message.AccessorsTest.testReplyTo .......................... 
pass
1: proton_tests.message.AccessorsTest.testReplyToGroupId ................... 
pass
1: proton_tests.message.AccessorsTest.testSubject .......................... 
pass
1: proton_tests.message.AccessorsTest.testTtl .............................. 
pass
1: proton_tests.message.AccessorsTest.testUserId ........................... 
pass
1: proton_tests.message.CodecTest.testRoundTrip ............................ 
pass
1: proton_tests.reactor.ApplicationEventTest.test_application_events ....... 
pass
1: proton_tests.reactor.ContainerTest. \
1:     test_authentication_via_container_attributes ........................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_authentication_via_kwargs ....... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_authentication_via_url .......... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_event_has_container_attribute ... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_no_virtual_host ................. 
pass
1: proton_tests.reactor.ContainerTest.test_non_numeric_hostname ............ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_numeric_hostname ................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ContainerTest.test_virtual_host .................... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.reactor.ExceptionTest.test_connection ...................... 
pass
1: proton_tests.reactor.ExceptionTest.test_connection_add .................. 
pass
1: proton_tests.reactor.ExceptionTest.test_connection_set .................. 
pass
1: proton_tests.reactor.ExceptionTest.test_global_add ...................... 
pass
1: proton_tests.reactor.ExceptionTest.test_global_set ...................... 
pass
1: proton_tests.reactor.ExceptionTest.test_link_add ........................ 
pass
1: proton_tests.reactor.ExceptionTest.test_link_set ........................ 
pass
1: proton_tests.reactor.ExceptionTest.test_reactor_add ..................... 
pass
1: proton_tests.reactor.ExceptionTest.test_reactor_final ................... 
pass
1: proton_tests.reactor.ExceptionTest.test_reactor_set ..................... 
pass
1: proton_tests.reactor.ExceptionTest.test_schedule ........................ 
pass
1: proton_tests.reactor.ExceptionTest.test_schedule_cancel ................. 
pass
1: proton_tests.reactor.ExceptionTest.test_schedule_cancel_many ............ 
pass
1: proton_tests.reactor.ExceptionTest.test_schedule_many_nothing_refs ...... 
pass
1: proton_tests.reactor.ExceptionTest. \
1:     test_schedule_many_nothing_refs_cancel_before_run ................... 
pass
1: proton_tests.reactor.ExceptionTest.test_schedule_many_nothings .......... 
pass
1: proton_tests.reactor.ExceptionTest.test_session_add ..................... 
pass
1: proton_tests.reactor.ExceptionTest.test_session_set ..................... 
pass
1: proton_tests.sasl.SASLEventTest.testDisallowedMechClient ................ 
pass
1: proton_tests.sasl.SASLEventTest.testDisallowedMechServer ................ 
pass
1: proton_tests.sasl.SASLEventTest.testDisallowedPlainClient ............... 
pass
1: proton_tests.sasl.SASLEventTest.testDisallowedPlainServer ............... 
pass
1: proton_tests.sasl.SASLEventTest.testFailedAuthenticationClient .......... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLEventTest.testFailedAuthenticationServer .......... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLEventTest.testNoMechClient ........................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLEventTest.testNoMechServer ........................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLEventTest.testNormalAuthenticationClient .......... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLEventTest.testNormalAuthenticationServer .......... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLMechTest.testANON ................................. 
pass
1: proton_tests.sasl.SASLMechTest.testCRAMMD5 .............................. 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLMechTest.testDIGESTMD5 ............................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLMechTest.testPLAIN ................................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLMechTest.testPLAINClientFail ...................... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SASLMechTest.testPLAINfail ............................ 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.sasl.SSLSASLTest.testSSLExternalSimple ..................... 
pass
1: proton_tests.sasl.SSLSASLTest.testSSLExternalSimpleFail ................. 
pass
1: proton_tests.sasl.SSLSASLTest.testSSLPlainSimple ........................ 
skip
1:   Skipped: Simple SASL server does not support PLAIN
1: proton_tests.sasl.SSLSASLTest.testSSLPlainSimpleFail .................... 
skip
1:   Skipped: Simple SASL server does not support PLAIN
1: proton_tests.sasl.SaslTest.testFracturedSASL ............................ 
pass
1: proton_tests.sasl.SaslTest.testIllegalProtocolLayering .................. 
pass
1: proton_tests.sasl.SaslTest.testMechNotFound ............................. 
pass
1: proton_tests.sasl.SaslTest.testPipelined2 ............................... 
pass
1: proton_tests.sasl.SaslTest.testPipelinedClient .......................... 
pass
1: proton_tests.sasl.SaslTest.testPipelinedServer .......................... 
pass
1: proton_tests.sasl.SaslTest.testSaslSkipped .............................. 
pass
1: proton_tests.sasl.SaslTest.testSaslSkippedFail .......................... 
pass
1: proton_tests.sasl.SaslTest.test_singleton ............................... 
pass
1: proton_tests.soak.MessengerTests.test_echo_C ............................ 
pass
1: proton_tests.soak.MessengerTests.test_echo_C_Python ..................... 
pass
1: proton_tests.soak.MessengerTests.test_echo_C_SSL ........................ 
pass
1: proton_tests.soak.MessengerTests.test_echo_Python ....................... 
pass
1: proton_tests.soak.MessengerTests.test_echo_Python_C ..................... 
pass
1: proton_tests.soak.MessengerTests.test_echo_valgrind ..................... 
skip
1:   Skipped: Skipping test - $VALGRIND not set.
1: proton_tests.soak.MessengerTests.test_oneway_C .......................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_C_Python ................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_C_SSL ...................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_Python ..................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_Python_C ................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_reactor .................... 
pass
1: proton_tests.soak.MessengerTests.test_oneway_reactor_valgrind ........... 
skip
1:   Skipped: Skipping test - $VALGRIND not set.
1: proton_tests.soak.MessengerTests.test_oneway_valgrind ................... 
skip
1:   Skipped: Skipping test - $VALGRIND not set.
1: proton_tests.soak.MessengerTests.test_relay_C ........................... 
pass
1: proton_tests.soak.MessengerTests.test_relay_C_Python .................... 
pass
1: proton_tests.soak.MessengerTests.test_relay_C_SSL ....................... 
pass
1: proton_tests.soak.MessengerTests.test_relay_Python ...................... 
pass
1: proton_tests.soak.MessengerTests.test_relay_valgrind .................... 
skip
1:   Skipped: Skipping test - $VALGRIND not set.
1: proton_tests.soak.MessengerTests.test_star_topology_C ................... 
pass
1: proton_tests.soak.MessengerTests.test_star_topology_C_Python ............ 
pass
1: proton_tests.soak.MessengerTests.test_star_topology_C_SSL ............... 
pass
1: proton_tests.soak.MessengerTests.test_star_topology_Python .............. 
pass
1: proton_tests.soak.MessengerTests.test_star_topology_Python_C ............ 
pass
1: proton_tests.soak.MessengerTests.test_star_topology_valgrind ............ 
skip
1:   Skipped: Skipping test - $VALGRIND not set.
1: proton_tests.ssl.MessengerSSLTests.test_client_credentials .............. 
pass
1: proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_cert ..... 
pass
1: proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_password . 
pass
1: proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_trusted .. 
pass
1: proton_tests.ssl.MessengerSSLTests.test_client_credentials_untrusted .... 
pass
1: proton_tests.ssl.MessengerSSLTests.test_server_credentials .............. 
pass
1: proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_cert ..... 
pass
1: proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_key ...... 
pass
1: proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_password . 
pass
1: proton_tests.ssl.SslTest. \
1:     test_allow_unsecured_client_which_connects_secured .................. 
pass
1: proton_tests.ssl.SslTest. \
1:     test_allow_unsecured_client_which_connects_unsecured ................ 
pass
1: proton_tests.ssl.SslTest.test_bad_server_certificate .................... 
pass
1: proton_tests.ssl.SslTest.test_certificate_fingerprint_and_subfields ..... 
pass
1: proton_tests.ssl.SslTest.test_client_authentication ..................... 
pass
1: proton_tests.ssl.SslTest.test_client_authentication_fail_bad_cert ....... 
pass
1: proton_tests.ssl.SslTest.test_client_authentication_fail_no_cert ........ 
pass
1: proton_tests.ssl.SslTest.test_client_server_authentication .............. 
pass
1: proton_tests.ssl.SslTest.test_defaults .................................. 
pass
1: proton_tests.ssl.SslTest.test_defaults_messenger_app .................... 
pass
1: proton_tests.ssl.SslTest.test_disallow_unsecured_client ................. 
pass
1: proton_tests.ssl.SslTest.test_multiple_sessions ......................... 
pass
1: proton_tests.ssl.SslTest.test_server_authentication ..................... 
pass
1: proton_tests.ssl.SslTest.test_server_authentication_messenger_app ....... 
pass
1: proton_tests.ssl.SslTest.test_server_certificate ........................ 
pass
1: proton_tests.ssl.SslTest.test_server_hostname_authentication ............ 
pass
1: [0x16881c0]:Error: configuration error: PN_SSL_VERIFY_PEER_NAME configured, 
but no peer hostname set!
1: proton_tests.ssl.SslTest.test_server_hostname_authentication_2 .......... 
pass
1: proton_tests.ssl.SslTest.test_server_only_authentication ................ 
pass
1: proton_tests.ssl.SslTest.test_session_resume ............................ 
pass
1: proton_tests.ssl.SslTest.test_singleton ................................. 
pass
1: proton_tests.ssl.SslTest.test_ssl_with_small_buffer ..................... 
pass
1: proton_tests.transport.ClientTransportTest.testBigGarbage ............... 
pass
1: proton_tests.transport.ClientTransportTest.testBindAfterOpen ............ 
pass
1: proton_tests.transport.ClientTransportTest.testCloseHead ................ 
pass
1: proton_tests.transport.ClientTransportTest.testCloseTail ................ 
pass
1: proton_tests.transport.ClientTransportTest.testEOS ...................... 
pass
1: proton_tests.transport.ClientTransportTest.testGarbage .................. 
pass
1: proton_tests.transport.ClientTransportTest.testHeader ................... 
pass
1: proton_tests.transport.ClientTransportTest.testHeaderBadDOFF1 ........... 
pass
1: proton_tests.transport.ClientTransportTest.testHeaderBadDOFF2 ........... 
pass
1: proton_tests.transport.ClientTransportTest.testHeaderBadSize ............ 
pass
1: proton_tests.transport.ClientTransportTest.testPartial .................. 
pass
1: proton_tests.transport.ClientTransportTest.testPeek ..................... 
pass
1: proton_tests.transport.ClientTransportTest.testProtocolNotSupported ..... 
pass
1: proton_tests.transport.ClientTransportTest.testSmallGarbage ............. 
pass
1: proton_tests.transport.ClientTransportTest.testUnpairedPop .............. 
pass
1: proton_tests.transport.LogTest.testTracer ............................... 
pass
1: proton_tests.transport.ServerTransportTest.testBigGarbage ............... 
pass
1: proton_tests.transport.ServerTransportTest.testBindAfterOpen ............ 
pass
1: proton_tests.transport.ServerTransportTest.testCloseHead ................ 
pass
1: proton_tests.transport.ServerTransportTest.testCloseTail ................ 
pass
1: proton_tests.transport.ServerTransportTest.testEOS ...................... 
pass
1: proton_tests.transport.ServerTransportTest.testEOSAfterSASL ............. 
pass
1: proton_tests.transport.ServerTransportTest.testGarbage .................. 
pass
1: proton_tests.transport.ServerTransportTest.testHeader ................... 
pass
1: proton_tests.transport.ServerTransportTest.testPartial .................. 
pass
1: proton_tests.transport.ServerTransportTest.testPeek ..................... 
pass
1: proton_tests.transport.ServerTransportTest.testProtocolNotSupported ..... 
pass
1: proton_tests.transport.ServerTransportTest.testSmallGarbage ............. 
pass
1: proton_tests.transport.ServerTransportTest.testUnpairedPop .............. 
pass
1: proton_tests.url.UrlTest.testAmqps ...................................... 
pass
1: proton_tests.url.UrlTest.testArgs ....................................... 
pass
1: proton_tests.url.UrlTest.testDefaults ................................... 
pass
1: proton_tests.url.UrlTest.testEqual ...................................... 
pass
1: proton_tests.url.UrlTest.testMissing .................................... 
pass
1: proton_tests.url.UrlTest.testPort ....................................... 
pass
1: proton_tests.url.UrlTest.testUrl ........................................ 
pass
1: proton_tests.utils.SyncRequestResponseTest.test_allowed_mechs_anonymous . 
pass
1: proton_tests.utils.SyncRequestResponseTest.test_allowed_mechs_external .. 
pass
1: proton_tests.utils.SyncRequestResponseTest.test_connection_properties ... 
skip
1:   Skipped: Extended SASL not supported
1: proton_tests.utils.SyncRequestResponseTest.test_request_response ........ 
skip
1:   Skipped: Extended SASL not supported
1: Totals: 342 tests, 315 passed, 27 skipped, 0 ignored, 0 failed
 1/25 Test  #1: python-test ......................   Passed   95.45 sec
test 2
      Start  2: cpp-codec_test

2: Test command: /build-dir/proton/proton-c/bindings/cpp/codec_test
2: Test timeout computed to be: 1500
2: TEST: simple_type_test(false)
2: TEST: simple_type_test(uint8_t(42))
2: TEST: simple_type_test(int8_t(-42))
2: TEST: simple_type_test(uint16_t(4242))
2: TEST: simple_type_test(int16_t(-4242))
2: TEST: simple_type_test(uint32_t(4242))
2: TEST: simple_type_test(int32_t(-4242))
2: TEST: simple_type_test(uint64_t(4242))
2: TEST: simple_type_test(int64_t(-4242))
2: TEST: simple_type_test(wchar_t('X'))
2: TEST: simple_type_test(float(1.234))
2: TEST: simple_type_test(double(11.2233))
2: TEST: simple_type_test(timestamp(1234))
2: TEST: simple_type_test(make_fill<decimal32>(0))
2: TEST: simple_type_test(make_fill<decimal64>(0))
2: TEST: simple_type_test(make_fill<decimal128>(0))
2: TEST: 
simple_type_test(uuid::copy("\x00\x11\x22\x33\x44\x55\x66\x77\x88\x99\xaa\xbb\xcc\xdd\xee\xff"))
2: TEST: simple_type_test(std::string("xxx"))
2: TEST: simple_type_test(symbol("aaa"))
2: TEST: simple_type_test(binary("aaa"))
2: TEST: simple_type_test(char(42))
2: TEST: simple_type_test(short(42))
2: TEST: simple_type_test(int(42))
2: TEST: simple_type_test(long(42))
2: TEST: simple_type_test(static_cast<signed char>(42))
2: TEST: simple_type_test(static_cast<signed short>(42))
2: TEST: simple_type_test(static_cast<signed int>(42))
2: TEST: simple_type_test(static_cast<signed long>(42))
2: TEST: simple_type_test(static_cast<unsigned char>(42))
2: TEST: simple_type_test(static_cast<unsigned short>(42))
2: TEST: simple_type_test(static_cast<unsigned int>(42))
2: TEST: simple_type_test(static_cast<unsigned long>(42))
2: TEST: simple_type_test(static_cast<long>(42))
2: TEST: simple_type_test(static_cast<signed long>(42))
2: TEST: simple_type_test(static_cast<unsigned long>(42))
2: TEST: simple_type_test(value("foo"))
2: TEST: value v(23); simple_type_test(v)
2: TEST: simple_type_test(scalar(23))
2: TEST: simple_type_test(annotation_key(42))
2: TEST: simple_type_test(message_id(42))
2: TEST: (uncodable_type_test<std::pair<int, float> >())
2: TEST: (uncodable_type_test<std::pair<scalar, value> >())
2: TEST: (uncodable_type_test<std::basic_string<wchar_t> >())
2: TEST: (uncodable_type_test<internal::data>())
2: TEST: (uncodable_type_test<pn_data_t*>())
 2/25 Test  #2: cpp-codec_test ...................   Passed    0.01 sec
test 3
      Start  3: cpp-connection_driver_test

3: Test command: /build-dir/proton/proton-c/bindings/cpp/connection_driver_test
3: Test timeout computed to be: 1500
3: TEST: test_driver_link_id()
3: TEST: test_endpoint_close()
3: TEST: test_driver_disconnected()
3: TEST: test_no_container()
3: TEST: test_spin_interrupt()
3: TEST: test_link_filters()
3: TEST: test_message()
3: TEST: test_message_timeout_succeed()
3: TEST: test_message_timeout_fail()
 3/25 Test  #3: cpp-connection_driver_test .......   Passed    0.01 sec
test 4
      Start  4: cpp-interop_test

4: Test command: /build-dir/proton/proton-c/bindings/cpp/interop_test 
"/qpid-proton-0.18.0-rc1/tests"
4: Test timeout computed to be: 1500
4: TEST: test_data_ostream()
4: TEST: test_decoder_primitves_exact()
4: TEST: test_encoder_primitives()
 4/25 Test  #4: cpp-interop_test .................   Passed    0.03 sec
test 5
      Start  5: cpp-message_test

5: Test command: /build-dir/proton/proton-c/bindings/cpp/message_test
5: Test timeout computed to be: 1500
5: TEST: test_message_properties()
5: TEST: test_message_defaults()
5: TEST: test_message_body()
5: TEST: test_message_maps()
5: TEST: test_message_reuse()
 5/25 Test  #5: cpp-message_test .................   Passed    0.03 sec
test 6
      Start  6: cpp-map_test

6: Test command: /build-dir/proton/proton-c/bindings/cpp/map_test
6: Test timeout computed to be: 1500
6: TEST: test_empty()
6: TEST: test_use()
6: TEST: test_cppmap()
6: TEST: test_value()
 6/25 Test  #6: cpp-map_test .....................   Passed    0.04 sec
test 7
      Start  7: cpp-scalar_test

7: Test command: /build-dir/proton/proton-c/bindings/cpp/scalar_test
7: Test timeout computed to be: 1500
7: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
7: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
7: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
7: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
7: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
7: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
7: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
7: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
7: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
7: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
7: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
7: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
7: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", 
timestamp(12345))
7: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, 
"decimal32(0x01010101)", make<decimal32>(2))
7: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, 
"decimal64(0x0303030303030303)", make<decimal64>(4))
7: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, 
"decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
7: TEST: simple_type_test<V>( 
uuid::copy("\x00\x11\x22\x33\x44\x55\x66\x77\x88\x99\xaa\xbb\xcc\xdd\xee\xff"), 
UUID, "00112233-4455-6677-8899-aabbccddeeff", 
uuid::copy("\xff\x11\x22\x33\x44\x55\x66\x77\x88\x99\xaa\xbb\xcc\xdd\xee\xff"))
7: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", 
std::string("yyy"))
7: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
7: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", 
binary("aaaa"))
7: TEST: (simple_integral_test<V, char>())
7: TEST: (simple_integral_test<V, signed char>())
7: TEST: (simple_integral_test<V, unsigned char>())
7: TEST: (simple_integral_test<V, short>())
7: TEST: (simple_integral_test<V, int>())
7: TEST: (simple_integral_test<V, long>())
7: TEST: (simple_integral_test<V, unsigned short>())
7: TEST: (simple_integral_test<V, unsigned int>())
7: TEST: (simple_integral_test<V, unsigned long>())
7: TEST: (simple_integral_test<V, long long>())
7: TEST: (simple_integral_test<V, unsigned long long>())
7: TEST: (coerce_test<V>())
7: TEST: (null_test<V>())
7: TEST: (bad_get_test<V>())
7: TEST: encode_decode_test()
7: TEST: message_id_test()
7: TEST: annotation_key_test()
 7/25 Test  #7: cpp-scalar_test ..................   Passed    0.02 sec
test 8
      Start  8: cpp-value_test

8: Test command: /build-dir/proton/proton-c/bindings/cpp/value_test
8: Test timeout computed to be: 1500
8: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
8: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
8: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
8: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
8: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
8: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
8: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
8: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
8: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
8: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
8: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
8: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
8: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", 
timestamp(12345))
8: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, 
"decimal32(0x01010101)", make<decimal32>(2))
8: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, 
"decimal64(0x0303030303030303)", make<decimal64>(4))
8: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, 
"decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
8: TEST: simple_type_test<V>( 
uuid::copy("\x00\x11\x22\x33\x44\x55\x66\x77\x88\x99\xaa\xbb\xcc\xdd\xee\xff"), 
UUID, "00112233-4455-6677-8899-aabbccddeeff", 
uuid::copy("\xff\x11\x22\x33\x44\x55\x66\x77\x88\x99\xaa\xbb\xcc\xdd\xee\xff"))
8: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", 
std::string("yyy"))
8: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
8: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", 
binary("aaaa"))
8: TEST: (simple_integral_test<V, char>())
8: TEST: (simple_integral_test<V, signed char>())
8: TEST: (simple_integral_test<V, unsigned char>())
8: TEST: (simple_integral_test<V, short>())
8: TEST: (simple_integral_test<V, int>())
8: TEST: (simple_integral_test<V, long>())
8: TEST: (simple_integral_test<V, unsigned short>())
8: TEST: (simple_integral_test<V, unsigned int>())
8: TEST: (simple_integral_test<V, unsigned long>())
8: TEST: (simple_integral_test<V, long long>())
8: TEST: (simple_integral_test<V, unsigned long long>())
8: TEST: (coerce_test<V>())
8: TEST: (null_test<V>())
8: TEST: (bad_get_test<V>())
8: TEST: sequence_test<list<bool> >( ARRAY, many<bool>() + false + true, 
"@PN_BOOL[false, true]")
8: TEST: sequence_test<vector<int> >( ARRAY, many<int>() + -1 + 2, "@PN_INT[-1, 
2]")
8: TEST: sequence_test<deque<string> >( ARRAY, many<string>() + "a" + "b", 
"@PN_STRING[\"a\", \"b\"]")
8: TEST: sequence_test<deque<symbol> >( ARRAY, many<symbol>() + "a" + "b", 
"@PN_SYMBOL[:a, :b]")
8: TEST: sequence_test<vector<value> >( LIST, many<value>() + value(0) + 
value("a"), "[0, \"a\"]")
8: TEST: sequence_test<vector<scalar> >( LIST, many<scalar>() + scalar(0) + 
scalar("a"), "[0, \"a\"]")
8: TEST: (map_test<map<string, uint64_t> >( si_pairs, "{\"a\"=0, \"b\"=1, 
\"c\"=2}"))
8: TEST: (map_test<vector<si_pair> >( si_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
8: TEST: (map_test<map<value, value> >( value_pairs, "{\"a\"=0, \"b\"=1, 
\"c\"=2}"))
8: TEST: (map_test<map<scalar, scalar> >( scalar_pairs, "{\"a\"=0, \"b\"=1, 
\"c\"=2}"))
8: TEST: (map_test<map<annotation_key, message_id> >( restricted_pairs, "{:a=0, 
:b=1, :c=2}"))
8: TEST: sequence_test<forward_list<binary> >( ARRAY, many<binary>() + 
binary("xx") + binary("yy"), "@PN_BINARY[b\"xx\", b\"yy\"]")
8: TEST: (map_test<unordered_map<string, uint64_t> >(si_pairs, ""))
 8/25 Test  #8: cpp-value_test ...................   Passed    0.03 sec
test 9
      Start  9: cpp-container_test

9: Test command: /build-dir/proton/proton-c/bindings/cpp/container_test
9: Test timeout computed to be: 1500
9: TEST: test_container_default_container_id()
9: TEST: test_container_vhost()
9: TEST: test_container_default_vhost()
9: TEST: test_container_no_vhost()
9: TEST: test_container_bad_address()
9: TEST: test_container_stop()
9: TEST: test_container_schedule_nohang()
 9/25 Test  #9: cpp-container_test ...............   Passed    0.26 sec
test 10
      Start 10: cpp-url_test

10: Test command: /build-dir/proton/proton-c/bindings/cpp/url_test
10: Test timeout computed to be: 1500
10: TEST: parse_to_string_test()
10/25 Test #10: cpp-url_test .....................   Passed    0.03 sec
test 11
      Start 11: cpp-reconnect_test

11: Test command: /build-dir/proton/proton-c/bindings/cpp/reconnect_test
11: Test timeout computed to be: 1500
11: TEST: test_failover_simple()
11/25 Test #11: cpp-reconnect_test ...............   Passed    0.02 sec
test 12
      Start 12: c-object-tests

12: Test command: /build-dir/proton/proton-c/src/tests/c-object-tests
12: Test timeout computed to be: 1500
12/25 Test #12: c-object-tests ...................   Passed    0.07 sec
test 13
      Start 13: c-message-tests

13: Test command: /build-dir/proton/proton-c/src/tests/c-message-tests
13: Test timeout computed to be: 1500
13/25 Test #13: c-message-tests ..................   Passed    0.01 sec
test 14
      Start 14: c-engine-tests

14: Test command: /build-dir/proton/proton-c/src/tests/c-engine-tests
14: Test timeout computed to be: 1500
14: test_free_connection
14: test_free_session
14: test_free_link
14: test_link_name_prefix
14/25 Test #14: c-engine-tests ...................   Passed    0.02 sec
test 15
      Start 15: c-parse-url-tests

15: Test command: /build-dir/proton/proton-c/src/tests/c-parse-url-tests
15: Test timeout computed to be: 1500
15/25 Test #15: c-parse-url-tests ................   Passed    0.01 sec
test 16
      Start 16: c-refcount-tests

16: Test command: /build-dir/proton/proton-c/src/tests/c-refcount-tests
16: Test timeout computed to be: 1500
16/25 Test #16: c-refcount-tests .................   Passed    0.04 sec
test 17
      Start 17: c-event-tests

17: Test command: /build-dir/proton/proton-c/src/tests/c-event-tests
17: Test timeout computed to be: 1500
17/25 Test #17: c-event-tests ....................   Passed    0.03 sec
test 18
      Start 18: c-data-tests

18: Test command: /build-dir/proton/proton-c/src/tests/c-data-tests
18: Test timeout computed to be: 1500
18/25 Test #18: c-data-tests .....................   Passed    0.02 sec
test 19
      Start 19: c-condition-tests

19: Test command: /build-dir/proton/proton-c/src/tests/c-condition-tests
19: Test timeout computed to be: 1500
19/25 Test #19: c-condition-tests ................   Passed    0.04 sec
test 20
      Start 20: c-connection-driver-tests

20: Test command: /build-dir/proton/proton-c/src/tests/c-connection-driver-tests
20: Test timeout computed to be: 1500
20: TEST: test_message_transfer(&t)
20: TEST: test_message_stream(&t)
20: TEST: test_message_abort(&t)
20: TEST: test_message_abort_mixed(&t)
20/25 Test #20: c-connection-driver-tests ........   Passed    0.02 sec
test 21
      Start 21: c-proactor-tests

21: Test command: /build-dir/proton/proton-c/src/tests/c-proactor-tests
21: Test timeout computed to be: 1500
21: TEST: test_inactive(&t)
21: TEST: test_interrupt_timeout(&t)
21: TEST: test_errors(&t)
21: TEST: test_proton_1586(&t)
21: TEST: test_client_server(&t)
21: TEST: test_connection_wake(&t)
21: TEST: test_ipv4_ipv6(&t)
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:148: check failed: 
want PN_LISTENER_OPEN got PN_LISTENER_CLOSE [test_ipv4_ipv6(&t)]
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:626: check failed: 
Unexpected condition - proton:io:Address family for hostname not supported - 
connect to  ::1:59983 [test_ipv4_ipv6(&t)]
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:627: check failed: 
Unexpected condition - proton:io:Connection refused - disconnected :59983 
[test_ipv4_ipv6(&t)]
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:628: check failed: 
Unexpected condition - proton:io:Address family for hostname not supported - 
connect to  ::1:43094 [test_ipv4_ipv6(&t)]
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:631: check failed: 
'refused' not in 'Address family for hostname not supported - connect to  
::1:58818' [test_ipv4_ipv6(&t)]
21: /qpid-proton-0.18.0-rc1/proton-c/src/tests/proactor.c:641: check failed: 
want PN_LISTENER_CLOSE got PN_PROACTOR_INACTIVE [test_ipv4_ipv6(&t)]
21: FAIL: test_ipv4_ipv6(&t) (6 errors)
21: TEST: test_release_free(&t)
21: TEST: test_ssl(&t)
21: TEST: test_proactor_addr(&t)
21: TEST: test_parse_addr(&t)
21: TEST: test_netaddr(&t)
21: TEST: test_disconnect(&t)
21: TEST: test_abort(&t)
21: TEST: test_refuse(&t)
21: TEST: test_message_stream(&t)
21/25 Test #21: c-proactor-tests .................***Failed    0.10 sec
test 22
      Start 22: c-fdlimit-tests

22: Test command: /python278/bin/python 
"/qpid-proton-0.18.0-rc1/proton-c/src/tests/fdlimit.py"
22: Test timeout computed to be: 1500
22: Skipping test: prlimit not available
22/25 Test #22: c-fdlimit-tests ..................   Passed    1.98 sec
test 23
      Start 23: c-example-tests

23: Test command: /python278/bin/python 
"/qpid-proton-0.18.0-rc1/proton-c/env.py" 
"PYTHONPATH=/qpid-proton-0.18.0-rc1/tools/py" 
"PATH=/build-dir/proton/examples/c:/usr/local/java/jdk1.8.0_111-x64/bin:/python278/bin:/usr/local/java/jdk1.8.0_111/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/tools:/nfs_tools/common/maven/maven-3.0.3-mx1/bin"
 "--" "/python278/bin/python" 
"/qpid-proton-0.18.0-rc1/examples/c/example_test.py" "-v"
23: Test timeout computed to be: 1500
23: test_receive_direct (__main__.CExampleTest)
23: Receive from direct server ... ok
23: test_receive_send (__main__.CExampleTest)
23: Start receiving  first, then send. ... ok
23: test_send_abort_broker (__main__.CExampleTest)
23: Sending aborted messages to a broker ... ok
23: test_send_abort_direct (__main__.CExampleTest)
23: Send aborted messages to the direct server ... ok
23: test_send_direct (__main__.CExampleTest)
23: Send to direct server ... ok
23: test_send_receive (__main__.CExampleTest)
23: Send first then receive ... ok
23: test_send_ssl_receive (__main__.CExampleTest)
23: Send first then receive ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 7 tests in 0.720s
23: 
23: OK
23/25 Test #23: c-example-tests ..................   Passed    2.64 sec
test 24
      Start 24: cpp-example-container

24: Test command: /python278/bin/python 
"/qpid-proton-0.18.0-rc1/proton-c/env.py" 
"PYTHONPATH=/qpid-proton-0.18.0-rc1/tools/py" 
"PATH=/build-dir/proton/examples/cpp:/usr/local/java/jdk1.8.0_111-x64/bin:/python278/bin:/usr/local/java/jdk1.8.0_111/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/tools:/nfs_tools/common/maven/maven-3.0.3-mx1/bin"
 "--" "/python278/bin/python" 
"/qpid-proton-0.18.0-rc1/examples/cpp/example_test.py" "-v" 
"ContainerExampleTest"
24: Test timeout computed to be: 1500
24: test_encode_decode (__main__.ContainerExampleTest) ... ok
24: test_flow_control (__main__.ContainerExampleTest) ... ok
24: test_helloworld (__main__.ContainerExampleTest) ... ok
24: test_helloworld_direct (__main__.ContainerExampleTest) ... ok
24: test_message_properties (__main__.ContainerExampleTest) ... ok
24: test_multithreaded_client (__main__.ContainerExampleTest) ... ok
24: test_multithreaded_client_flow_control (__main__.ContainerExampleTest) ... 
ok
24: test_request_response (__main__.ContainerExampleTest) ... ok
24: test_request_response_direct (__main__.ContainerExampleTest) ... ok
24: test_scheduled_send (__main__.ContainerExampleTest) ... ok
24: test_scheduled_send_03 (__main__.ContainerExampleTest) ... ok
24: test_simple_recv_direct_send (__main__.ContainerExampleTest) ... ok
24: test_simple_recv_send (__main__.ContainerExampleTest) ... ok
24: test_simple_send_direct_recv (__main__.ContainerExampleTest) ... ok
24: test_simple_send_recv (__main__.ContainerExampleTest) ... ok
24: 
24: ----------------------------------------------------------------------
24: Ran 15 tests in 0.954s
24: 
24: OK
24/25 Test #24: cpp-example-container ............   Passed    2.86 sec
test 25
      Start 25: cpp-example-container-ssl

25: Test command: /python278/bin/python 
"/qpid-proton-0.18.0-rc1/proton-c/env.py" 
"PYTHONPATH=/qpid-proton-0.18.0-rc1/tools/py" 
"PATH=/build-dir/proton/examples/cpp:/usr/local/java/jdk1.8.0_111-x64/bin:/python278/bin:/usr/local/java/jdk1.8.0_111/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/tools:/nfs_tools/common/maven/maven-3.0.3-mx1/bin"
 "--" "/python278/bin/python" 
"/qpid-proton-0.18.0-rc1/examples/cpp/example_test.py" "-v" 
"ContainerExampleSSLTest"
25: Test timeout computed to be: 1500
25: test_ssl (__main__.ContainerExampleSSLTest) ... ok
25: test_ssl_bad_name (__main__.ContainerExampleSSLTest) ... ok
25: test_ssl_client_cert (__main__.ContainerExampleSSLTest) ... ok
25: test_ssl_no_name (__main__.ContainerExampleSSLTest) ... ok
25: 
25: ----------------------------------------------------------------------
25: Ran 4 tests in 0.312s
25: 
25: OK
25/25 Test #25: cpp-example-container-ssl ........   Passed    1.96 sec

The following tests passed:
        python-test
        cpp-codec_test
        cpp-connection_driver_test
        cpp-interop_test
        cpp-message_test
        cpp-map_test
        cpp-scalar_test
        cpp-value_test
        cpp-container_test
        cpp-url_test
        cpp-reconnect_test
        c-object-tests
        c-message-tests
        c-engine-tests
        c-parse-url-tests
        c-refcount-tests
        c-event-tests
        c-data-tests
        c-condition-tests
        c-connection-driver-tests
        c-fdlimit-tests
        c-example-tests
        cpp-example-container
        cpp-example-container-ssl

96% tests passed, 1 tests failed out of 25

Total Test time (real) = 105.75 sec

The following tests FAILED:
         21 - c-proactor-tests (Failed)
Errors while running CTest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to