See
<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/44/display/redirect?page=changes>
Changes:
[kimp] PROTON-2237: Minor fix: removed import of skipif in
tests/proton_tests/message.py, not used.
------------------------------------------
[...truncated 165.81 KB...]
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/22 Test #16: cpp-scalar_test .................. Passed 0.06 sec
test 17
Start 17: cpp-value_test
17: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/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/22 Test #17: cpp-value_test ................... Passed 0.07 sec
test 18
Start 18: cpp-container_test
18: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/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/22 Test #18: cpp-container_test ............... Passed 0.62 sec
test 19
Start 19: cpp-reconnect_test
19: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/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/22 Test #19: cpp-reconnect_test ............... Passed 2.69 sec
test 20
Start 20: cpp-link_test
20: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/build/cpp/link_test">
20: Test timeout computed to be: 1500
20: TEST: test_link_name()
16/22 Test #20: cpp-link_test .................... Passed 0.06 sec
test 21
Start 21: cpp-credit_test
21: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/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/22 Test #21: cpp-credit_test .................. Passed 0.07 sec
test 22
Start 22: cpp-url-test
22: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/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/22 Test #22: cpp-url-test ..................... Passed 0.05 sec
test 23
Start 23: cpp-object-test
23: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/build/cpp/cpp-core-test">
"[object]"
23: Test timeout computed to be: 1500
23:
===============================================================================
23: All tests passed (4 assertions in 1 test case)
23:
19/22 Test #23: cpp-object-test .................. Passed 0.07 sec
test 43
Start 43: c-example-tests
43: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"PATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/build/c/examples>:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
"PYTHONPATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/tests/py">
"/usr/bin/python" "testme" "-v"
43: Test timeout computed to be: 1500
43: test_receive_direct (__main__.ExampleTest)
43: Receive from direct server ... ok
43: test_receive_send (__main__.ExampleTest)
43: Start receiving first, then send. ... ok
43: test_send_abort_broker (__main__.ExampleTest)
43: Sending aborted messages to a broker ... ok
43: test_send_abort_direct (__main__.ExampleTest)
43: Send aborted messages to the direct server ... ok
43: test_send_direct (__main__.ExampleTest)
43: Send to direct server ... ok
43: test_send_receive (__main__.ExampleTest)
43: Send first then receive ... ok
43: test_send_ssl_receive (__main__.ExampleTest)
43: Send with SSL, then receive ... ok
43:
43: ----------------------------------------------------------------------
43: Ran 7 tests in 0.218s
43:
43: OK
20/22 Test #43: c-example-tests .................. Passed 0.35 sec
test 44
Start 44: cpp-example-container
44: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"PATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/build/cpp/examples>:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
"PYTHONPATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/tests/py">
"HAS_CPP11=" "/usr/bin/python"
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/cpp/examples/testme">
"-v" "ContainerExampleTest"
44: Test timeout computed to be: 1500
44: test_encode_decode (__main__.ContainerExampleTest) ... ok
44: test_flow_control (__main__.ContainerExampleTest) ... ok
44: test_helloworld (__main__.ContainerExampleTest) ... ok
44: test_message_properties (__main__.ContainerExampleTest) ... ok
44: test_multithreaded_client (__main__.ContainerExampleTest) ... ok
44: test_request_response (__main__.ContainerExampleTest) ... ok
44: test_request_response_direct (__main__.ContainerExampleTest) ... ok
44: test_scheduled_send (__main__.ContainerExampleTest) ... ok
44: test_scheduled_send_03 (__main__.ContainerExampleTest) ... ok
44: test_simple_recv_direct_send (__main__.ContainerExampleTest) ... ok
44: test_simple_recv_send (__main__.ContainerExampleTest) ... ok
44: test_simple_send_direct_recv (__main__.ContainerExampleTest) ... ok
44: test_simple_send_recv (__main__.ContainerExampleTest) ... ok
44:
44: ----------------------------------------------------------------------
44: Ran 13 tests in 0.561s
44:
44: OK
21/22 Test #44: cpp-example-container ............ Passed 0.71 sec
test 45
Start 45: cpp-example-container-ssl
45: Test command: /usr/bin/python
"<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/scripts/env.py">
"--"
"PATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/build/cpp/examples>:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
"PYTHONPATH=<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/tests/py">
"HAS_CPP11=" "/usr/bin/python" "testme" "-v" "ContainerExampleSSLTest"
45: Test timeout computed to be: 1500
45: test_ssl (__main__.ContainerExampleSSLTest) ... ok
45: test_ssl_bad_name (__main__.ContainerExampleSSLTest) ... ok
45: test_ssl_client_cert (__main__.ContainerExampleSSLTest) ... ok
45: test_ssl_no_name (__main__.ContainerExampleSSLTest) ... ok
45:
45: ----------------------------------------------------------------------
45: Ran 4 tests in 0.127s
45:
45: OK
22/22 Test #45: cpp-example-container-ssl ........ Passed 0.25 sec
The following tests passed:
c-core-test
c-extra-test
c-proactor-test
c-raw-connection-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-object-test
c-example-tests
cpp-example-container
cpp-example-container-ssl
95% tests passed, 1 tests failed out of 22
Total Test time (real) = 1506.03 sec
The following tests FAILED:
6 - c-fdlimit-tests (Timeout)
Errors while running CTest
Build step 'Execute shell' marked build as failure
Recording test results