autowarefoundation / autoware_ai

Apache License 2.0
27 stars 11 forks source link

Invoking "make -j4 -l4" failed #201

Closed AthpapAutowareUser closed 6 years ago

AthpapAutowareUser commented 6 years ago

Fill-out only one section depending on whether you are reporting a bug or a new feature.

Bug

16%] Generating Lisp code from dbw_mkz_msgs/ThrottleReport.msg [ 16%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/RSPlanner.cpp.o [ 16%] Generating Lisp code from dbw_mkz_msgs/GearCmd.msg [ 16%] Generating Lisp code from dbw_mkz_msgs/FuelLevelReport.msg [ 16%] Generating Lisp code from dbw_mkz_msgs/TurnSignalCmd.msg [ 16%] Generating Lisp code from dbw_mkz_msgs/WheelPositionReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/BrakeInfoReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/HillStartAssist.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/ThrottleInfoReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/Gear.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/SurroundReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/GearReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/WatchdogCounter.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/TirePressureReport.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/Wiper.msg [ 17%] Generating Lisp code from dbw_mkz_msgs/BrakeCmd.msg [ 17%] Built target dbw_mkz_msgs_generate_messages_lisp [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/TrajectoryCosts.cpp.o [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/PlannerH.cpp.o [ 18%] Linking CXX shared library /home/sonic/Autoware/ros/devel/lib/libmulti_lidar_calibrator_lib.so [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/LocalPlannerH.cpp.o [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/PlanningHelpers.cpp.o [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/MatrixOperations.cpp.o [ 18%] Building CXX object computing/planning/common/lib/openplanner/op_planner/CMakeFiles/op_planner.dir/src/TrajectoryPrediction.cpp.o [ 18%] Linking CXX shared library /home/sonic/Autoware/ros/devel/lib/libop_planner.so [ 18%] Built target op_planner [ 18%] Built target multi_lidar_calibrator_lib Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed

Specifications

New Feature

I run the command ./catkin_make_release and during the compilation I get that error.

Can any one please help me ?

amc-nu commented 6 years ago

@AthpapAutowareUser The actual error is not shown in your log, please try to follow all the steps indicated in the instructions: https://github.com/CPFL/Autoware/wiki/Source-Build

Feel free to open this issue if you still face any problem. In that case, please share the complete error log.

AthpapAutowareUser commented 6 years ago

Thank you for the response. Actually I overcome that error. I installed properly the software with the 'Docker' method without any errors. Now, here is the tricky part : Everything has been installed without any errors. But at the end of the command:

sudo nvidia-docker run --rm nvidia/cuda nvidia-smi

I get the below message:

Using default tag: latest latest: Pulling from nvidia/cuda b234f539f7a1: Pull complete 55172d420b43: Pull complete 5ba5bbeb6b91: Pull complete 43ae2841ad7a: Pull complete f6c9c6de4190: Pull complete f75f0c6cddbe: Pull complete 976765a3649e: Pull complete e3f2b9597717: Pull complete 3583ffb2c230: Pull complete 2a9965c07308: Pull complete Digest: sha256:69e1eb9d89fd210e39b08d95451f8521aa9cd35d2620c53146939dfebf61bfa3 Status: Downloaded newer image for nvidia/cuda:latest nvidia-docker | 2018/06/29 01:40:55 Error: Could not load UVM kernel module. Is nvidia-modprobe installed?

Also with the command:

sudo sh run.sh kinetic

I get the below message:

Use kinetic Shared directory: /home/root/shared_dir 1.7.0-kinetic: Pulling from autoware/autoware 1be7f2b886e8: Pull complete 6fbc4a21b806: Pull complete c71a6f8e1378: Pull complete 4be3072e5a37: Pull complete 06c6d2f59700: Pull complete 7bdef929a7da: Pull complete 249339766b13: Pull complete f98560d0479d: Pull complete 0a3a3c0ae06e: Pull complete a87fdffb9be1: Pull complete 074346dc2475: Pull complete a1c9cc3aaae5: Pull complete 53dd8b35819a: Pull complete a55a728954e7: Pull complete b9c6dc665c2b: Pull complete f4f6c76c612d: Pull complete 43d9626a21f3: Pull complete 7f6c8a919c87: Pull complete 9be7b83b7404: Pull complete ac2a4435b6c7: Pull complete 39683139c2e1: Pull complete a82b80d788de: Pull complete b0923d74b1ea: Pull complete dee7db52ddbd: Pull complete 2fa233b327ca: Pull complete 1a7f22066a0a: Pull complete 99c6f1e812a5: Pull complete 7e444fd620cb: Pull complete 959bafd75073: Pull complete 56cba47173c7: Pull complete 3b24adf522bf: Pull complete 46c102bad976: Pull complete 4b2bd1c3046e: Pull complete 82eacdcc72c1: Pull complete Digest: sha256:628b21080aea563c863b262248c3166856b873f845d2c45ab66132f8a384fbd4 Status: Downloaded newer image for autoware/autoware:1.7.0-kinetic nvidia-docker | 2018/06/29 08:09:31 Error: Could not load UVM kernel module. Is nvidia-modprobe installed?

To be honest I run the Ubuntu 16.04.4. x86_64 from a Virtual Machine. I know, the VM can't see the NVIDIA card.

I assume that's the reason for the above messages. Can you confirm that?

Thus, when I run the launch file:

cd $HOME/Autoware/ros ./run

the pop up window to give the password pops-up - no error-, but the Process Manager does not poops-up.

Any idea for that?