Advertisement
Guest User

Error Message

a guest
Apr 23rd, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.66 KB | None | 0 0
  1. [  2%] Built target cluonrunnerlib
  2. [  6%] Built target cluon-msc-objects
  3. [  8%] Built target cluon-msc
  4. [ 30%] Built target cluon-objects
  5. [ 31%] Built target cluon-static
  6. [ 34%] Built target cluon-test-objects
  7. [ 35%] Built target cluon-test-objects-static
  8. [ 37%] Built target Testcluon.cpp-Runner
  9. [ 39%] Built target TestUDPSender.cpp-Runner
  10. [ 41%] Built target TestUDPReceiver.cpp-Runner
  11. [ 43%] Built target cluon-UDPSender
  12. [ 45%] Built target cluon-OD4toJSON
  13. [ 47%] Built target TestMyTestMessagesToProto.cpp-Runner
  14. [ 49%] Built target cluon-UDPReceiver
  15. [ 50%] Built target cluon
  16. [ 52%] Built target cluon-livefeed
  17. [ 54%] Built target cluon-rec2csv
  18. [ 56%] Built target cluon-TCPConnection
  19. [ 58%] Built target TestMessageParser.cpp-Runner
  20. [ 60%] Built target cluon-LCMtoJSON
  21. [ 62%] Built target cluon-replay
  22. [ 64%] Built target TestEnvelopeConverter.cpp-Runner
  23. [ 67%] Built target TestMetaMessage.cpp-Runner
  24. [ 69%] Built target TestMyTestMessage1.cpp-Runner
  25. [ 71%] Built target TestUDPPacketSizeConstraints.cpp-Runner
  26. [ 73%] Built target TestMetaMessageToProtoTransformator.cpp-Runner
  27. [ 75%] Built target TestMyTestMessagesToLCM.cpp-Runner
  28. [ 77%] Built target TestMyTestMessagesToJSON.cpp-Runner
  29. [ 79%] Built target TestMyTestMessagesToMsgPack.cpp-Runner
  30. [ 81%] Built target TestMyTestMessagesToMsgPackManyFields.cpp-Runner
  31. [ 83%] Built target cluon-OD4toStdout
  32. [ 84%] Building CXX object CMakeFiles/TestOD4Session.cpp-Runner.dir/testsuites/TestOD4Session.cpp.o
  33. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____20()’:
  34. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:359:67: error: conversion to ‘float’ from ‘std::vector<cluon::data::Envelope>::size_type {aka long unsigned int}’ may alter its value [-Werror=conversion]
  35.      do { std::this_thread::sleep_for(1s); } while ((receiving.size() < .9f * MAX_ENVELOPES) && maxWaitingInSeconds-- > 0);
  36.                                                      ~~~~~~~~~~~~~~^~
  37. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp: In function ‘void ____C_A_T_C_H____T_E_S_T____22()’:
  38. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:434:67: error: conversion to ‘float’ from ‘std::vector<cluon::data::Envelope>::size_type {aka long unsigned int}’ may alter its value [-Werror=conversion]
  39.      do { std::this_thread::sleep_for(1s); } while ((receiving.size() < .9f * MAX_ENVELOPES) && maxWaitingInSeconds-- > 0);
  40.                                                      ~~~~~~~~~~~~~~^~
  41. /usr/include/c++/7/type_traits: In instantiation of ‘constexpr bool std::__call_is_nt(std::__invoke_other) [with _Fn = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]’:
  42. /usr/include/c++/7/type_traits:2811:34:   required by substitution of ‘template<bool __v> using __bool_constant = std::integral_constant<bool, __v> [with bool __v = std::__call_is_nt<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >((std::__result_of_success<void, std::__invoke_other>::__invoke_type{}, std::__result_of_success<void, std::__invoke_other>::__invoke_type()))]
  43. /usr/include/c++/7/type_traits:2809:12:   required from ‘struct std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  44. /usr/include/c++/7/type_traits:143:12:   required from ‘struct std::__and_<std::__is_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  45. /usr/include/c++/7/type_traits:2821:12:   required from ‘struct std::__is_nothrow_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  46. /usr/include/c++/7/bits/invoke.h:89:5:   required from ‘constexpr typename std::__invoke_result<_Functor, _ArgTypes>::type std::__invoke(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}; typename std::__invoke_result<_Functor, _ArgTypes>::type = void]
  47. /usr/include/c++/7/thread:233:29:   required by substitution of ‘template<long unsigned int ..._Ind> decltype (std::__invoke(_S_declval<_Ind>()...)) std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >::_M_invoke<_Ind ...>(std::_Index_tuple<_Ind1 ...>) [with long unsigned int ..._Ind = {0}]
  48. /usr/include/c++/7/thread:240:2:   required from ‘struct std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  49. /usr/include/c++/7/thread:127:22:   required from ‘std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]
  50. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:400:6:   required from here
  51. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:392:32: error: but ‘____C_A_T_C_H____T_E_S_T____22()::<lambda()>’ does not throw; perhaps it should be declared ‘noexcept’ [-Werror=noexcept]
  52.      std::thread sender1([&od4]() {
  53.                                 ^
  54. /usr/include/c++/7/type_traits: In instantiation of ‘constexpr bool std::__call_is_nt(std::__invoke_other) [with _Fn = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]’:
  55. /usr/include/c++/7/type_traits:2811:34:   required by substitution of ‘template<bool __v> using __bool_constant = std::integral_constant<bool, __v> [with bool __v = std::__call_is_nt<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >((std::__result_of_success<void, std::__invoke_other>::__invoke_type{}, std::__result_of_success<void, std::__invoke_other>::__invoke_type()))]
  56. /usr/include/c++/7/type_traits:2809:12:   required from ‘struct std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  57. /usr/include/c++/7/type_traits:143:12:   required from ‘struct std::__and_<std::__is_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  58. /usr/include/c++/7/type_traits:2821:12:   required from ‘struct std::__is_nothrow_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  59. /usr/include/c++/7/bits/invoke.h:89:5:   required from ‘constexpr typename std::__invoke_result<_Functor, _ArgTypes>::type std::__invoke(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}; typename std::__invoke_result<_Functor, _ArgTypes>::type = void]
  60. /usr/include/c++/7/thread:233:29:   required by substitution of ‘template<long unsigned int ..._Ind> decltype (std::__invoke(_S_declval<_Ind>()...)) std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >::_M_invoke<_Ind ...>(std::_Index_tuple<_Ind1 ...>) [with long unsigned int ..._Ind = {0}]
  61. /usr/include/c++/7/thread:240:2:   required from ‘struct std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  62. /usr/include/c++/7/thread:127:22:   required from ‘std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]
  63. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:409:6:   required from here
  64. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:401:32: error: but ‘____C_A_T_C_H____T_E_S_T____22()::<lambda()>’ does not throw; perhaps it should be declared ‘noexcept’ [-Werror=noexcept]
  65.      std::thread sender2([&od4]() {
  66.                                 ^
  67. /usr/include/c++/7/type_traits: In instantiation of ‘constexpr bool std::__call_is_nt(std::__invoke_other) [with _Fn = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]’:
  68. /usr/include/c++/7/type_traits:2811:34:   required by substitution of ‘template<bool __v> using __bool_constant = std::integral_constant<bool, __v> [with bool __v = std::__call_is_nt<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >((std::__result_of_success<void, std::__invoke_other>::__invoke_type{}, std::__result_of_success<void, std::__invoke_other>::__invoke_type()))]
  69. /usr/include/c++/7/type_traits:2809:12:   required from ‘struct std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  70. /usr/include/c++/7/type_traits:143:12:   required from ‘struct std::__and_<std::__is_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, std::__call_is_nothrow<std::__invoke_result<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >, ____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  71. /usr/include/c++/7/type_traits:2821:12:   required from ‘struct std::__is_nothrow_invocable<____C_A_T_C_H____T_E_S_T____22()::<lambda()> >
  72. /usr/include/c++/7/bits/invoke.h:89:5:   required from ‘constexpr typename std::__invoke_result<_Functor, _ArgTypes>::type std::__invoke(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}; typename std::__invoke_result<_Functor, _ArgTypes>::type = void]
  73. /usr/include/c++/7/thread:233:29:   required by substitution of ‘template<long unsigned int ..._Ind> decltype (std::__invoke(_S_declval<_Ind>()...)) std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >::_M_invoke<_Ind ...>(std::_Index_tuple<_Ind1 ...>) [with long unsigned int ..._Ind = {0}]
  74. /usr/include/c++/7/thread:240:2:   required from ‘struct std::thread::_Invoker<std::tuple<____C_A_T_C_H____T_E_S_T____22()::<lambda()> > >
  75. /usr/include/c++/7/thread:127:22:   required from ‘std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = ____C_A_T_C_H____T_E_S_T____22()::<lambda()>; _Args = {}]
  76. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:418:6:   required from here
  77. /home/firsou/Downloads/libcluon-0.0.74/libcluon/testsuites/TestOD4Session.cpp:410:32: error: but ‘____C_A_T_C_H____T_E_S_T____22()::<lambda()>’ does not throw; perhaps it should be declared ‘noexcept’ [-Werror=noexcept]
  78.      std::thread sender3([&od4]() {
  79.                                 ^
  80. cc1plus: all warnings being treated as errors
  81. CMakeFiles/TestOD4Session.cpp-Runner.dir/build.make:62: recipe for target 'CMakeFiles/TestOD4Session.cpp-Runner.dir/testsuites/TestOD4Session.cpp.o' failed
  82. make[2]: *** [CMakeFiles/TestOD4Session.cpp-Runner.dir/testsuites/TestOD4Session.cpp.o] Error 1
  83. CMakeFiles/Makefile2:1246: recipe for target 'CMakeFiles/TestOD4Session.cpp-Runner.dir/all' failed
  84. make[1]: *** [CMakeFiles/TestOD4Session.cpp-Runner.dir/all] Error 2
  85. Makefile:140: recipe for target 'all' failed
  86. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement