You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/23 14:00:20 UTC

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

See <https://builds.apache.org/job/Qpid-proton-c/2077/display/redirect?page=changes>

Changes:

[astitcher] PROTON-2130: Rework epoll process logic to switch on type of context


------------------------------------------
[...truncated 222.52 KB...]
13: TEST: test_decoder_primitives_exact()
13: TEST: test_encoder_primitives()
 9/20 Test #13: cpp-interop_test .................   Passed    0.05 sec
test 14
      Start 14: cpp-message_test

14: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/message_test">
14: Test timeout computed to be: 1500
14: TEST: test_message_properties()
14: TEST: test_message_defaults()
14: TEST: test_message_body()
14: TEST: test_message_maps()
14: TEST: test_message_reuse()
14: TEST: test_message_print()
10/20 Test #14: cpp-message_test .................   Passed    0.04 sec
test 15
      Start 15: cpp-map_test

15: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/map_test">
15: Test timeout computed to be: 1500
15: TEST: test_empty()
15: TEST: test_use()
15: TEST: test_cppmap()
15: TEST: test_value()
11/20 Test #15: cpp-map_test .....................   Passed    0.04 sec
test 16
      Start 16: cpp-scalar_test

16: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/scalar_test">
16: Test timeout computed to be: 1500
16: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
16: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
16: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
16: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
16: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
16: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
16: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
16: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
16: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
16: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
16: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
16: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
16: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", timestamp(12345))
16: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, "decimal32(0x01010101)", make<decimal32>(2))
16: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, "decimal64(0x0303030303030303)", make<decimal64>(4))
16: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, "decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
16: 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"))
16: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", std::string("yyy"))
16: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
16: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", binary("aaaa"))
16: TEST: (simple_integral_test<V, char>())
16: TEST: (simple_integral_test<V, signed char>())
16: TEST: (simple_integral_test<V, unsigned char>())
16: TEST: (simple_integral_test<V, short>())
16: TEST: (simple_integral_test<V, int>())
16: TEST: (simple_integral_test<V, long>())
16: TEST: (simple_integral_test<V, unsigned short>())
16: TEST: (simple_integral_test<V, unsigned int>())
16: TEST: (simple_integral_test<V, unsigned long>())
16: TEST: (simple_integral_test<V, long long>())
16: TEST: (simple_integral_test<V, unsigned long long>())
16: TEST: (coerce_test<V>())
16: TEST: (null_test<V>())
16: TEST: (bad_get_test<V>())
16: TEST: encode_decode_test()
16: TEST: message_id_test()
16: TEST: annotation_key_test()
12/20 Test #16: cpp-scalar_test ..................   Passed    0.04 sec
test 17
      Start 17: cpp-value_test

17: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/value_test">
17: Test timeout computed to be: 1500
17: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
17: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
17: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
17: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
17: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
17: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
17: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
17: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
17: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
17: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
17: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
17: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
17: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", timestamp(12345))
17: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, "decimal32(0x01010101)", make<decimal32>(2))
17: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, "decimal64(0x0303030303030303)", make<decimal64>(4))
17: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, "decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
17: 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"))
17: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", std::string("yyy"))
17: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
17: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", binary("aaaa"))
17: TEST: (simple_integral_test<V, char>())
17: TEST: (simple_integral_test<V, signed char>())
17: TEST: (simple_integral_test<V, unsigned char>())
17: TEST: (simple_integral_test<V, short>())
17: TEST: (simple_integral_test<V, int>())
17: TEST: (simple_integral_test<V, long>())
17: TEST: (simple_integral_test<V, unsigned short>())
17: TEST: (simple_integral_test<V, unsigned int>())
17: TEST: (simple_integral_test<V, unsigned long>())
17: TEST: (simple_integral_test<V, long long>())
17: TEST: (simple_integral_test<V, unsigned long long>())
17: TEST: (coerce_test<V>())
17: TEST: (null_test<V>())
17: TEST: (bad_get_test<V>())
17: TEST: sequence_test<list<bool> >( ARRAY, many<bool>() + false + true, "@PN_BOOL[false, true]")
17: TEST: sequence_test<vector<int> >( ARRAY, many<int>() + -1 + 2, "@PN_INT[-1, 2]")
17: TEST: sequence_test<deque<string> >( ARRAY, many<string>() + "a" + "b", "@PN_STRING[\"a\", \"b\"]")
17: TEST: sequence_test<deque<symbol> >( ARRAY, many<symbol>() + "a" + "b", "@PN_SYMBOL[:a, :b]")
17: TEST: sequence_test<vector<value> >( LIST, many<value>() + value(0) + value("a"), "[0, \"a\"]")
17: TEST: sequence_test<vector<scalar> >( LIST, many<scalar>() + scalar(0) + scalar("a"), "[0, \"a\"]")
17: TEST: (map_test<map<string, uint64_t> >( si_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<vector<si_pair> >( si_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<value, value> >( value_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<scalar, scalar> >( scalar_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<annotation_key, message_id> >( restricted_pairs, "{:a=0, :b=1, :c=2}"))
17: TEST: null_test()
17: TEST: sequence_test<forward_list<binary> >( ARRAY, many<binary>() + binary("xx") + binary("yy"), "@PN_BINARY[b\"xx\", b\"yy\"]")
17: TEST: (map_test<unordered_map<string, uint64_t> >(si_pairs, ""))
13/20 Test #17: cpp-value_test ...................   Passed    0.05 sec
test 18
      Start 18: cpp-container_test

18: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/container_test">
18: Test timeout computed to be: 1500
18: TEST: test_container_default_container_id()
18: TEST: test_container_vhost()
18: TEST: test_container_capabilities()
18: TEST: test_container_default_vhost()
18: TEST: test_container_no_vhost()
18: TEST: test_container_bad_address()
18: TEST: test_container_stop()
18: TEST: test_container_schedule_nohang()
18: TEST: test_container_immediate_stop()
18: TEST: test_container_pre_stop()
18: TEST: test_container_schedule_stop()
18: TEST: test_container_mt_stop_empty()
18: TEST: test_container_mt_stop()
18: TEST: test_container_mt_close_race()
14/20 Test #18: cpp-container_test ...............   Passed    0.69 sec
test 19
      Start 19: cpp-reconnect_test

19: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/reconnect_test">
19: Test timeout computed to be: 1500
19: TEST: test_failover_simple()
19: TEST: test_stop_reconnect()
19: TEST: test_auth_fail_reconnect()
19: TEST: test_reconnecting_close().run()
19: TEST: test_reconnect_url().run()
19: TEST: test_reconnect_update_failover().run()
19: TEST: test_reconnect_update_simple().run()
15/20 Test #19: cpp-reconnect_test ...............   Passed    4.12 sec
test 20
      Start 20: cpp-link_test

20: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/link_test">
20: Test timeout computed to be: 1500
20: TEST: test_link_name()
16/20 Test #20: cpp-link_test ....................   Passed    0.05 sec
test 21
      Start 21: cpp-credit_test

21: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/credit_test">
21: Test timeout computed to be: 1500
21: TEST: test_basic_credit()
21: TEST: test_drain_credit()
17/20 Test #21: cpp-credit_test ..................   Passed    0.05 sec
test 22
      Start 22: cpp-url-test

22: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/cpp-test"> "[url]"
22: Test timeout computed to be: 1500
22: ===============================================================================
22: All tests passed (140 assertions in 1 test case)
22: 
18/20 Test #22: cpp-url-test .....................   Passed    0.04 sec
test 23
      Start 23: cpp-example-container

23: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "PATH=<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/examples>:/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "PYTHONPATH=../../tests/py" "HAS_CPP11=1" "/usr/bin/python" "testme" "-v" "ContainerExampleTest"
23: Test timeout computed to be: 1500
23: test_encode_decode (__main__.ContainerExampleTest) ... ok
23: test_flow_control (__main__.ContainerExampleTest) ... ok
23: test_helloworld (__main__.ContainerExampleTest) ... ok
23: test_message_properties (__main__.ContainerExampleTest) ... ok
23: test_multithreaded_client (__main__.ContainerExampleTest) ... ok
23: test_request_response (__main__.ContainerExampleTest) ... ok
23: test_request_response_direct (__main__.ContainerExampleTest) ... ok
23: test_scheduled_send (__main__.ContainerExampleTest) ... ok
23: test_scheduled_send_03 (__main__.ContainerExampleTest) ... ok
23: test_simple_recv_direct_send (__main__.ContainerExampleTest) ... ok
23: test_simple_recv_send (__main__.ContainerExampleTest) ... ok
23: test_simple_send_direct_recv (__main__.ContainerExampleTest) ... ok
23: test_simple_send_recv (__main__.ContainerExampleTest) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 13 tests in 0.485s
23: 
23: OK
19/20 Test #23: cpp-example-container ............   Passed    0.57 sec
test 24
      Start 24: cpp-example-container-ssl

24: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "PATH=<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/examples>:/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "PYTHONPATH=../../tests/py" "HAS_CPP11=1" "/usr/bin/python" "testme" "-v" "ContainerExampleSSLTest"
24: Test timeout computed to be: 1500
24: test_ssl (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_bad_name (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_client_cert (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_no_name (__main__.ContainerExampleSSLTest) ... ok
24: 
24: ----------------------------------------------------------------------
24: Ran 4 tests in 0.092s
24: 
24: OK
20/20 Test #24: cpp-example-container-ssl ........   Passed    0.18 sec

The following tests passed:
	c-example-tests
	c-core-test
	c-extra-test
	c-proactor-test
	c-ssl-proactor-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-reconnect_test
	cpp-link_test
	cpp-credit_test
	cpp-url-test
	cpp-example-container
	cpp-example-container-ssl

95% tests passed, 1 tests failed out of 20

Total Test time (real) =   8.64 sec

The following tests FAILED:
	  6 - c-fdlimit-tests (Failed)
Errors while running CTest
Build step 'Execute shell' marked build as failure
Recording test results

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-c/2079/display/redirect?page=changes>


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-c/2078/display/redirect?page=changes>

Changes:

[astitcher] PROTON-2130: Really fix include files


------------------------------------------
[...truncated 222.49 KB...]
13: TEST: test_decoder_primitives_exact()
13: TEST: test_encoder_primitives()
 9/20 Test #13: cpp-interop_test .................   Passed    0.04 sec
test 14
      Start 14: cpp-message_test

14: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/message_test">
14: Test timeout computed to be: 1500
14: TEST: test_message_properties()
14: TEST: test_message_defaults()
14: TEST: test_message_body()
14: TEST: test_message_maps()
14: TEST: test_message_reuse()
14: TEST: test_message_print()
10/20 Test #14: cpp-message_test .................   Passed    0.04 sec
test 15
      Start 15: cpp-map_test

15: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/map_test">
15: Test timeout computed to be: 1500
15: TEST: test_empty()
15: TEST: test_use()
15: TEST: test_cppmap()
15: TEST: test_value()
11/20 Test #15: cpp-map_test .....................   Passed    0.04 sec
test 16
      Start 16: cpp-scalar_test

16: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/scalar_test">
16: Test timeout computed to be: 1500
16: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
16: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
16: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
16: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
16: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
16: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
16: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
16: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
16: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
16: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
16: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
16: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
16: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", timestamp(12345))
16: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, "decimal32(0x01010101)", make<decimal32>(2))
16: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, "decimal64(0x0303030303030303)", make<decimal64>(4))
16: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, "decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
16: 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"))
16: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", std::string("yyy"))
16: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
16: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", binary("aaaa"))
16: TEST: (simple_integral_test<V, char>())
16: TEST: (simple_integral_test<V, signed char>())
16: TEST: (simple_integral_test<V, unsigned char>())
16: TEST: (simple_integral_test<V, short>())
16: TEST: (simple_integral_test<V, int>())
16: TEST: (simple_integral_test<V, long>())
16: TEST: (simple_integral_test<V, unsigned short>())
16: TEST: (simple_integral_test<V, unsigned int>())
16: TEST: (simple_integral_test<V, unsigned long>())
16: TEST: (simple_integral_test<V, long long>())
16: TEST: (simple_integral_test<V, unsigned long long>())
16: TEST: (coerce_test<V>())
16: TEST: (null_test<V>())
16: TEST: (bad_get_test<V>())
16: TEST: encode_decode_test()
16: TEST: message_id_test()
16: TEST: annotation_key_test()
12/20 Test #16: cpp-scalar_test ..................   Passed    0.04 sec
test 17
      Start 17: cpp-value_test

17: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/value_test">
17: Test timeout computed to be: 1500
17: TEST: simple_type_test<V>(false, BOOLEAN, "false", true)
17: TEST: simple_type_test<V>(uint8_t(42), UBYTE, "42", uint8_t(50))
17: TEST: simple_type_test<V>(int8_t(-42), BYTE, "-42", int8_t(-40))
17: TEST: simple_type_test<V>(uint16_t(4242), USHORT, "4242", uint16_t(5252))
17: TEST: simple_type_test<V>(int16_t(-4242), SHORT, "-4242", int16_t(3))
17: TEST: simple_type_test<V>(uint32_t(4242), UINT, "4242", uint32_t(5252))
17: TEST: simple_type_test<V>(int32_t(-4242), INT, "-4242", int32_t(3))
17: TEST: simple_type_test<V>(uint64_t(4242), ULONG, "4242", uint64_t(5252))
17: TEST: simple_type_test<V>(int64_t(-4242), LONG, "-4242", int64_t(3))
17: TEST: simple_type_test<V>(wchar_t('X'), CHAR, "88", wchar_t('Y'))
17: TEST: simple_type_test<V>(float(1.234), FLOAT, "1.234", float(2.345))
17: TEST: simple_type_test<V>(double(11.2233), DOUBLE, "11.2233", double(12))
17: TEST: simple_type_test<V>(timestamp(1234), TIMESTAMP, "1234", timestamp(12345))
17: TEST: simple_type_test<V>(make<decimal32>(1), DECIMAL32, "decimal32(0x01010101)", make<decimal32>(2))
17: TEST: simple_type_test<V>(make<decimal64>(3), DECIMAL64, "decimal64(0x0303030303030303)", make<decimal64>(4))
17: TEST: simple_type_test<V>(make<decimal128>(5), DECIMAL128, "decimal128(0x05050505050505050505050505050505)", make<decimal128>(6))
17: 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"))
17: TEST: simple_type_test<V>(std::string("xxx"), STRING, "xxx", std::string("yyy"))
17: TEST: simple_type_test<V>(symbol("aaa"), SYMBOL, "aaa", symbol("aaaa"))
17: TEST: simple_type_test<V>(binary("\010aaa"), BINARY, "b\"\\x08aaa\"", binary("aaaa"))
17: TEST: (simple_integral_test<V, char>())
17: TEST: (simple_integral_test<V, signed char>())
17: TEST: (simple_integral_test<V, unsigned char>())
17: TEST: (simple_integral_test<V, short>())
17: TEST: (simple_integral_test<V, int>())
17: TEST: (simple_integral_test<V, long>())
17: TEST: (simple_integral_test<V, unsigned short>())
17: TEST: (simple_integral_test<V, unsigned int>())
17: TEST: (simple_integral_test<V, unsigned long>())
17: TEST: (simple_integral_test<V, long long>())
17: TEST: (simple_integral_test<V, unsigned long long>())
17: TEST: (coerce_test<V>())
17: TEST: (null_test<V>())
17: TEST: (bad_get_test<V>())
17: TEST: sequence_test<list<bool> >( ARRAY, many<bool>() + false + true, "@PN_BOOL[false, true]")
17: TEST: sequence_test<vector<int> >( ARRAY, many<int>() + -1 + 2, "@PN_INT[-1, 2]")
17: TEST: sequence_test<deque<string> >( ARRAY, many<string>() + "a" + "b", "@PN_STRING[\"a\", \"b\"]")
17: TEST: sequence_test<deque<symbol> >( ARRAY, many<symbol>() + "a" + "b", "@PN_SYMBOL[:a, :b]")
17: TEST: sequence_test<vector<value> >( LIST, many<value>() + value(0) + value("a"), "[0, \"a\"]")
17: TEST: sequence_test<vector<scalar> >( LIST, many<scalar>() + scalar(0) + scalar("a"), "[0, \"a\"]")
17: TEST: (map_test<map<string, uint64_t> >( si_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<vector<si_pair> >( si_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<value, value> >( value_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<scalar, scalar> >( scalar_pairs, "{\"a\"=0, \"b\"=1, \"c\"=2}"))
17: TEST: (map_test<map<annotation_key, message_id> >( restricted_pairs, "{:a=0, :b=1, :c=2}"))
17: TEST: null_test()
17: TEST: sequence_test<forward_list<binary> >( ARRAY, many<binary>() + binary("xx") + binary("yy"), "@PN_BINARY[b\"xx\", b\"yy\"]")
17: TEST: (map_test<unordered_map<string, uint64_t> >(si_pairs, ""))
13/20 Test #17: cpp-value_test ...................   Passed    0.05 sec
test 18
      Start 18: cpp-container_test

18: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/container_test">
18: Test timeout computed to be: 1500
18: TEST: test_container_default_container_id()
18: TEST: test_container_vhost()
18: TEST: test_container_capabilities()
18: TEST: test_container_default_vhost()
18: TEST: test_container_no_vhost()
18: TEST: test_container_bad_address()
18: TEST: test_container_stop()
18: TEST: test_container_schedule_nohang()
18: TEST: test_container_immediate_stop()
18: TEST: test_container_pre_stop()
18: TEST: test_container_schedule_stop()
18: TEST: test_container_mt_stop_empty()
18: TEST: test_container_mt_stop()
18: TEST: test_container_mt_close_race()
14/20 Test #18: cpp-container_test ...............   Passed    0.72 sec
test 19
      Start 19: cpp-reconnect_test

19: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/reconnect_test">
19: Test timeout computed to be: 1500
19: TEST: test_failover_simple()
19: TEST: test_stop_reconnect()
19: TEST: test_auth_fail_reconnect()
19: TEST: test_reconnecting_close().run()
19: TEST: test_reconnect_url().run()
19: TEST: test_reconnect_update_failover().run()
19: TEST: test_reconnect_update_simple().run()
15/20 Test #19: cpp-reconnect_test ...............   Passed    7.75 sec
test 20
      Start 20: cpp-link_test

20: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/link_test">
20: Test timeout computed to be: 1500
20: TEST: test_link_name()
16/20 Test #20: cpp-link_test ....................   Passed    0.05 sec
test 21
      Start 21: cpp-credit_test

21: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/credit_test">
21: Test timeout computed to be: 1500
21: TEST: test_basic_credit()
21: TEST: test_drain_credit()
17/20 Test #21: cpp-credit_test ..................   Passed    0.05 sec
test 22
      Start 22: cpp-url-test

22: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/cpp-test"> "[url]"
22: Test timeout computed to be: 1500
22: ===============================================================================
22: All tests passed (140 assertions in 1 test case)
22: 
18/20 Test #22: cpp-url-test .....................   Passed    0.04 sec
test 23
      Start 23: cpp-example-container

23: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "PATH=<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/examples>:/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "PYTHONPATH=../../tests/py" "HAS_CPP11=1" "/usr/bin/python" "testme" "-v" "ContainerExampleTest"
23: Test timeout computed to be: 1500
23: test_encode_decode (__main__.ContainerExampleTest) ... ok
23: test_flow_control (__main__.ContainerExampleTest) ... ok
23: test_helloworld (__main__.ContainerExampleTest) ... ok
23: test_message_properties (__main__.ContainerExampleTest) ... ok
23: test_multithreaded_client (__main__.ContainerExampleTest) ... ok
23: test_request_response (__main__.ContainerExampleTest) ... ok
23: test_request_response_direct (__main__.ContainerExampleTest) ... ok
23: test_scheduled_send (__main__.ContainerExampleTest) ... ok
23: test_scheduled_send_03 (__main__.ContainerExampleTest) ... ok
23: test_simple_recv_direct_send (__main__.ContainerExampleTest) ... ok
23: test_simple_recv_send (__main__.ContainerExampleTest) ... ok
23: test_simple_send_direct_recv (__main__.ContainerExampleTest) ... ok
23: test_simple_send_recv (__main__.ContainerExampleTest) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 13 tests in 0.506s
23: 
23: OK
19/20 Test #23: cpp-example-container ............   Passed    0.60 sec
test 24
      Start 24: cpp-example-container-ssl

24: Test command: /usr/bin/python "<https://builds.apache.org/job/Qpid-proton-c/ws/scripts/env.py"> "--" "PATH=<https://builds.apache.org/job/Qpid-proton-c/ws/build/cpp/examples>:/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "PYTHONPATH=../../tests/py" "HAS_CPP11=1" "/usr/bin/python" "testme" "-v" "ContainerExampleSSLTest"
24: Test timeout computed to be: 1500
24: test_ssl (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_bad_name (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_client_cert (__main__.ContainerExampleSSLTest) ... ok
24: test_ssl_no_name (__main__.ContainerExampleSSLTest) ... ok
24: 
24: ----------------------------------------------------------------------
24: Ran 4 tests in 0.112s
24: 
24: OK
20/20 Test #24: cpp-example-container-ssl ........   Passed    0.21 sec

The following tests passed:
	c-example-tests
	c-core-test
	c-extra-test
	c-proactor-test
	c-ssl-proactor-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-reconnect_test
	cpp-link_test
	cpp-credit_test
	cpp-url-test
	cpp-example-container
	cpp-example-container-ssl

95% tests passed, 1 tests failed out of 20

Total Test time (real) =  12.26 sec

The following tests FAILED:
	  6 - c-fdlimit-tests (Failed)
Errors while running CTest
Build step 'Execute shell' marked build as failure
Recording test results