Console Output

Skipping 3,835 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:cmake /root/workspace/all/logs/lidar_loc_v2/build.cmake.000.log
option USE_UBUNTU1604:
What Glog: /usr/local/lib/libglog.so
GFLAGS_DEP:
option USE_ROS2: OFF
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
** WARNING ** io features related to libusb-1.0 will be disabled
CMake Warning at /root/workspace/all/src/lidar_loc_v2/CMakeLists.txt:117 (find_package):
  By not providing "FindBackward.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Backward",
  but CMake did not find one.

  Could not find a package configuration file provided by "Backward" with any
  of the following names:

    BackwardConfig.cmake
    backward-config.cmake

  Add the installation prefix of "Backward" to CMAKE_PREFIX_PATH or set
  "Backward_DIR" to a directory containing one of the above files.  If
  "Backward" provides a separate development package or SDK, be sure it has
  been installed.


GIT_COMMIT_HASH: 2bfb7cf
enable OFFLINE_OPTIMIZE: OFF
cd /root/workspace/all/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/cmake /root/workspace/all/src/lidar_loc_v2 --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/workspace/all/devel/.private/lidar_loc_v2 -DCMAKE_INSTALL_PREFIX=/root/workspace/all/install -DUSE_ROS2=OFF -DBUILD_TEST=OFF; cd -

...............................................................................
_______________________________________________________________________________
Errors << pnc:make /root/workspace/all/logs/pnc/build.make.000.log             
/root/workspace/all/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/root/workspace/all/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
/root/workspace/all/src/pnc/common/zip/mini_zip.cpp: In static member function ‘static bool senior::common::MiniZip::ZipFiles(std::string, std::vector<std::__cxx11::basic_string<char> >, const senior::common::ZipParams&)’:
/root/workspace/all/src/pnc/common/zip/mini_zip.cpp:311:9: warning: ‘fin’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  311 |         if (fin) fclose(fin);
      |         ^~
/root/workspace/all/src/pnc/data/map/pnc_map/pnc_map.cpp:1077:1: error: expected declaration before ‘}’ token
 1077 | }  // namespace senior
      | ^
make[2]: *** [CMakeFiles/pnc_node.dir/build.make:1749: CMakeFiles/pnc_node.dir/data/map/pnc_map/pnc_map.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/root/workspace/all/src/pnc/data/map/pnc_map/pnc_map.cpp:1077:1: error: expected declaration before ‘}’ token
 1077 | }  // namespace senior
      | ^
make[1]: *** [CMakeFiles/Makefile2:2931: CMakeFiles/pnc_node.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/pnc_replayer.dir/build.make:1749: CMakeFiles/pnc_replayer.dir/data/map/pnc_map/pnc_map.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:312: CMakeFiles/pnc_replayer.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
cd /root/workspace/all/build/pnc; catkin build --get-env pnc | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
Failed << pnc:make                                 [ Exited with code 2 ]      
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /root/workspace/all/logs/lidar_loc_v2/build.make.000.log
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/root/workspace/all/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
cd /root/workspace/all/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -

...............................................................................
Finished <<< lidar_loc_v2                            [ 6 minutes and 37.8 seconds ]
[build] Summary: 71 of 72 packages succeeded.                                  
[build] Ignored: None.                                                         
[build] Warnings: 38 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: 1 packages failed.                                             
[build] Runtime: 43 minutes and 40.7 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
Stage "zip->post" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
always
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
failure
[Pipeline] wrap
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=0e635ba9c724e48482d5e4146087ccb44e6b324d34f5e351b80db04fcf41017a' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"Jenkins通知","text": "# 版本编译失败    
    
### [工控专用(周一版本)] 
 ---  
  - 任务名: [all] 
  - 任务号: # 314  
  - 状态:<font color=#FF5151> 编译失败 </font> 
  - 执行人:wuxintao 
  ---  
   > 请检查失败原因  "},"at": {"atMobiles": [""],"isAtAll": "false"} }'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   387  100    27  100   360    155   2068 --:--:-- --:--:-- --:--:--  2224
[Pipeline] echo
{"errcode":0,"errmsg":"ok"}
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE