Start testing: Jul 09 00:55 CEST ---------------------------------------------------------- 1/48 Testing: UNIT_AdvertiseOptions_TEST 1/48 Test: UNIT_AdvertiseOptions_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_AdvertiseOptions_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_AdvertiseOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_AdvertiseOptions_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 21 tests from 2 test cases. [----------] Global test environment set-up. [----------] 18 tests from AdvertiseOptionsTest [ RUN ] AdvertiseOptionsTest.defConstructor [ OK ] AdvertiseOptionsTest.defConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.copyConstructor [ OK ] AdvertiseOptionsTest.copyConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.assignmentOp [ OK ] AdvertiseOptionsTest.assignmentOp (0 ms) [ RUN ] AdvertiseOptionsTest.equalityOp [ OK ] AdvertiseOptionsTest.equalityOp (0 ms) [ RUN ] AdvertiseOptionsTest.streamInsertion [ OK ] AdvertiseOptionsTest.streamInsertion (0 ms) [ RUN ] AdvertiseOptionsTest.accessors [ OK ] AdvertiseOptionsTest.accessors (0 ms) [ RUN ] AdvertiseOptionsTest.msgDefConstructor [ OK ] AdvertiseOptionsTest.msgDefConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.msgCopyConstructor [ OK ] AdvertiseOptionsTest.msgCopyConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.msgAssignmentOp [ OK ] AdvertiseOptionsTest.msgAssignmentOp (0 ms) [ RUN ] AdvertiseOptionsTest.msgEqualityOp [ OK ] AdvertiseOptionsTest.msgEqualityOp (0 ms) [ RUN ] AdvertiseOptionsTest.msgStreamInsertion [ OK ] AdvertiseOptionsTest.msgStreamInsertion (0 ms) [ RUN ] AdvertiseOptionsTest.msgAccessors [ OK ] AdvertiseOptionsTest.msgAccessors (0 ms) [ RUN ] AdvertiseOptionsTest.srvDefConstructor [ OK ] AdvertiseOptionsTest.srvDefConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.srvCopyConstructor [ OK ] AdvertiseOptionsTest.srvCopyConstructor (0 ms) [ RUN ] AdvertiseOptionsTest.srvAssignmentOp [ OK ] AdvertiseOptionsTest.srvAssignmentOp (0 ms) [ RUN ] AdvertiseOptionsTest.srvEqualityOp [ OK ] AdvertiseOptionsTest.srvEqualityOp (0 ms) [ RUN ] AdvertiseOptionsTest.srvStreamInsertion [ OK ] AdvertiseOptionsTest.srvStreamInsertion (0 ms) [ RUN ] AdvertiseOptionsTest.srvAccessors [ OK ] AdvertiseOptionsTest.srvAccessors (0 ms) [----------] 18 tests from AdvertiseOptionsTest (0 ms total) [----------] 3 tests from PacketTest [ RUN ] PacketTest.optionsIO AdvertiseOptions::Pack() error: NULL output buffer AdvertiseOptions::Unpack() error: NULL input buffer [ OK ] PacketTest.optionsIO (0 ms) [ RUN ] PacketTest.msgOptionsIO AdvertiseMessageOptions::Pack() error: NULL output buffer AdvertiseMessageOptions::Unpack() error: NULL input buffer [ OK ] PacketTest.msgOptionsIO (0 ms) [ RUN ] PacketTest.srvOptionsIO AdvertiseServiceOptions::Pack() error: NULL output buffer AdvertiseServiceOptions::Unpack() error: NULL input buffer [ OK ] PacketTest.srvOptionsIO (0 ms) [----------] 3 tests from PacketTest (0 ms total) [----------] Global test environment tear-down [==========] 21 tests from 2 test cases ran. (0 ms total) [ PASSED ] 21 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_AdvertiseOptions_TEST" end time: Jul 09 00:55 CEST "UNIT_AdvertiseOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 2/48 Testing: check_UNIT_AdvertiseOptions_TEST 2/48 Test: check_UNIT_AdvertiseOptions_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_AdvertiseOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_AdvertiseOptions_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_AdvertiseOptions_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_AdvertiseOptions_TEST" end time: Jul 09 00:55 CEST "check_UNIT_AdvertiseOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 3/48 Testing: UNIT_Discovery_TEST 3/48 Test: UNIT_Discovery_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Discovery_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Discovery_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Discovery_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Running main() from gtest_main.cc [==========] Running 11 tests from 1 test case. [----------] Global test environment set-up. [----------] 11 tests from DiscoveryTest [ RUN ] DiscoveryTest.TestBasicAPI Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] DiscoveryTest.TestBasicAPI (1 ms) [ RUN ] DiscoveryTest.WithoutCallingStart Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] DiscoveryTest.WithoutCallingStart (0 ms) [ RUN ] DiscoveryTest.TestAdvertiseNoResponse Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] DiscoveryTest.TestAdvertiseNoResponse (1101 ms) [ RUN ] DiscoveryTest.TestAdvertise Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. --------------- Enabled: false Discovery state UUID: 0228d15e-6bb4-4bf2-83ee-f81ebab57efe Settings Activity: 100 ms. Heartbeat: 1000ms. Silence: 3000 ms. Known information: --- Activity --------------- * Sending HEARTBEAT msg [] * Sending HEARTBEAT msg [] /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:231: Failure Value of: connectionExecuted Actual: false Expected: true * Sending HEARTBEAT msg [] * Sending HEARTBEAT msg [] /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:260: Failure Value of: connectionExecuted Actual: false Expected: true * Sending BYE msg [] [ FAILED ] DiscoveryTest.TestAdvertise (3101 ms) [ RUN ] DiscoveryTest.TestAdvertiseSameProc Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] DiscoveryTest.TestAdvertiseSameProc (1100 ms) [ RUN ] DiscoveryTest.TestDiscover Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:325: Failure Value of: connectionExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:336: Failure Value of: connectionExecuted Actual: false Expected: true [ FAILED ] DiscoveryTest.TestDiscover (1300 ms) [ RUN ] DiscoveryTest.TestUnadvertise Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:377: Failure Value of: disconnectionExecuted Actual: false Expected: true [ FAILED ] DiscoveryTest.TestUnadvertise (2101 ms) [ RUN ] DiscoveryTest.TestNodeBye Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:423: Failure Value of: disconnectionExecuted Actual: false Expected: true [ FAILED ] DiscoveryTest.TestNodeBye (2200 ms) [ RUN ] DiscoveryTest.TestTwoPublishersSameTopic Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:472: Failure Value of: 2 Expected: g_counter Which is: 1 /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:484: Failure Value of: 2 Expected: g_counter Which is: 1 [ FAILED ] DiscoveryTest.TestTwoPublishersSameTopic (1401 ms) [ RUN ] DiscoveryTest.TestActivity Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:80: Failure Value of: _expectedActivity Actual: true Expected: this->activity.find(_pUuid) != this->activity.end() Which is: false /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/src/Discovery_TEST.cc:80: Failure Value of: _expectedActivity Actual: true Expected: this->activity.find(_pUuid) != this->activity.end() Which is: false [ FAILED ] DiscoveryTest.TestActivity (5200 ms) [ RUN ] DiscoveryTest.WrongIgnIp Error setting socket option (IP_MULTICAST_IF). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.0] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] DiscoveryTest.WrongIgnIp (0 ms) [----------] 11 tests from DiscoveryTest (17505 ms total) [----------] Global test environment tear-down [==========] 11 tests from 1 test case ran. (17505 ms total) [ PASSED ] 5 tests. [ FAILED ] 6 tests, listed below: [ FAILED ] DiscoveryTest.TestAdvertise [ FAILED ] DiscoveryTest.TestDiscover [ FAILED ] DiscoveryTest.TestUnadvertise [ FAILED ] DiscoveryTest.TestNodeBye [ FAILED ] DiscoveryTest.TestTwoPublishersSameTopic [ FAILED ] DiscoveryTest.TestActivity 6 FAILED TESTS Test time = 17.52 sec ---------------------------------------------------------- Test Failed. "UNIT_Discovery_TEST" end time: Jul 09 00:55 CEST "UNIT_Discovery_TEST" time elapsed: 00:00:17 ---------------------------------------------------------- 4/48 Testing: check_UNIT_Discovery_TEST 4/48 Test: check_UNIT_Discovery_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Discovery_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Discovery_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Discovery_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Discovery_TEST" end time: Jul 09 00:55 CEST "check_UNIT_Discovery_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 5/48 Testing: UNIT_Helpers_TEST 5/48 Test: UNIT_Helpers_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Helpers_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Helpers_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Helpers_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from HelpersTest [ RUN ] HelpersTest.env [ OK ] HelpersTest.env (0 ms) [----------] 1 test from HelpersTest (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (0 ms total) [ PASSED ] 1 test. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_Helpers_TEST" end time: Jul 09 00:55 CEST "UNIT_Helpers_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 6/48 Testing: check_UNIT_Helpers_TEST 6/48 Test: check_UNIT_Helpers_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Helpers_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Helpers_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Helpers_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Helpers_TEST" end time: Jul 09 00:55 CEST "check_UNIT_Helpers_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 7/48 Testing: UNIT_HandlerStorage_TEST 7/48 Test: UNIT_HandlerStorage_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_HandlerStorage_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_HandlerStorage_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_HandlerStorage_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from RepStorageTest [ RUN ] RepStorageTest.RepStorageAPI RepHandler::RunLocalCallback() error: Callback is NULL RepHandler::RunCallback() error: Callback is NULL [ OK ] RepStorageTest.RepStorageAPI (1 ms) [ RUN ] RepStorageTest.SubStorageNoCallbacks SubscriptionHandler::RunLocalCallback() error: Callback is NULL [ OK ] RepStorageTest.SubStorageNoCallbacks (0 ms) [----------] 2 tests from RepStorageTest (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_HandlerStorage_TEST" end time: Jul 09 00:55 CEST "UNIT_HandlerStorage_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 8/48 Testing: check_UNIT_HandlerStorage_TEST 8/48 Test: check_UNIT_HandlerStorage_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_HandlerStorage_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_HandlerStorage_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_HandlerStorage_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_HandlerStorage_TEST" end time: Jul 09 00:55 CEST "check_UNIT_HandlerStorage_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 9/48 Testing: UNIT_MessageInfo_TEST 9/48 Test: UNIT_MessageInfo_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_MessageInfo_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_MessageInfo_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_MessageInfo_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from MessageInfoTest [ RUN ] MessageInfoTest.topic [ OK ] MessageInfoTest.topic (0 ms) [----------] 1 test from MessageInfoTest (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (0 ms total) [ PASSED ] 1 test. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_MessageInfo_TEST" end time: Jul 09 00:55 CEST "UNIT_MessageInfo_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 10/48 Testing: check_UNIT_MessageInfo_TEST 10/48 Test: check_UNIT_MessageInfo_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_MessageInfo_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_MessageInfo_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_MessageInfo_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_MessageInfo_TEST" end time: Jul 09 00:55 CEST "check_UNIT_MessageInfo_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 11/48 Testing: UNIT_NetUtils_TEST 11/48 Test: UNIT_NetUtils_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_NetUtils_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NetUtils_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_NetUtils_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from NetUtilsTest [ RUN ] NetUtilsTest.hostname [ OK ] NetUtilsTest.hostname (0 ms) [ RUN ] NetUtilsTest.username [ OK ] NetUtilsTest.username (0 ms) [----------] 2 tests from NetUtilsTest (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (0 ms total) [ PASSED ] 2 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_NetUtils_TEST" end time: Jul 09 00:55 CEST "UNIT_NetUtils_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 12/48 Testing: check_UNIT_NetUtils_TEST 12/48 Test: check_UNIT_NetUtils_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NetUtils_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_NetUtils_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NetUtils_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_NetUtils_TEST" end time: Jul 09 00:55 CEST "check_UNIT_NetUtils_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 13/48 Testing: UNIT_Node_TEST 13/48 Test: UNIT_Node_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Node_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Node_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Node_TEST" start time: Jul 09 00:55 CEST Output: ---------------------------------------------------------- [==========] Running 46 tests from 1 test case. [----------] Global test environment set-up. [----------] 46 tests from NodeTest [ RUN ] NodeTest.PubWithoutAdvertise Invalid namespace [invalid namespace] Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Current host address: 127.0.0.1 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Bind at: [tcp://127.0.0.1:34023] for pub/sub Bind at: [tcp://127.0.0.1:37621] for control Bind at: [tcp://127.0.0.1:39853] for srv. calls Identity for receiving srv. requests: [75796a01-071c-4468-920a-d577d99f691e] Identity for receiving srv. responses: [35129182-5347-4540-a5e1-04ac9da90980] Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 2fde3645-86b0-4f17-87ca-14833b98080b Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 3d101be8-bb36-4eb2-988d-753d8687bb2e Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubWithoutAdvertise (204 ms) [ RUN ] NodeTest.PubSubSameThread Topic [invalid topic] is not valid. Topic [invalid topic] is not valid. Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 05f94a55-aec0-4f8d-b564-38c950dc48d3 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubSameThread (301 ms) [ RUN ] NodeTest.PubSubSameThreadGenericCb Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 177029ca-2894-4b98-ac31-5bb401be194d Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubSameThreadGenericCb (301 ms) [ RUN ] NodeTest.PubSubSameThreadMessageInfo Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 7d743749-a925-410d-871a-fb106269725a Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubSameThreadMessageInfo (301 ms) [ RUN ] NodeTest.PubSubSameThreadLambda Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 0363e179-a07a-4a30-8a68-69b7da4a9726 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubSameThreadLambda (100 ms) [ RUN ] NodeTest.PubSubSameThreadLambdaMessageInfo Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: ad90c7a5-7f02-480c-9fc1-4c19f2736434 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubSameThreadLambdaMessageInfo (101 ms) [ RUN ] NodeTest.AdvertiseTwoEqualTopics Node::Advertise(): Error advertising a topic. Did you forget to start the discovery service? [ OK ] NodeTest.AdvertiseTwoEqualTopics (1 ms) [ RUN ] NodeTest.PubSubTwoThreadsSameTopic Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 974b9c4d-61dd-4670-9c6b-c00999c4bc55 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubTwoThreadsSameTopic (101 ms) [ RUN ] NodeTest.ScopeProcess Registering the end of a remote connection Proc UUID: tcp://127.0.0.1:34023 Node UUID: [4edf0a00-25eb-4066-965b-0700bc0a3c4a] Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 2c1cb021-7bd0-4324-8fef-022f4126fdfa Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: Process Throttled? No [ OK ] NodeTest.ScopeProcess (102 ms) [ RUN ] NodeTest.ScopeHost Registering the end of a remote connection Proc UUID: tcp://127.0.0.1:34023 Node UUID: [c678360d-74d4-4e27-a3fe-afd7f2565113] Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 1f00a7c1-b7e6-47f4-a664-f865fa603da2 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: Host Throttled? No Registering the end of a remote connection Proc UUID: tcp://127.0.0.1:34023 Node UUID: [95353215-ccf4-4d5c-8f70-5e977f71f7fa] [ OK ] NodeTest.ScopeHost (102 ms) [ RUN ] NodeTest.ScopeAll Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 4c48d695-b9cf-428b-8f9b-f5b0cec2ea82 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.ScopeAll (101 ms) [ RUN ] NodeTest.PubSubOneThreadTwoSubs Registering the end of a remote connection Proc UUID: tcp://127.0.0.1:34023 Node UUID: [76a85412-a6ea-4870-b8a6-c8cc78ad7ca3] Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 6646dd13-28ba-43ce-be87-30a13189a020 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 6646dd13-28ba-43ce-be87-30a13189a020 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No Topic [invalid topic] is not valid. Registering the end of a remote connection Proc UUID: tcp://127.0.0.1:34023 Node UUID: [6646dd13-28ba-43ce-be87-30a13189a020] [ OK ] NodeTest.PubSubOneThreadTwoSubs (902 ms) [ RUN ] NodeTest.ClassMemberCallbackMessage Topic [Bad Topic] is not valid. Topic [invalid topic] is not valid. Topic [invalid topic] is not valid. [ OK ] NodeTest.ClassMemberCallbackMessage (200 ms) [ RUN ] NodeTest.ClassMemberCallbackMessageInfo Topic [Bad Topic] is not valid. Topic [invalid topic] is not valid. Topic [invalid topic] is not valid. [ OK ] NodeTest.ClassMemberCallbackMessageInfo (201 ms) [ RUN ] NodeTest.ClassMemberCallbackService Service [Bad Srv] is not valid. [ OK ] NodeTest.ClassMemberCallbackService (1301 ms) [ RUN ] NodeTest.ClassMemberCallbackServiceWithoutInput Service [Bad Srv] is not valid. [ OK ] NodeTest.ClassMemberCallbackServiceWithoutInput (801 ms) [ RUN ] NodeTest.TypeMismatch Node::Publisher::Publish() Type mismatch. * Type advertised: ignition.msgs.Int32 * Type published: ignition.msgs.Vector3d [ OK ] NodeTest.TypeMismatch (0 ms) [ RUN ] NodeTest.ServiceCallAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.ServiceCallAsync (0 ms) [ RUN ] NodeTest.ServiceCallWithoutInputAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.ServiceCallWithoutInputAsync (1 ms) [ RUN ] NodeTest.ServiceWithoutOutputCallAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.ServiceWithoutOutputCallAsync (0 ms) [ RUN ] NodeTest.ServiceCallAsyncLambda [ OK ] NodeTest.ServiceCallAsyncLambda (0 ms) [ RUN ] NodeTest.ServiceCallWithoutInputAsyncLambda [ OK ] NodeTest.ServiceCallWithoutInputAsyncLambda (0 ms) [ RUN ] NodeTest.ServiceCallWithoutOutputAsyncLambda [ OK ] NodeTest.ServiceCallWithoutOutputAsyncLambda (1 ms) [ RUN ] NodeTest.MultipleServiceCallAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.MultipleServiceCallAsync (0 ms) [ RUN ] NodeTest.MultipleServiceCallWithoutInputAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.MultipleServiceCallWithoutInputAsync (0 ms) [ RUN ] NodeTest.MultipleServiceWithoutOutputCallAsync Service [invalid service] is not valid. Service [invalid service] is not valid. Service [invalid service] is not valid. [ OK ] NodeTest.MultipleServiceWithoutOutputCallAsync (0 ms) [ RUN ] NodeTest.ServiceCallSync Service [invalid service] is not valid. [ OK ] NodeTest.ServiceCallSync (0 ms) [ RUN ] NodeTest.ServiceCallWithoutInputSync Service [invalid service] is not valid. [ OK ] NodeTest.ServiceCallWithoutInputSync (1 ms) [ RUN ] NodeTest.ServiceCallSyncTimeout [ OK ] NodeTest.ServiceCallSyncTimeout (1000 ms) [ RUN ] NodeTest.ServiceCallWithoutInputSyncTimeout [ OK ] NodeTest.ServiceCallWithoutInputSyncTimeout (1000 ms) [ RUN ] NodeTest.SigIntTermination [ OK ] NodeTest.SigIntTermination (508 ms) [ RUN ] NodeTest.SigTermTermination [ OK ] NodeTest.SigTermTermination (505 ms) [ RUN ] NodeTest.PubSubWrongTypesOnPublish Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: 6a56b350-bb52-4a55-9c30-3db627b2d99b Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No Node::Publisher::Publish() Type mismatch. * Type advertised: ignition.msgs.Int32 * Type published: ignition.msgs.Vector3d [ OK ] NodeTest.PubSubWrongTypesOnPublish (200 ms) [ RUN ] NodeTest.PubSubWrongTypesOnSubscription Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: b2952196-1c17-4b86-b2a2-2514086ec14c Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Vector3d Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubWrongTypesOnSubscription (101 ms) [ RUN ] NodeTest.PubSubWrongTypesTwoSubscribers Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: babf4506-f6b3-40df-9eed-55395186eba7 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: babf4506-f6b3-40df-9eed-55395186eba7 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.PubSubWrongTypesTwoSubscribers (201 ms) [ RUN ] NodeTest.SubThrottled Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: c3d845a2-4b0e-4381-95ad-67490a33613f Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? No [ OK ] NodeTest.SubThrottled (1502 ms) [ RUN ] NodeTest.PubThrottled Connection callback Publisher: Topic: [@/1085497981@/foo] Address: tcp://127.0.0.1:34023 Process UUID: 625e4f17-20f2-45a6-89ea-70d7ce091dd9 Node UUID: fa18ddde-a2c2-4efb-83a5-f0c958a92a95 Control address: tcp://127.0.0.1:37621 Message type: ignition.msgs.Int32 Advertise options: Scope: All Throttled? Yes Rate: 1 msgs/sec [ OK ] NodeTest.PubThrottled (1501 ms) [ RUN ] NodeTest.SrvRequestWrongReq [ OK ] NodeTest.SrvRequestWrongReq (1301 ms) [ RUN ] NodeTest.SrvRequestWrongRep [ OK ] NodeTest.SrvRequestWrongRep (1301 ms) [ RUN ] NodeTest.SrvWithoutInputRequestWrongRep [ OK ] NodeTest.SrvWithoutInputRequestWrongRep (1300 ms) [ RUN ] NodeTest.SrvTwoRequestsOneWrong [ OK ] NodeTest.SrvTwoRequestsOneWrong (1601 ms) [ RUN ] NodeTest.SrvWithoutInputTwoRequestsOneWrong [ OK ] NodeTest.SrvWithoutInputTwoRequestsOneWrong (1601 ms) [ RUN ] NodeTest.TopicList [ OK ] NodeTest.TopicList (0 ms) [ RUN ] NodeTest.ServiceList [ OK ] NodeTest.ServiceList (0 ms) [ RUN ] NodeTest.waitForShutdownSIGINT [ OK ] NodeTest.waitForShutdownSIGINT (50 ms) [ RUN ] NodeTest.waitForShutdownSIGTERM [ OK ] NodeTest.waitForShutdownSIGTERM (50 ms) [----------] 46 tests from NodeTest (18846 ms total) [----------] Global test environment tear-down [==========] 46 tests from 1 test case ran. (18846 ms total) [ PASSED ] 46 tests. Test time = 19.02 sec ---------------------------------------------------------- Test Passed. "UNIT_Node_TEST" end time: Jul 09 00:56 CEST "UNIT_Node_TEST" time elapsed: 00:00:19 ---------------------------------------------------------- 14/48 Testing: check_UNIT_Node_TEST 14/48 Test: check_UNIT_Node_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Node_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Node_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Node_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Node_TEST" end time: Jul 09 00:56 CEST "check_UNIT_Node_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 15/48 Testing: UNIT_NodeOptions_TEST 15/48 Test: UNIT_NodeOptions_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_NodeOptions_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NodeOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_NodeOptions_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from NodeOptionsTest [ RUN ] NodeOptionsTest.ignPartition Invalid partition name [/] [ OK ] NodeOptionsTest.ignPartition (1 ms) [ RUN ] NodeOptionsTest.accessors Invalid namespace [invalid namespace] Invalid partition name [invalid partition] [ OK ] NodeOptionsTest.accessors (0 ms) [----------] 2 tests from NodeOptionsTest (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. Test time = 0.02 sec ---------------------------------------------------------- Test Passed. "UNIT_NodeOptions_TEST" end time: Jul 09 00:56 CEST "UNIT_NodeOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 16/48 Testing: check_UNIT_NodeOptions_TEST 16/48 Test: check_UNIT_NodeOptions_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NodeOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_NodeOptions_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_NodeOptions_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_NodeOptions_TEST" end time: Jul 09 00:56 CEST "check_UNIT_NodeOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 17/48 Testing: UNIT_Packet_TEST 17/48 Test: UNIT_Packet_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Packet_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Packet_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Packet_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Running main() from gtest_main.cc [==========] Running 8 tests from 1 test case. [----------] Global test environment set-up. [----------] 8 tests from PacketTest [ RUN ] PacketTest.BasicHeaderAPI [ OK ] PacketTest.BasicHeaderAPI (0 ms) [ RUN ] PacketTest.HeaderIO Header::Pack() error: You're trying to pack an incomplete header: -------------------------------------- Header: Version: 0 Process UUID: Type: UNINITIALIZED Flags: 0 Header::Pack() error: NULL output buffer Header::Unpack() error: NULL input buffer [ OK ] PacketTest.HeaderIO (0 ms) [ RUN ] PacketTest.BasicSubscriptionAPI [ OK ] PacketTest.BasicSubscriptionAPI (0 ms) [ RUN ] PacketTest.SubscriptionIO Header::Pack() error: You're trying to pack an incomplete header: -------------------------------------- Header: Version: 0 Process UUID: Type: UNINITIALIZED Flags: 0 SubscriptionMsg::Pack() error: You're trying to pack a message with an empty topic Header::Pack() error: NULL output buffer SubscriptionMsg::UnpackBody() error: NULL input buffer [ OK ] PacketTest.SubscriptionIO (0 ms) [ RUN ] PacketTest.BasicAdvertiseMsgAPI [ OK ] PacketTest.BasicAdvertiseMsgAPI (0 ms) [ RUN ] PacketTest.AdvertiseMsgIO Header::Pack() error: You're trying to pack an incomplete header: -------------------------------------- Header: Version: 0 Process UUID: Type: UNINITIALIZED Flags: 0 Publisher::Pack() error: You're trying to pack an incomplete Publisher: Publisher: Topic: [] Address: tcp://10.0.0.1:6000 Process UUID: procUUID Node UUID: nodeUUID Advertise options: Scope: Host Publisher::Pack() error: You're trying to pack an incomplete Publisher: Publisher: Topic: [topic_test] Address: Process UUID: procUUID Node UUID: nodeUUID Advertise options: Scope: Host Publisher::Pack() error: You're trying to pack an incomplete Publisher: Publisher: Topic: [topic_test] Address: tcp://10.0.0.1:6000 Process UUID: procUUID Node UUID: Advertise options: Scope: Host MessagePublisher::Pack() error: You're trying to pack an incomplete MessagePublisher: Publisher: Topic: [topic_test] Address: tcp://10.0.0.1:6000 Process UUID: procUUID Node UUID: nodeUUID Control address: tcp://10.0.0.1:60011 Message type: Advertise options: Scope: Host Throttled? No Header::Pack() error: NULL output buffer MessagePublisher::UnpackBody() error: NULL input buffer [ OK ] PacketTest.AdvertiseMsgIO (1 ms) [ RUN ] PacketTest.BasicAdvertiseSrvAPI [ OK ] PacketTest.BasicAdvertiseSrvAPI (0 ms) [ RUN ] PacketTest.AdvertiseSrvIO Header::Pack() error: You're trying to pack an incomplete header: -------------------------------------- Header: Version: 0 Process UUID: Type: UNINITIALIZED Flags: 0 ServicePublisher::Pack() error: You're trying to pack an incomplete ServicePublisher: Publisher: Topic: [topic_test] Address: tcp://10.0.0.1:6000 Process UUID: procUUID Node UUID: nodeUUID Socket ID: socketId Request type: Response type: Int Advertise options: Scope: Host ServicePublisher::Pack() error: You're trying to pack an incomplete ServicePublisher: Publisher: Topic: [topic_test] Address: tcp://10.0.0.1:6000 Process UUID: procUUID Node UUID: nodeUUID Socket ID: socketId Request type: Int Response type: Advertise options: Scope: Host Header::Pack() error: NULL output buffer MessagePublisher::Unpack() error: NULL input buffer [ OK ] PacketTest.AdvertiseSrvIO (0 ms) [----------] 8 tests from PacketTest (1 ms total) [----------] Global test environment tear-down [==========] 8 tests from 1 test case ran. (1 ms total) [ PASSED ] 8 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_Packet_TEST" end time: Jul 09 00:56 CEST "UNIT_Packet_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 18/48 Testing: check_UNIT_Packet_TEST 18/48 Test: check_UNIT_Packet_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Packet_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Packet_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Packet_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Packet_TEST" end time: Jul 09 00:56 CEST "check_UNIT_Packet_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 19/48 Testing: UNIT_Publisher_TEST 19/48 Test: UNIT_Publisher_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Publisher_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Publisher_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Publisher_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Running main() from gtest_main.cc [==========] Running 9 tests from 1 test case. [----------] Global test environment set-up. [----------] 9 tests from PublisherTest [ RUN ] PublisherTest.Publisher [ OK ] PublisherTest.Publisher (0 ms) [ RUN ] PublisherTest.PublisherIO Publisher::Pack() error: You're trying to pack an incomplete Publisher: Publisher: Topic: [] Address: Process UUID: Node UUID: Advertise options: Scope: All Publisher::Pack() error: NULL output buffer Publisher::Unpack() error: NULL input buffer [ OK ] PublisherTest.PublisherIO (0 ms) [ RUN ] PublisherTest.PublisherStreamInsertion [ OK ] PublisherTest.PublisherStreamInsertion (0 ms) [ RUN ] PublisherTest.MessagePublisher [ OK ] PublisherTest.MessagePublisher (0 ms) [ RUN ] PublisherTest.MessagePublisherIO MessagePublisher::Pack() error: You're trying to pack an incomplete MessagePublisher: Publisher: Topic: [] Address: Process UUID: Node UUID: Control address: Message type: Advertise options: Scope: All Throttled? No Publisher::Pack() error: NULL output buffer MessagePublisher::UnpackBody() error: NULL input buffer [ OK ] PublisherTest.MessagePublisherIO (0 ms) [ RUN ] PublisherTest.MessagePublisherStreamInsertion [ OK ] PublisherTest.MessagePublisherStreamInsertion (0 ms) [ RUN ] PublisherTest.ServicePublisher [ OK ] PublisherTest.ServicePublisher (0 ms) [ RUN ] PublisherTest.ServicePublisherIO ServicePublisher::Pack() error: You're trying to pack an incomplete ServicePublisher: Publisher: Topic: [] Address: Process UUID: Node UUID: Socket ID: Request type: Response type: Advertise options: Scope: All Publisher::Pack() error: NULL output buffer MessagePublisher::Unpack() error: NULL input buffer [ OK ] PublisherTest.ServicePublisherIO (0 ms) [ RUN ] PublisherTest.ServicePublisherStreamInsertion [ OK ] PublisherTest.ServicePublisherStreamInsertion (0 ms) [----------] 9 tests from PublisherTest (0 ms total) [----------] Global test environment tear-down [==========] 9 tests from 1 test case ran. (0 ms total) [ PASSED ] 9 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_Publisher_TEST" end time: Jul 09 00:56 CEST "UNIT_Publisher_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 20/48 Testing: check_UNIT_Publisher_TEST 20/48 Test: check_UNIT_Publisher_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Publisher_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Publisher_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Publisher_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Publisher_TEST" end time: Jul 09 00:56 CEST "check_UNIT_Publisher_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 21/48 Testing: UNIT_SubscribeOptions_TEST 21/48 Test: UNIT_SubscribeOptions_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_SubscribeOptions_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_SubscribeOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_SubscribeOptions_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from SubscribeOptionsTest [ RUN ] SubscribeOptionsTest.copyConstructor [ OK ] SubscribeOptionsTest.copyConstructor (0 ms) [ RUN ] SubscribeOptionsTest.accessors [ OK ] SubscribeOptionsTest.accessors (0 ms) [ RUN ] SubscribeOptionsTest.throttled [ OK ] SubscribeOptionsTest.throttled (0 ms) [----------] 3 tests from SubscribeOptionsTest (0 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (0 ms total) [ PASSED ] 3 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_SubscribeOptions_TEST" end time: Jul 09 00:56 CEST "UNIT_SubscribeOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 22/48 Testing: check_UNIT_SubscribeOptions_TEST 22/48 Test: check_UNIT_SubscribeOptions_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_SubscribeOptions_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_SubscribeOptions_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_SubscribeOptions_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_SubscribeOptions_TEST" end time: Jul 09 00:56 CEST "check_UNIT_SubscribeOptions_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 23/48 Testing: UNIT_TopicStorage_TEST 23/48 Test: UNIT_TopicStorage_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_TopicStorage_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicStorage_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_TopicStorage_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Running main() from gtest_main.cc [==========] Running 5 tests from 1 test case. [----------] Global test environment set-up. [----------] 5 tests from TopicStorageTest [ RUN ] TopicStorageTest.TopicStorageAPI --- [foo] Proc. UUID: process-UUID-1 Publisher: Topic: [foo] Address: tcp://10.0.0.1:6001 Process UUID: process-UUID-1 Node UUID: node-UUID-1 Advertise options: Scope: All Publisher: Topic: [foo] Address: tcp://10.0.0.1:6001 Process UUID: process-UUID-1 Node UUID: node-UUID-2 Advertise options: Scope: Process Proc. UUID: process-UUID-2 Publisher: Topic: [foo] Address: tcp://10.0.0.1:6002 Process UUID: process-UUID-2 Node UUID: node-UUID-3 Advertise options: Scope: Host Publisher: Topic: [foo] Address: tcp://10.0.0.1:6002 Process UUID: process-UUID-2 Node UUID: node-UUID-4 Advertise options: Scope: All [ OK ] TopicStorageTest.TopicStorageAPI (0 ms) [ RUN ] TopicStorageTest.TopicList [ OK ] TopicStorageTest.TopicList (0 ms) [ RUN ] TopicStorageTest.PublishersByProc [ OK ] TopicStorageTest.PublishersByProc (0 ms) [ RUN ] TopicStorageTest.PublishersByNode [ OK ] TopicStorageTest.PublishersByNode (0 ms) [ RUN ] TopicStorageTest.HasTopicWithType [ OK ] TopicStorageTest.HasTopicWithType (0 ms) [----------] 5 tests from TopicStorageTest (0 ms total) [----------] Global test environment tear-down [==========] 5 tests from 1 test case ran. (1 ms total) [ PASSED ] 5 tests. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_TopicStorage_TEST" end time: Jul 09 00:56 CEST "UNIT_TopicStorage_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 24/48 Testing: check_UNIT_TopicStorage_TEST 24/48 Test: check_UNIT_TopicStorage_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicStorage_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_TopicStorage_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicStorage_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_TopicStorage_TEST" end time: Jul 09 00:56 CEST "check_UNIT_TopicStorage_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 25/48 Testing: UNIT_TopicUtils_TEST 25/48 Test: UNIT_TopicUtils_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_TopicUtils_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicUtils_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_TopicUtils_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 4 tests from 1 test case. [----------] Global test environment set-up. [----------] 4 tests from TopicUtilsTest [ RUN ] TopicUtilsTest.testTopics [ OK ] TopicUtilsTest.testTopics (0 ms) [ RUN ] TopicUtilsTest.testNamespaces [ OK ] TopicUtilsTest.testNamespaces (1 ms) [ RUN ] TopicUtilsTest.tesPartitions [ OK ] TopicUtilsTest.tesPartitions (0 ms) [ RUN ] TopicUtilsTest.testFullyQualifiedName [ OK ] TopicUtilsTest.testFullyQualifiedName (34 ms) [----------] 4 tests from TopicUtilsTest (35 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test case ran. (35 ms total) [ PASSED ] 4 tests. Test time = 0.05 sec ---------------------------------------------------------- Test Passed. "UNIT_TopicUtils_TEST" end time: Jul 09 00:56 CEST "UNIT_TopicUtils_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 26/48 Testing: check_UNIT_TopicUtils_TEST 26/48 Test: check_UNIT_TopicUtils_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicUtils_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_TopicUtils_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_TopicUtils_TEST.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_UNIT_TopicUtils_TEST" end time: Jul 09 00:56 CEST "check_UNIT_TopicUtils_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 27/48 Testing: UNIT_Uuid_TEST 27/48 Test: UNIT_Uuid_TEST Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src/UNIT_Uuid_TEST" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Uuid_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "UNIT_Uuid_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from UuidTest [ RUN ] UuidTest.testToString [ OK ] UuidTest.testToString (0 ms) [----------] 1 test from UuidTest (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (0 ms total) [ PASSED ] 1 test. Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "UNIT_Uuid_TEST" end time: Jul 09 00:56 CEST "UNIT_Uuid_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 28/48 Testing: check_UNIT_Uuid_TEST 28/48 Test: check_UNIT_Uuid_TEST Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Uuid_TEST.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/src "check_UNIT_Uuid_TEST" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/UNIT_Uuid_TEST.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_UNIT_Uuid_TEST" end time: Jul 09 00:56 CEST "check_UNIT_Uuid_TEST" time elapsed: 00:00:00 ---------------------------------------------------------- 29/48 Testing: INTEGRATION_scopedTopic 29/48 Test: INTEGRATION_scopedTopic Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_scopedTopic" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_scopedTopic.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_scopedTopic" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from ScopedTopicTest [ RUN ] ScopedTopicTest.ProcessTest Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from ScopedTopicTest [ RUN ] ScopedTopicTest.SubscriberTest Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] ScopedTopicTest.SubscriberTest (1011 ms) [----------] 1 test from ScopedTopicTest (1011 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (1011 ms total) [ PASSED ] 1 test. [ OK ] ScopedTopicTest.ProcessTest (1415 ms) [----------] 1 test from ScopedTopicTest (1415 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (1415 ms total) [ PASSED ] 1 test. Test time = 1.72 sec ---------------------------------------------------------- Test Passed. "INTEGRATION_scopedTopic" end time: Jul 09 00:56 CEST "INTEGRATION_scopedTopic" time elapsed: 00:00:01 ---------------------------------------------------------- 30/48 Testing: check_INTEGRATION_scopedTopic 30/48 Test: check_INTEGRATION_scopedTopic Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_scopedTopic.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_scopedTopic" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_scopedTopic.xml Test time = 0.03 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_scopedTopic" end time: Jul 09 00:56 CEST "check_INTEGRATION_scopedTopic" time elapsed: 00:00:00 ---------------------------------------------------------- 31/48 Testing: INTEGRATION_twoProcessesPubSub 31/48 Test: INTEGRATION_twoProcessesPubSub Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesPubSub" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesPubSub.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesPubSub" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 9 tests from 2 test cases. [----------] Global test environment set-up. [----------] 7 tests from twoProcPubSub [ RUN ] twoProcPubSub.PubSubTwoProcsThreeNodes Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcPubSub [ RUN ] twoProcPubSub.PubSubTwoProcsTwoNodesSubscriber Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:110: Failure Value of: pub.HasConnections() Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSubSubscriber_aux.cc:80: Failure Value of: cbExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSubSubscriber_aux.cc:81: Failure Value of: cb2Executed Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSubSubscriber_aux.cc:84: Failure Value of: node.Unsubscribe(g_topic) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSubSubscriber_aux.cc:91: Failure Value of: cb2Executed Actual: false Expected: true [ FAILED ] twoProcPubSub.PubSubTwoProcsTwoNodesSubscriber (12310 ms) [----------] 1 test from twoProcPubSub (12310 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (12310 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] twoProcPubSub.PubSubTwoProcsTwoNodesSubscriber 1 FAILED TEST [ FAILED ] twoProcPubSub.PubSubTwoProcsThreeNodes (12619 ms) [ RUN ] twoProcPubSub.PubSubWrongTypesOnSubscription Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcPubSub.PubSubWrongTypesOnSubscription (3114 ms) [ RUN ] twoProcPubSub.PubSubWrongTypesTwoSubscribers Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:180: Failure Value of: cbVectorExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:181: Failure Value of: genericCbExecuted Actual: false Expected: true [ FAILED ] twoProcPubSub.PubSubWrongTypesTwoSubscribers (3115 ms) [ RUN ] twoProcPubSub.FastPublisher Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcPubSub.FastPublisher (610 ms) [ RUN ] twoProcPubSub.PubSubMessageInfo Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcPubSub.PubSubMessageInfo (3112 ms) [ RUN ] twoProcPubSub.TopicList Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:325: Failure Value of: 1u Actual: 1 Expected: topics.size() Which is: 0 [ FAILED ] twoProcPubSub.TopicList (2501 ms) [ RUN ] twoProcPubSub.TopicInfo Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:380: Failure Value of: node.TopicInfo("/foo", publishers) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesPubSub.cc:381: Failure Value of: 1u Actual: 1 Expected: publishers.size() Which is: 0 Test time = 28.19 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesPubSub" end time: Jul 09 00:56 CEST "INTEGRATION_twoProcessesPubSub" time elapsed: 00:00:28 ---------------------------------------------------------- 32/48 Testing: check_INTEGRATION_twoProcessesPubSub 32/48 Test: check_INTEGRATION_twoProcessesPubSub Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesPubSub.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesPubSub" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesPubSub.xml Cannot find results, writing failure results to /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesPubSub.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesPubSub" end time: Jul 09 00:56 CEST "check_INTEGRATION_twoProcessesPubSub" time elapsed: 00:00:00 ---------------------------------------------------------- 33/48 Testing: INTEGRATION_twoProcessesSrvCall 33/48 Test: INTEGRATION_twoProcessesSrvCall Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCall" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCall.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCall" start time: Jul 09 00:56 CEST Output: ---------------------------------------------------------- [==========] Running 6 tests from 1 test case. [----------] Global test environment set-up. [----------] 6 tests from twoProcSrvCall [ RUN ] twoProcSrvCall.SrvTwoProcs Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:92: Failure Value of: responseExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:93: Failure Value of: 1 Expected: counter Which is: 0 /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:108: Failure Value of: responseExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:109: Failure Value of: 1 Expected: counter Which is: 0 [ FAILED ] twoProcSrvCall.SrvTwoProcs (6214 ms) [ RUN ] twoProcSrvCall.SrvRequestWrongReq Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcSrvCall.SrvRequestWrongReq (6213 ms) [ RUN ] twoProcSrvCall.SrvRequestWrongRep Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcSrvCall.SrvRequestWrongRep (6119 ms) [ RUN ] twoProcSrvCall.SrvTwoRequestsOneWrong Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:233: Failure Value of: node.Request(g_topic, req, timeout, goodRep, result) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:236: Failure Value of: responseExecuted Actual: false Expected: true [ FAILED ] twoProcSrvCall.SrvTwoRequestsOneWrong (6114 ms) [ RUN ] twoProcSrvCall.ServiceList Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:268: Failure Value of: 1u Actual: 1 Expected: services.size() Which is: 0 [ FAILED ] twoProcSrvCall.ServiceList (2501 ms) [ RUN ] twoProcSrvCall.ServiceInfo Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:322: Failure Value of: node.ServiceInfo("/foo", publishers) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCall.cc:323: Failure Value of: 1u Actual: 1 Expected: publishers.size() Which is: 0 Test time = 33.39 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCall" end time: Jul 09 00:57 CEST "INTEGRATION_twoProcessesSrvCall" time elapsed: 00:00:33 ---------------------------------------------------------- 34/48 Testing: check_INTEGRATION_twoProcessesSrvCall 34/48 Test: check_INTEGRATION_twoProcessesSrvCall Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCall.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCall" start time: Jul 09 00:57 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCall.xml Cannot find results, writing failure results to /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCall.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCall" end time: Jul 09 00:57 CEST "check_INTEGRATION_twoProcessesSrvCall" time elapsed: 00:00:00 ---------------------------------------------------------- 35/48 Testing: INTEGRATION_twoProcessesSrvCallStress 35/48 Test: INTEGRATION_twoProcessesSrvCallStress Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallStress" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallStress" start time: Jul 09 00:57 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCall [ RUN ] twoProcSrvCall.ThousandCalls Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallReplierAux [ RUN ] twoProcSrvCallReplierAux.SrvProcReplier Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallStress.cc:53: Failure Value of: node.Request(g_topic, req, timeout, response, result) Actual: false Expected: true [ FAILED ] twoProcSrvCall.ThousandCalls (4003 ms) [----------] 1 test from twoProcSrvCall (4003 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (4003 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] twoProcSrvCall.ThousandCalls 1 FAILED TEST Test time = 240.00 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallStress" end time: Jul 09 01:01 CEST "INTEGRATION_twoProcessesSrvCallStress" time elapsed: 00:04:00 ---------------------------------------------------------- 36/48 Testing: check_INTEGRATION_twoProcessesSrvCallStress 36/48 Test: check_INTEGRATION_twoProcessesSrvCallStress Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallStress" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallStress.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallStress" end time: Jul 09 01:01 CEST "check_INTEGRATION_twoProcessesSrvCallStress" time elapsed: 00:00:00 ---------------------------------------------------------- 37/48 Testing: INTEGRATION_twoProcessesSrvCallSync1 37/48 Test: INTEGRATION_twoProcessesSrvCallSync1 Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallSync1" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallSync1.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallSync1" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallSync1 [ RUN ] twoProcSrvCallSync1.SrvTwoProcs Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Current host address: 127.0.0.1 Process UUID: f0ae6e82-1292-4311-b564-731e8addba92 Bind at: [tcp://127.0.0.1:36765] for pub/sub Bind at: [tcp://127.0.0.1:32783] for control Bind at: [tcp://127.0.0.1:37225] for srv. calls Identity for receiving srv. requests: [33d207ac-04ef-40b4-9202-59c4bd6f773f] Identity for receiving srv. responses: [ebb155c0-7991-4099-b233-5ad4a18d9c38] Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Current host address: 127.0.0.1 Process UUID: e9ad13ba-a2b6-4ee4-9565-262063382ed3 Bind at: [tcp://127.0.0.1:41701] for pub/sub Bind at: [tcp://127.0.0.1:46003] for control Bind at: [tcp://127.0.0.1:43647] for srv. calls Identity for receiving srv. requests: [74bf2815-07ad-4d79-ba28-d9986af2bdff] Identity for receiving srv. responses: [e3be61e5-b2eb-4cf6-bb6e-b239daf07d30] /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallSync1.cc:59: Failure Value of: node.Request(g_topic, req, static_cast(timeout), rep, result) Actual: false Expected: true [ FAILED ] twoProcSrvCallSync1.SrvTwoProcs (3503 ms) [----------] 1 test from twoProcSrvCallSync1 (3504 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3504 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] twoProcSrvCallSync1.SrvTwoProcs 1 FAILED TEST Test time = 6.13 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallSync1" end time: Jul 09 01:01 CEST "INTEGRATION_twoProcessesSrvCallSync1" time elapsed: 00:00:06 ---------------------------------------------------------- 38/48 Testing: check_INTEGRATION_twoProcessesSrvCallSync1 38/48 Test: check_INTEGRATION_twoProcessesSrvCallSync1 Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallSync1.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallSync1" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallSync1.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallSync1" end time: Jul 09 01:01 CEST "check_INTEGRATION_twoProcessesSrvCallSync1" time elapsed: 00:00:00 ---------------------------------------------------------- 39/48 Testing: INTEGRATION_twoProcessesSrvCallWithoutInput 39/48 Test: INTEGRATION_twoProcessesSrvCallWithoutInput Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallWithoutInput" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInput.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallWithoutInput" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- [==========] Running 5 tests from 1 test case. [----------] Global test environment set-up. [----------] 5 tests from twoProcSrvCallWithoutInput [ RUN ] twoProcSrvCallWithoutInput.SrvTwoProcs Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:90: Failure Value of: g_responseExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:91: Failure Value of: 1 Expected: g_counter Which is: 0 /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:106: Failure Value of: g_responseExecuted Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:107: Failure Value of: 1 Expected: g_counter Which is: 0 [ FAILED ] twoProcSrvCallWithoutInput.SrvTwoProcs (6114 ms) [ RUN ] twoProcSrvCallWithoutInput.SrvRequestWrongRep Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcSrvCallWithoutInput.SrvRequestWrongRep (6116 ms) [ RUN ] twoProcSrvCallWithoutInput.SrvTwoRequestsOneWrong Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:184: Failure Value of: node.Request(g_topic, timeout, goodRep, result) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:187: Failure Value of: g_responseExecuted Actual: false Expected: true [ FAILED ] twoProcSrvCallWithoutInput.SrvTwoRequestsOneWrong (6113 ms) [ RUN ] twoProcSrvCallWithoutInput.ServiceList Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:219: Failure Value of: 1u Actual: 1 Expected: services.size() Which is: 0 [ FAILED ] twoProcSrvCallWithoutInput.ServiceList (2500 ms) [ RUN ] twoProcSrvCallWithoutInput.ServiceInfo Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:273: Failure Value of: node.ServiceInfo("/foo", publishers) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInput.cc:274: Failure Value of: 1u Actual: 1 Expected: publishers.size() Which is: 0 Test time = 26.97 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallWithoutInput" end time: Jul 09 01:01 CEST "INTEGRATION_twoProcessesSrvCallWithoutInput" time elapsed: 00:00:26 ---------------------------------------------------------- 40/48 Testing: check_INTEGRATION_twoProcessesSrvCallWithoutInput 40/48 Test: check_INTEGRATION_twoProcessesSrvCallWithoutInput Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInput.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallWithoutInput" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInput.xml Cannot find results, writing failure results to /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInput.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallWithoutInput" end time: Jul 09 01:01 CEST "check_INTEGRATION_twoProcessesSrvCallWithoutInput" time elapsed: 00:00:00 ---------------------------------------------------------- 41/48 Testing: INTEGRATION_twoProcessesSrvCallWithoutInputStress 41/48 Test: INTEGRATION_twoProcessesSrvCallWithoutInputStress Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallWithoutInputStress" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallWithoutInputStress" start time: Jul 09 01:01 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallWithoutInput [ RUN ] twoProcSrvCallWithoutInput.ThousandCalls Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallWithoutInputReplierAux [ RUN ] twoProcSrvCallWithoutInputReplierAux.SrvProcReplier Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInputStress.cc:52: Failure Value of: node.Request(g_topic, timeout, response, result) Actual: false Expected: true [ FAILED ] twoProcSrvCallWithoutInput.ThousandCalls (4003 ms) [----------] 1 test from twoProcSrvCallWithoutInput (4003 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (4003 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] twoProcSrvCallWithoutInput.ThousandCalls 1 FAILED TEST Test time = 240.00 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallWithoutInputStress" end time: Jul 09 01:05 CEST "INTEGRATION_twoProcessesSrvCallWithoutInputStress" time elapsed: 00:04:00 ---------------------------------------------------------- 42/48 Testing: check_INTEGRATION_twoProcessesSrvCallWithoutInputStress 42/48 Test: check_INTEGRATION_twoProcessesSrvCallWithoutInputStress Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallWithoutInputStress" start time: Jul 09 01:05 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputStress.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallWithoutInputStress" end time: Jul 09 01:05 CEST "check_INTEGRATION_twoProcessesSrvCallWithoutInputStress" time elapsed: 00:00:00 ---------------------------------------------------------- 43/48 Testing: INTEGRATION_twoProcessesSrvCallWithoutInputSync1 43/48 Test: INTEGRATION_twoProcessesSrvCallWithoutInputSync1 Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallWithoutInputSync1" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputSync1.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallWithoutInputSync1" start time: Jul 09 01:05 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallWithoutInputSync1 [ RUN ] twoProcSrvCallWithoutInputSync1.SrvTwoProcs Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Current host address: 127.0.0.1 Process UUID: 4e04e5c9-f7c1-4583-a0cf-a0e51164f2a1 Bind at: [tcp://127.0.0.1:38845] for pub/sub Bind at: [tcp://127.0.0.1:43879] for control Bind at: [tcp://127.0.0.1:39775] for srv. calls Identity for receiving srv. requests: [049d11c5-6159-4191-a1dd-55b35c856fe0] Identity for receiving srv. responses: [54583c2f-38c8-4ba4-84aa-4067e2728564] Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Current host address: 127.0.0.1 Process UUID: 79192dba-c732-45cd-bb3a-2058533edf2b Bind at: [tcp://127.0.0.1:42483] for pub/sub Bind at: [tcp://127.0.0.1:34643] for control Bind at: [tcp://127.0.0.1:44719] for srv. calls Identity for receiving srv. requests: [cb9cce37-bc3e-42fa-821e-f32819404a7f] Identity for receiving srv. responses: [e6672eaf-6248-43e5-858e-055609f9cc9b] /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutInputSync1.cc:55: Failure Value of: node.Request(g_topic, static_cast(timeout), rep, result) Actual: false Expected: true [ FAILED ] twoProcSrvCallWithoutInputSync1.SrvTwoProcs (3504 ms) [----------] 1 test from twoProcSrvCallWithoutInputSync1 (3504 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3504 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] twoProcSrvCallWithoutInputSync1.SrvTwoProcs 1 FAILED TEST Test time = 6.13 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallWithoutInputSync1" end time: Jul 09 01:05 CEST "INTEGRATION_twoProcessesSrvCallWithoutInputSync1" time elapsed: 00:00:06 ---------------------------------------------------------- 44/48 Testing: check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1 44/48 Test: check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1 Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputSync1.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1" start time: Jul 09 01:05 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutInputSync1.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1" end time: Jul 09 01:05 CEST "check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1" time elapsed: 00:00:00 ---------------------------------------------------------- 45/48 Testing: INTEGRATION_twoProcessesSrvCallWithoutOutput 45/48 Test: INTEGRATION_twoProcessesSrvCallWithoutOutput Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallWithoutOutput" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutput.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallWithoutOutput" start time: Jul 09 01:05 CEST Output: ---------------------------------------------------------- [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from twoProcSrvCallWithoutOutput [ RUN ] twoProcSrvCallWithoutOutput.SrvRequestWrongReq Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcSrvCallWithoutOutput.SrvRequestWrongReq (6214 ms) [ RUN ] twoProcSrvCallWithoutOutput.ServiceList Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutOutput.cc:103: Failure Value of: 1u Actual: 1 Expected: services.size() Which is: 0 [ FAILED ] twoProcSrvCallWithoutOutput.ServiceList (2501 ms) [ RUN ] twoProcSrvCallWithoutOutput.ServiceInfo Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutOutput.cc:157: Failure Value of: node.ServiceInfo("/foo", publishers) Actual: false Expected: true /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/test/integration/twoProcessesSrvCallWithoutOutput.cc:158: Failure Value of: 1u Actual: 1 Expected: publishers.size() Which is: 0 Test time = 14.85 sec ---------------------------------------------------------- Test Failed. "INTEGRATION_twoProcessesSrvCallWithoutOutput" end time: Jul 09 01:06 CEST "INTEGRATION_twoProcessesSrvCallWithoutOutput" time elapsed: 00:00:14 ---------------------------------------------------------- 46/48 Testing: check_INTEGRATION_twoProcessesSrvCallWithoutOutput 46/48 Test: check_INTEGRATION_twoProcessesSrvCallWithoutOutput Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutput.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallWithoutOutput" start time: Jul 09 01:06 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutput.xml Cannot find results, writing failure results to /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutput.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallWithoutOutput" end time: Jul 09 01:06 CEST "check_INTEGRATION_twoProcessesSrvCallWithoutOutput" time elapsed: 00:00:00 ---------------------------------------------------------- 47/48 Testing: INTEGRATION_twoProcessesSrvCallWithoutOutputStress 47/48 Test: INTEGRATION_twoProcessesSrvCallWithoutOutputStress Command: "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration/INTEGRATION_twoProcessesSrvCallWithoutOutputStress" "--gtest_output=xml:/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutputStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "INTEGRATION_twoProcessesSrvCallWithoutOutputStress" start time: Jul 09 01:06 CEST Output: ---------------------------------------------------------- [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallWithoutOuput [ RUN ] twoProcSrvCallWithoutOuput.ThousandCalls Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from twoProcSrvCallWithoutOuputReplierAux [ RUN ] twoProcSrvCallWithoutOuputReplierAux.SrvProcReplier Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Couldn't find a preferred IP via the getifaddrs() call; I'm assuming that your IP address is 127.0.0.1. This should work for local processes, but will almost certainly not work if you have remote processes.Report to the disc-zmq development team to seek a fix. Error setting socket option (IP_ADD_MEMBERSHIP). Error setting socket option (IP_ADD_MEMBERSHIP). Did you set the environment variable IGN_IP with a correct IP address? [127.0.0.1] seems an invalid local IP address. Using 127.0.0.1 as hostname. [ OK ] twoProcSrvCallWithoutOuput.ThousandCalls (3447 ms) [----------] 1 test from twoProcSrvCallWithoutOuput (3447 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (3447 ms total) [ PASSED ] 1 test. Test time = 3.65 sec ---------------------------------------------------------- Test Passed. "INTEGRATION_twoProcessesSrvCallWithoutOutputStress" end time: Jul 09 01:06 CEST "INTEGRATION_twoProcessesSrvCallWithoutOutputStress" time elapsed: 00:00:03 ---------------------------------------------------------- 48/48 Testing: check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress 48/48 Test: check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress Command: "/usr/bin/python" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport3-3.0.1/tools/check_test_ran.py" "/var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutputStress.xml" Directory: /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test/integration "check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress" start time: Jul 09 01:06 CEST Output: ---------------------------------------------------------- Checking for test results in /var/tmp/portage/net-libs/ignition-transport-3.0.1/work/ignition-transport-3.0.1_build/test_results/INTEGRATION_twoProcessesSrvCallWithoutOutputStress.xml Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress" end time: Jul 09 01:06 CEST "check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress" time elapsed: 00:00:00 ---------------------------------------------------------- End testing: Jul 09 01:06 CEST