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 2021/03/02 22:03:36 UTC

Build failed in Jenkins: Qpid » Qpid-Proton-C #73

See <https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/73/display/redirect?page=changes>

Changes:

[Andrew Stitcher] PROTON-2338: Removed some unused code that was bothering clang


------------------------------------------
[...truncated 225.36 KB...]
16: TEST: annotation_key_test()
12/22 Test #16: cpp-scalar_test ..................   Passed    0.04 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.05 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_properties()
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    1.14 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.56 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.04 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.05 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 (154 assertions in 1 test case)
22: 
18/22 Test #22: cpp-url-test .....................   Passed    0.04 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.04 sec
test 44
      Start 44: c-example-tests

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/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"
44: Test timeout computed to be: 1500
44: test_receive_direct (__main__.ExampleTest)
44: Receive from direct server ... ok
44: test_receive_send (__main__.ExampleTest)
44: Start receiving  first, then send. ... ok
44: test_send_abort_broker (__main__.ExampleTest)
44: Sending aborted messages to a broker ... ok
44: test_send_abort_direct (__main__.ExampleTest)
44: Send aborted messages to the direct server ... ok
44: test_send_direct (__main__.ExampleTest)
44: Send to direct server ... ok
44: test_send_receive (__main__.ExampleTest)
44: Send first then receive ... ok
44: test_send_ssl_receive (__main__.ExampleTest)
44: Send with SSL, then receive ... ok
44: 
44: ----------------------------------------------------------------------
44: Ran 7 tests in 0.204s
44: 
44: OK
20/22 Test #44: c-example-tests ..................   Passed    0.27 sec
test 45
      Start 45: cpp-example-container

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" "<https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/ws/cpp/examples/testme"> "-v" "ContainerExampleTest"
45: Test timeout computed to be: 1500
45: test_encode_decode (__main__.ContainerExampleTest) ... ok
45: test_flow_control (__main__.ContainerExampleTest) ... ok
45: test_helloworld (__main__.ContainerExampleTest) ... ok
45: test_message_properties (__main__.ContainerExampleTest) ... ok
45: test_multithreaded_client (__main__.ContainerExampleTest) ... ok
45: test_request_response (__main__.ContainerExampleTest) ... ok
45: test_request_response_direct (__main__.ContainerExampleTest) ... ok
45: test_scheduled_send (__main__.ContainerExampleTest) ... ok
45: test_scheduled_send_03 (__main__.ContainerExampleTest) ... ok
45: test_simple_recv_direct_send (__main__.ContainerExampleTest) ... ok
45: test_simple_recv_send (__main__.ContainerExampleTest) ... ok
45: test_simple_send_direct_recv (__main__.ContainerExampleTest) ... ok
45: test_simple_send_recv (__main__.ContainerExampleTest) ... ok
45: 
45: ----------------------------------------------------------------------
45: Ran 13 tests in 0.490s
45: 
45: OK
21/22 Test #45: cpp-example-container ............   Passed    0.57 sec
test 46
      Start 46: cpp-example-container-ssl

46: 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"
46: Test timeout computed to be: 1500
46: test_ssl (__main__.ContainerExampleSSLTest) ... ok
46: test_ssl_bad_name (__main__.ContainerExampleSSLTest) ... ok
46: test_ssl_client_cert (__main__.ContainerExampleSSLTest) ... ok
46: test_ssl_no_name (__main__.ContainerExampleSSLTest) ... ok
46: 
46: ----------------------------------------------------------------------
46: Ran 4 tests in 0.208s
46: 
46: OK
22/22 Test #46: cpp-example-container-ssl ........   Passed    0.29 sec

The following tests passed:
	c-core-test
	c-extra-test
	c-proactor-test
	c-raw-connection-test
	c-ssl-proactor-test
	c-fdlimit-tests
	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

100% tests passed, 0 tests failed out of 22

Total Test time (real) =   8.56 sec
Build completed
FATAL: Remote call on H44 failed
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H44
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1083)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
java.lang.NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins
	at jenkins.agents.AgentComputerUtil.getChannelToMaster(AgentComputerUtil.java:48)
	at hudson.util.ProcessTree.get(ProcessTree.java:432)
	at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1100)
	at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1091)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Remote call on H44 failed
	at hudson.remoting.Channel.call(Channel.java:1004)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1083)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
	at hudson.model.Run.execute(Run.java:1880)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Recording test results

Jenkins build is back to normal : Qpid » Qpid-Proton-C #74

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Qpid/job/Qpid-Proton-C/74/display/redirect?page=changes>