Jenkins build error on documentation
Hello,
I have a meta package called ros_arduino_bridge which I have indexed for documentation for ROS Electric, Fuerte, Groovy and Hydro. Every once in awhile I receive an error report from Jenkins that looks like the report on this page/message_generation_failure_class/message_generation_failureErrorOrFailure/) and I reproduce below:
Stacktrace
Failed to generate messages by calling cmake for ['catkin_workspace for repository'].
Look in the console for cmake failures, search for "CMake Error"
Also, are you sure that the rosinstall files are pulling from the right branch for hydro? Check the repos below,
you can update information the ros_arduino_bridge.rosinstall and ros_arduino_bridge-depends.rosinstall files by submitting a pull request at
https://github.com/ros/rosdistro/hydro
Documentation rosinstall:
- git:
local-name: ros_arduino_bridge
uri: https://github.com/hbrobotics/ros_arduino_bridge.git
version: hydro-devel
Depends rosinstall:
[]
In my fork of rosdistro I have the following entry in the distribution.yaml file for hydro:
ros_arduino_bridge:
doc:
type: git
url: https://github.com/hbrobotics/ros_arduino_bridge.git
version: hydro-devel
So I'm not sure what the problem is. Can anybody help?
Thanks!
patrick