1. toji@6100-devbox:~$ cd ign-transport/
  2. toji@6100-devbox:~/ign-transport$ rm -rf build/
  3. toji@6100-devbox:~/ign-transport$ mkdir build
  4. toji@6100-devbox:~/ign-transport$ cd build/
  5. toji@6100-devbox:~/ign-transport/build$ cmake ..
  6. -- The C compiler identification is GNU 5.3.1
  7. -- The CXX compiler identification is GNU 5.3.1
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Detecting C compile features
  13. -- Detecting C compile features - done
  14. -- Check for working CXX compiler: /usr/bin/c++
  15. -- Check for working CXX compiler: /usr/bin/c++ -- works
  16. -- Detecting CXX compiler ABI info
  17. -- Detecting CXX compiler ABI info - done
  18. -- Detecting CXX compile features
  19. -- Detecting CXX compile features - done
  20. -- ignition-transport version 2.0.0
  21. -- Found CPack generators: DEB
  22. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  23. --
  24. ====== Finding 3rd Party Packages ======
  25. -- Operating system is Linux
  26. -- Looking for pthread.h
  27. -- Looking for pthread.h - found
  28. -- Looking for pthread_create
  29. -- Looking for pthread_create - not found
  30. -- Looking for pthread_create in pthreads
  31. -- Looking for pthread_create in pthreads - not found
  32. -- Looking for pthread_create in pthread
  33. -- Looking for pthread_create in pthread - found
  34. -- Found Threads: TRUE
  35. -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so
  36. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  37. -- Checking for module 'libzmq>=3.2.0'
  38. -- Found libzmq, version 4.1.4
  39. -- Looking for zmq pkgconfig file - found
  40. -- cppzmq file - found
  41. -- Checking for module 'uuid'
  42. -- Found uuid, version 2.27.0
  43. -- Looking for uuid pkgconfig file - found
  44. -- ifaddrs.h found.
  45. CMake Warning at cmake/SearchForStuff.cmake:90 (find_package):
  46. By not providing "Findignition-tools.cmake" in CMAKE_MODULE_PATH this
  47. project has asked CMake to find a package configuration file provided by
  48. "ignition-tools", but CMake did not find one.
  49. Could not find a package configuration file provided by "ignition-tools"
  50. with any of the following names:
  51. ignition-toolsConfig.cmake
  52. ignition-tools-config.cmake
  53. Add the installation prefix of "ignition-tools" to CMAKE_PREFIX_PATH or set
  54. "ignition-tools_DIR" to a directory containing one of the above files. If
  55. "ignition-tools" provides a separate development package or SDK, be sure it
  56. has been installed.
  57. Call Stack (most recent call first):
  58. CMakeLists.txt:145 (include)
  59. -- ignition-tools not found, for command line utilities, please install ignition-tools.
  60. -- Looking for ignition-msgs - found
  61. -- Looking for ronn to generate manpages - found
  62. -- ----------------------------------------
  63. -- Checking ignition build type
  64. -- Enable host CFlags
  65. --
  66. SSE4 disabled.
  67. -- Enable upstream CFlags
  68. -- Performing Test R-fno-default-inline
  69. -- Performing Test R-fno-default-inline - Success
  70. -- Performing Test R-fno-elide-constructors
  71. -- Performing Test R-fno-elide-constructors - Success
  72. -- Performing Test R-fno-implicit-inline-templates
  73. -- Performing Test R-fno-implicit-inline-templates - Success
  74. -- Performing Test GCC_SUPPORTS_VISIBILITY
  75. -- Performing Test GCC_SUPPORTS_VISIBILITY - Success
  76. -- Performing Test R-Waddress
  77. -- Performing Test R-Waddress - Success
  78. -- Performing Test R-Warray-bounds
  79. -- Performing Test R-Warray-bounds - Success
  80. -- Performing Test R-Wcomment
  81. -- Performing Test R-Wcomment - Success
  82. -- Performing Test R-Wformat
  83. -- Performing Test R-Wformat - Success
  84. -- Performing Test R-Wnonnull
  85. -- Performing Test R-Wnonnull - Success
  86. -- Performing Test R-Wparentheses
  87. -- Performing Test R-Wparentheses - Success
  88. -- Performing Test R-Wreorder
  89. -- Performing Test R-Wreorder - Success
  90. -- Performing Test R-Wreturn-type
  91. -- Performing Test R-Wreturn-type - Success
  92. -- Performing Test R-Wsequence-point
  93. -- Performing Test R-Wsequence-point - Success
  94. -- Performing Test R-Wsign-compare
  95. -- Performing Test R-Wsign-compare - Success
  96. -- Performing Test R-Wstrict-aliasing
  97. -- Performing Test R-Wstrict-aliasing - Success
  98. -- Performing Test R-Wstrict-overflow=1
  99. -- Performing Test R-Wstrict-overflow=1 - Success
  100. -- Performing Test R-Wswitch
  101. -- Performing Test R-Wswitch - Success
  102. -- Performing Test R-Wtrigraphs
  103. -- Performing Test R-Wtrigraphs - Success
  104. -- Performing Test R-Wuninitialized
  105. -- Performing Test R-Wuninitialized - Success
  106. -- Performing Test R-Wunused-function
  107. -- Performing Test R-Wunused-function - Success
  108. -- Performing Test R-Wunused-label
  109. -- Performing Test R-Wunused-label - Success
  110. -- Performing Test R-Wunused-value
  111. -- Performing Test R-Wunused-value - Success
  112. -- Performing Test R-Wunused-variable
  113. -- Performing Test R-Wunused-variable - Success
  114. -- Performing Test R-Wvolatile-register-var
  115. -- Performing Test R-Wvolatile-register-var - Success
  116. -- Performing Test R-Wextra
  117. -- Performing Test R-Wextra - Success
  118. -- Performing Test R-Wno-long-long
  119. -- Performing Test R-Wno-long-long - Success
  120. -- Performing Test R-Wno-unused-value
  121. -- Performing Test R-Wno-unused-value - Success
  122. -- Performing Test R-Wfloat-equal
  123. -- Performing Test R-Wfloat-equal - Success
  124. -- Performing Test R-Wshadow
  125. -- Performing Test R-Wshadow - Success
  126. -- Performing Test R-Winit-self
  127. -- Performing Test R-Winit-self - Success
  128. -- Performing Test R-Wswitch-default
  129. -- Performing Test R-Wswitch-default - Success
  130. -- Performing Test R-Wmissing-include-dirs
  131. -- Performing Test R-Wmissing-include-dirs - Success
  132. -- Performing Test R-pedantic
  133. -- Performing Test R-pedantic - Success
  134. -- Performing Test R-Wno-pragmas
  135. -- Performing Test R-Wno-pragmas - Success
  136. -- BUILD WARNINGS
  137. -- ignition-tools not found, for command line utilities, please install ignition-tools.
  138. -- END BUILD WARNINGS
  139. -- Custom CFlags: -g -O2 -mssse3 -msse3 -mfpmath=sse -msse -msse2 -std=c++11 -fvisibility=hidden -Waddress -Warray-bounds -Wcomment -Wformat -Wnonnull -Wparentheses -Wreorder -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-overflow=1 -Wswitch -Wtrigraphs -Wuninitialized -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Wvolatile-register-var -Wextra -Wno-long-long -Wno-unused-value -Wno-unused-value -Wno-unused-value -Wno-unused-value -Wfloat-equal -Wshadow -Winit-self -Wswitch-default -Wmissing-include-dirs -pedantic -Wno-pragmas -Wc++11-compat
  140. -- Build Type: RelWithDebInfo
  141. -- Install path: /usr/local
  142. -- Configuration successful. Type make to compile
  143. ignition-transport
  144. -- Configuring done
  145. -- Generating done
  146. -- Build files have been written to: /home/toji/ign-transport/build
  147. toji@6100-devbox:~/ign-transport/build$ make -j4
  148. Scanning dependencies of target gtest
  149. Scanning dependencies of target ignition-transport2
  150. [ 1%] Building CXX object test/CMakeFiles/gtest.dir/gtest/src/gtest-all.cc.o
  151. [ 2%] Building CXX object src/CMakeFiles/ignition-transport2.dir/AdvertiseOptions.cc.o
  152. [ 3%] Building CXX object src/CMakeFiles/ignition-transport2.dir/Helpers.cc.o
  153. [ 5%] Building CXX object src/CMakeFiles/ignition-transport2.dir/ign.cc.o
  154. [ 6%] Building CXX object src/CMakeFiles/ignition-transport2.dir/NetUtils.cc.o
  155. [ 7%] Building CXX object src/CMakeFiles/ignition-transport2.dir/Node.cc.o
  156. [ 8%] Building CXX object src/CMakeFiles/ignition-transport2.dir/NodeOptions.cc.o
  157. [ 10%] Building CXX object src/CMakeFiles/ignition-transport2.dir/NodeShared.cc.o
  158. [ 11%] Building CXX object src/CMakeFiles/ignition-transport2.dir/Packet.cc.o
  159. [ 12%] Building CXX object src/CMakeFiles/ignition-transport2.dir/Publisher.cc.o
  160. [ 13%] Building CXX object src/CMakeFiles/ignition-transport2.dir/TopicUtils.cc.o
  161. [ 15%] Building CXX object src/CMakeFiles/ignition-transport2.dir/Uuid.cc.o
  162. [ 16%] Linking CXX static library libgtest.a
  163. [ 16%] Built target gtest
  164. Scanning dependencies of target gtest_main
  165. [ 17%] Building CXX object test/CMakeFiles/gtest_main.dir/gtest/src/gtest_main.cc.o
  166. [ 18%] Linking CXX static library libgtest_main.a
  167. [ 18%] Built target gtest_main
  168. [ 20%] Linking CXX shared library libignition-transport2.so
  169. [ 20%] Built target ignition-transport2
  170. Scanning dependencies of target UNIT_TopicUtils_TEST
  171. Scanning dependencies of target UNIT_TopicStorage_TEST
  172. Scanning dependencies of target UNIT_Helpers_TEST
  173. Scanning dependencies of target UNIT_Uuid_TEST
  174. [ 21%] Building CXX object src/CMakeFiles/UNIT_TopicUtils_TEST.dir/TopicUtils_TEST.cc.o
  175. [ 22%] Building CXX object src/CMakeFiles/UNIT_TopicStorage_TEST.dir/TopicStorage_TEST.cc.o
  176. [ 23%] Building CXX object src/CMakeFiles/UNIT_Uuid_TEST.dir/Uuid_TEST.cc.o
  177. [ 25%] Building CXX object src/CMakeFiles/UNIT_Helpers_TEST.dir/Helpers_TEST.cc.o
  178. [ 26%] Linking CXX executable UNIT_Helpers_TEST
  179. [ 27%] Linking CXX executable UNIT_Uuid_TEST
  180. [ 27%] Built target UNIT_Helpers_TEST
  181. [ 27%] Built target UNIT_Uuid_TEST
  182. Scanning dependencies of target UNIT_NetUtils_TEST
  183. Scanning dependencies of target UNIT_Discovery_TEST
  184. [ 28%] Building CXX object src/CMakeFiles/UNIT_NetUtils_TEST.dir/NetUtils_TEST.cc.o
  185. [ 30%] Building CXX object src/CMakeFiles/UNIT_Discovery_TEST.dir/Discovery_TEST.cc.o
  186. [ 31%] Linking CXX executable UNIT_NetUtils_TEST
  187. [ 32%] Linking CXX executable UNIT_TopicUtils_TEST
  188. [ 32%] Built target UNIT_NetUtils_TEST
  189. Scanning dependencies of target UNIT_AdvertiseOptions_TEST
  190. [ 33%] Building CXX object src/CMakeFiles/UNIT_AdvertiseOptions_TEST.dir/AdvertiseOptions_TEST.cc.o
  191. [ 33%] Built target UNIT_TopicUtils_TEST
  192. Scanning dependencies of target UNIT_Node_TEST
  193. [ 35%] Building CXX object src/CMakeFiles/UNIT_Node_TEST.dir/Node_TEST.cc.o
  194. [ 36%] Linking CXX executable UNIT_AdvertiseOptions_TEST
  195. [ 36%] Built target UNIT_AdvertiseOptions_TEST
  196. Scanning dependencies of target UNIT_HandlerStorage_TEST
  197. [ 37%] Building CXX object src/CMakeFiles/UNIT_HandlerStorage_TEST.dir/HandlerStorage_TEST.cc.o
  198. [ 38%] Linking CXX executable UNIT_Discovery_TEST
  199. [ 38%] Built target UNIT_Discovery_TEST
  200. Scanning dependencies of target UNIT_NodeOptions_TEST
  201. [ 40%] Linking CXX executable UNIT_HandlerStorage_TEST
  202. [ 41%] Building CXX object src/CMakeFiles/UNIT_NodeOptions_TEST.dir/NodeOptions_TEST.cc.o
  203. [ 41%] Built target UNIT_HandlerStorage_TEST
  204. Scanning dependencies of target UNIT_Publisher_TEST
  205. [ 42%] Building CXX object src/CMakeFiles/UNIT_Publisher_TEST.dir/Publisher_TEST.cc.o
  206. [ 43%] Linking CXX executable UNIT_NodeOptions_TEST
  207. [ 43%] Built target UNIT_NodeOptions_TEST
  208. Scanning dependencies of target UNIT_Packet_TEST
  209. [ 45%] Building CXX object src/CMakeFiles/UNIT_Packet_TEST.dir/Packet_TEST.cc.o
  210. [ 46%] Linking CXX executable UNIT_TopicStorage_TEST
  211. [ 46%] Built target UNIT_TopicStorage_TEST
  212. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutOutputStress
  213. [ 47%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutOutputStress.dir/twoProcessesSrvCallWithoutOutputStress.cc.o
  214. [ 48%] Linking CXX executable UNIT_Publisher_TEST
  215. [ 48%] Built target UNIT_Publisher_TEST
  216. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutInputStress
  217. [ 50%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutInputStress.dir/twoProcessesSrvCallWithoutInputStress.cc.o
  218. [ 51%] Linking CXX executable UNIT_Packet_TEST
  219. [ 51%] Built target UNIT_Packet_TEST
  220. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutInput
  221. [ 52%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutInput.dir/twoProcessesSrvCallWithoutInput.cc.o
  222. [ 53%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutOutputStress
  223. [ 53%] Built target INTEGRATION_twoProcessesSrvCallWithoutOutputStress
  224. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutInputReplier_aux
  225. [ 55%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutInputReplier_aux.dir/twoProcessesSrvCallWithoutInputReplier_aux.cc.o
  226. [ 56%] Linking CXX executable UNIT_Node_TEST
  227. [ 57%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutInputStress
  228. [ 57%] Built target UNIT_Node_TEST
  229. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutInputSync1
  230. [ 57%] Built target INTEGRATION_twoProcessesSrvCallWithoutInputStress
  231. Scanning dependencies of target INTEGRATION_twoProcessesPubSub
  232. [ 58%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutInputSync1.dir/twoProcessesSrvCallWithoutInputSync1.cc.o
  233. [ 60%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesPubSub.dir/twoProcessesPubSub.cc.o
  234. [ 61%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutInput
  235. [ 62%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutInputReplier_aux
  236. [ 62%] Built target INTEGRATION_twoProcessesSrvCallWithoutInput
  237. [ 62%] Built target INTEGRATION_twoProcessesSrvCallWithoutInputReplier_aux
  238. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallStress
  239. Scanning dependencies of target INTEGRATION_scopedTopicSubscriber_aux
  240. [ 63%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallStress.dir/twoProcessesSrvCallStress.cc.o
  241. [ 65%] Building CXX object test/integration/CMakeFiles/INTEGRATION_scopedTopicSubscriber_aux.dir/scopedTopicSubscriber_aux.cc.o
  242. [ 66%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutInputSync1
  243. [ 66%] Built target INTEGRATION_twoProcessesSrvCallWithoutInputSync1
  244. Scanning dependencies of target INTEGRATION_scopedTopic
  245. [ 67%] Building CXX object test/integration/CMakeFiles/INTEGRATION_scopedTopic.dir/scopedTopic.cc.o
  246. [ 68%] Linking CXX executable INTEGRATION_twoProcessesPubSub
  247. [ 68%] Built target INTEGRATION_twoProcessesPubSub
  248. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallSync1
  249. [ 70%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallSync1.dir/twoProcessesSrvCallSync1.cc.o
  250. [ 71%] Linking CXX executable INTEGRATION_scopedTopicSubscriber_aux
  251. [ 72%] Linking CXX executable INTEGRATION_scopedTopic
  252. [ 72%] Built target INTEGRATION_scopedTopicSubscriber_aux
  253. Scanning dependencies of target INTEGRATION_twoProcessesSrvCall
  254. [ 72%] Built target INTEGRATION_scopedTopic
  255. Scanning dependencies of target INTEGRATION_twoProcessesPubSubSubscriber_aux
  256. [ 73%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCall.dir/twoProcessesSrvCall.cc.o
  257. [ 75%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesPubSubSubscriber_aux.dir/twoProcessesPubSubSubscriber_aux.cc.o
  258. [ 76%] Linking CXX executable INTEGRATION_twoProcessesSrvCallStress
  259. [ 76%] Built target INTEGRATION_twoProcessesSrvCallStress
  260. Scanning dependencies of target INTEGRATION_fastPub_aux
  261. [ 77%] Building CXX object test/integration/CMakeFiles/INTEGRATION_fastPub_aux.dir/fastPub_aux.cc.o
  262. [ 78%] Linking CXX executable INTEGRATION_twoProcessesSrvCallSync1
  263. [ 78%] Built target INTEGRATION_twoProcessesSrvCallSync1
  264. Scanning dependencies of target INTEGRATION_twoProcessesPublisher_aux
  265. [ 80%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesPublisher_aux.dir/twoProcessesPublisher_aux.cc.o
  266. [ 81%] Linking CXX executable INTEGRATION_fastPub_aux
  267. [ 81%] Built target INTEGRATION_fastPub_aux
  268. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallReplier_aux
  269. [ 82%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallReplier_aux.dir/twoProcessesSrvCallReplier_aux.cc.o
  270. [ 83%] Linking CXX executable INTEGRATION_twoProcessesPubSubSubscriber_aux
  271. [ 83%] Built target INTEGRATION_twoProcessesPubSubSubscriber_aux
  272. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallReplierIncreasing_aux
  273. [ 85%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallReplierIncreasing_aux.dir/twoProcessesSrvCallReplierIncreasing_aux.cc.o
  274. [ 86%] Linking CXX executable INTEGRATION_twoProcessesSrvCall
  275. [ 86%] Built target INTEGRATION_twoProcessesSrvCall
  276. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutOutput
  277. [ 87%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutOutput.dir/twoProcessesSrvCallWithoutOutput.cc.o
  278. [ 88%] Linking CXX executable INTEGRATION_twoProcessesPublisher_aux
  279. [ 88%] Built target INTEGRATION_twoProcessesPublisher_aux
  280. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutInputReplierIncreasing_aux
  281. [ 90%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutInputReplierIncreasing_aux.dir/twoProcessesSrvCallWithoutInputReplierIncreasing_aux.cc.o
  282. [ 91%] Linking CXX executable INTEGRATION_twoProcessesSrvCallReplier_aux
  283. [ 91%] Built target INTEGRATION_twoProcessesSrvCallReplier_aux
  284. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutOutputReplier_aux
  285. [ 92%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutOutputReplier_aux.dir/twoProcessesSrvCallWithoutOutputReplier_aux.cc.o
  286. [ 93%] Linking CXX executable INTEGRATION_twoProcessesSrvCallReplierIncreasing_aux
  287. [ 93%] Built target INTEGRATION_twoProcessesSrvCallReplierIncreasing_aux
  288. Scanning dependencies of target INTEGRATION_twoProcessesSrvCallWithoutOutputReplierIncreasing_aux
  289. [ 95%] Building CXX object test/integration/CMakeFiles/INTEGRATION_twoProcessesSrvCallWithoutOutputReplierIncreasing_aux.dir/twoProcessesSrvCallWithoutOutputReplierIncreasing_aux.cc.o
  290. [ 96%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutInputReplierIncreasing_aux
  291. [ 96%] Built target INTEGRATION_twoProcessesSrvCallWithoutInputReplierIncreasing_aux
  292. [ 97%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutOutput
  293. [ 97%] Built target INTEGRATION_twoProcessesSrvCallWithoutOutput
  294. [ 98%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutOutputReplier_aux
  295. [ 98%] Built target INTEGRATION_twoProcessesSrvCallWithoutOutputReplier_aux
  296. [100%] Linking CXX executable INTEGRATION_twoProcessesSrvCallWithoutOutputReplierIncreasing_aux
  297. [100%] Built target INTEGRATION_twoProcessesSrvCallWithoutOutputReplierIncreasing_aux
  298. toji@6100-devbox:~/ign-transport/build$ make -j4 test
  299. Running tests...
  300. Test project /home/toji/ign-transport/build
  301. Start 1: UNIT_AdvertiseOptions_TEST
  302. 1/44 Test #1: UNIT_AdvertiseOptions_TEST ................................. Passed 0.07 sec
  303. Start 2: check_UNIT_AdvertiseOptions_TEST
  304. 2/44 Test #2: check_UNIT_AdvertiseOptions_TEST ........................... Passed 0.06 sec
  305. Start 3: UNIT_Discovery_TEST
  306. 3/44 Test #3: UNIT_Discovery_TEST ........................................ Passed 11.03 sec
  307. Start 4: check_UNIT_Discovery_TEST
  308. 4/44 Test #4: check_UNIT_Discovery_TEST .................................. Passed 0.01 sec
  309. Start 5: UNIT_Helpers_TEST
  310. 5/44 Test #5: UNIT_Helpers_TEST .......................................... Passed 0.00 sec
  311. Start 6: check_UNIT_Helpers_TEST
  312. 6/44 Test #6: check_UNIT_Helpers_TEST .................................... Passed 0.01 sec
  313. Start 7: UNIT_HandlerStorage_TEST
  314. 7/44 Test #7: UNIT_HandlerStorage_TEST ................................... Passed 0.00 sec
  315. Start 8: check_UNIT_HandlerStorage_TEST
  316. 8/44 Test #8: check_UNIT_HandlerStorage_TEST ............................. Passed 0.01 sec
  317. Start 9: UNIT_NetUtils_TEST
  318. 9/44 Test #9: UNIT_NetUtils_TEST ......................................... Passed 0.00 sec
  319. Start 10: check_UNIT_NetUtils_TEST
  320. 10/44 Test #10: check_UNIT_NetUtils_TEST ................................... Passed 0.01 sec
  321. Start 11: UNIT_Node_TEST
  322. 11/44 Test #11: UNIT_Node_TEST ............................................. Passed 15.21 sec
  323. Start 12: check_UNIT_Node_TEST
  324. 12/44 Test #12: check_UNIT_Node_TEST ....................................... Passed 0.01 sec
  325. Start 13: UNIT_NodeOptions_TEST
  326. 13/44 Test #13: UNIT_NodeOptions_TEST ...................................... Passed 0.00 sec
  327. Start 14: check_UNIT_NodeOptions_TEST
  328. 14/44 Test #14: check_UNIT_NodeOptions_TEST ................................ Passed 0.01 sec
  329. Start 15: UNIT_Packet_TEST
  330. 15/44 Test #15: UNIT_Packet_TEST ........................................... Passed 0.00 sec
  331. Start 16: check_UNIT_Packet_TEST
  332. 16/44 Test #16: check_UNIT_Packet_TEST ..................................... Passed 0.01 sec
  333. Start 17: UNIT_Publisher_TEST
  334. 17/44 Test #17: UNIT_Publisher_TEST ........................................ Passed 0.00 sec
  335. Start 18: check_UNIT_Publisher_TEST
  336. 18/44 Test #18: check_UNIT_Publisher_TEST .................................. Passed 0.01 sec
  337. Start 19: UNIT_TopicStorage_TEST
  338. 19/44 Test #19: UNIT_TopicStorage_TEST ..................................... Passed 0.00 sec
  339. Start 20: check_UNIT_TopicStorage_TEST
  340. 20/44 Test #20: check_UNIT_TopicStorage_TEST ............................... Passed 0.01 sec
  341. Start 21: UNIT_TopicUtils_TEST
  342. 21/44 Test #21: UNIT_TopicUtils_TEST ....................................... Passed 0.02 sec
  343. Start 22: check_UNIT_TopicUtils_TEST
  344. 22/44 Test #22: check_UNIT_TopicUtils_TEST ................................. Passed 0.01 sec
  345. Start 23: UNIT_Uuid_TEST
  346. 23/44 Test #23: UNIT_Uuid_TEST ............................................. Passed 0.00 sec
  347. Start 24: check_UNIT_Uuid_TEST
  348. 24/44 Test #24: check_UNIT_Uuid_TEST ....................................... Passed 0.01 sec
  349. Start 25: INTEGRATION_scopedTopic
  350. 25/44 Test #25: INTEGRATION_scopedTopic .................................... Passed 1.61 sec
  351. Start 26: check_INTEGRATION_scopedTopic
  352. 26/44 Test #26: check_INTEGRATION_scopedTopic .............................. Passed 0.01 sec
  353. Start 27: INTEGRATION_twoProcessesPubSub
  354. 27/44 Test #27: INTEGRATION_twoProcessesPubSub ............................. Passed 23.25 sec
  355. Start 28: check_INTEGRATION_twoProcessesPubSub
  356. 28/44 Test #28: check_INTEGRATION_twoProcessesPubSub ....................... Passed 0.01 sec
  357. Start 29: INTEGRATION_twoProcessesSrvCall
  358. 29/44 Test #29: INTEGRATION_twoProcessesSrvCall ............................ Passed 37.31 sec
  359. Start 30: check_INTEGRATION_twoProcessesSrvCall
  360. 30/44 Test #30: check_INTEGRATION_twoProcessesSrvCall ...................... Passed 0.04 sec
  361. Start 31: INTEGRATION_twoProcessesSrvCallStress
  362. 31/44 Test #31: INTEGRATION_twoProcessesSrvCallStress ...................... Passed 4.73 sec
  363. Start 32: check_INTEGRATION_twoProcessesSrvCallStress
  364. 32/44 Test #32: check_INTEGRATION_twoProcessesSrvCallStress ................ Passed 0.05 sec
  365. Start 33: INTEGRATION_twoProcessesSrvCallSync1
  366. 33/44 Test #33: INTEGRATION_twoProcessesSrvCallSync1 ....................... Passed 6.52 sec
  367. Start 34: check_INTEGRATION_twoProcessesSrvCallSync1
  368. 34/44 Test #34: check_INTEGRATION_twoProcessesSrvCallSync1 ................. Passed 0.03 sec
  369. Start 35: INTEGRATION_twoProcessesSrvCallWithoutInput
  370. 35/44 Test #35: INTEGRATION_twoProcessesSrvCallWithoutInput ................ Passed 31.22 sec
  371. Start 36: check_INTEGRATION_twoProcessesSrvCallWithoutInput
  372. 36/44 Test #36: check_INTEGRATION_twoProcessesSrvCallWithoutInput .......... Passed 0.01 sec
  373. Start 37: INTEGRATION_twoProcessesSrvCallWithoutInputStress
  374. 37/44 Test #37: INTEGRATION_twoProcessesSrvCallWithoutInputStress .......... Passed 4.31 sec
  375. Start 38: check_INTEGRATION_twoProcessesSrvCallWithoutInputStress
  376. 38/44 Test #38: check_INTEGRATION_twoProcessesSrvCallWithoutInputStress .... Passed 0.01 sec
  377. Start 39: INTEGRATION_twoProcessesSrvCallWithoutInputSync1
  378. 39/44 Test #39: INTEGRATION_twoProcessesSrvCallWithoutInputSync1 ........... Passed 6.51 sec
  379. Start 40: check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1
  380. 40/44 Test #40: check_INTEGRATION_twoProcessesSrvCallWithoutInputSync1 ..... Passed 0.02 sec
  381. Start 41: INTEGRATION_twoProcessesSrvCallWithoutOutput
  382. 41/44 Test #41: INTEGRATION_twoProcessesSrvCallWithoutOutput ............... Passed 18.71 sec
  383. Start 42: check_INTEGRATION_twoProcessesSrvCallWithoutOutput
  384. 42/44 Test #42: check_INTEGRATION_twoProcessesSrvCallWithoutOutput ......... Passed 0.01 sec
  385. Start 43: INTEGRATION_twoProcessesSrvCallWithoutOutputStress
  386. 43/44 Test #43: INTEGRATION_twoProcessesSrvCallWithoutOutputStress ......... Passed 3.71 sec
  387. Start 44: check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress
  388. 44/44 Test #44: check_INTEGRATION_twoProcessesSrvCallWithoutOutputStress ... Passed 0.01 sec
  389. 100% tests passed, 0 tests failed out of 44
  390. Total Test time (real) = 164.58 sec